Package: cdbs
Version: 0.4.39
Severity: normal
Tags: patch
Hello,
The clean target of python-distutils.mk should remove all the *.pyo
files.
Regards,
Arnaud Fontaine
--- python-distutils.mk.old 2006-04-23 00:43:04.000000000 +0200
+++ python-distutils.mk 2006-04-23 00:43:30.000000000 +0200
@@ -94,6 +94,6 @@
# Calling setup.py clean may create .pyc files, so we need a final cleanup
# pass here.
clean::
- find . -name '*.pyc' -exec rm '{}' ';'
+ find . -name '*.py[co]' -exec rm '{}' ';'
endif
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1-maggie
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
cdbs depends on no packages.
Versions of packages cdbs recommends:
ii autotools-dev 20060223.1 Update infrastructure for config.{
ii debhelper 5.0.32 helper programs for debian/rules
-- no debconf information