Package: cdbs Version: 0.4.28-1 Severity: normal
The DEB_PYTHON_COMPILE_VERSION should also be used in the clean target. A patch is attached. Regards, Bastian -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.11-treasure2 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) -- no debconf information --- /usr/share/cdbs/1/class/python-distutils.mk 2005-04-20 14:05:17.000000000 +0200 +++ python-distutils.mk 2005-05-02 13:16:19.595014110 +0200 @@ -58,7 +58,7 @@ clean:: # Ignore errors from this rule. In a tarball build, the file # may not exist. - -python $(DEB_PYTHON_SETUP_CMD) clean $(DEB_PYTHON_CLEAN_ARGS) + -python$(DEB_PYTHON_COMPILE_VERSION) $(DEB_PYTHON_SETUP_CMD) clean $(DEB_PYTHON_CLEAN_ARGS) # See if this package doesn't appear to need to be compiled by multiple # Python versions. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

