On Thu, May 17, 2007, Bernd Zeimetz wrote: > Imho cdbs needs to respect the descision of the maintainer to use a > pycompat file or not.
Well, I don't use the python-distutils class, but I suppose cdbs should
document that it creates the pycompat file and/or allow to disable its
creation if it's created by default. Here's a quick workaround:
# drop automatically created file; see #424898
clean::
rm -f debian/pycompat
--
Loïc Minier

