Package: debhelper
Version: 7.0.8
Severity: normal
File: /usr/bin/dh_auto_clean
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
when trying to use dh to simplify debian/rules, I faced problem with
dh_auto_clean - it calls `python setup.py clean`. However if setup.py
imports some other files from the source, Python byte compiles them.
This then leads to binary files in tree which should have been cleaned
up.
One possible solution is to add something like `find . -name '*.pyc'
- -print0 | xargs -0 -r rm`, but maybe there is a way how to force python
to avoid compilation of imported modules (I didn't check this
possibility).
- --
Michal Čihař | http://cihar.com | http://blog.cihar.com
- -- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages debhelper depends on:
ii binutils 2.18.1~cvs20080103-4 The GNU assembler, linker and bina
ii dpkg-dev 1.14.19 package building tools for Debian
ii file 4.24-2 Determines file type using "magic"
ii html2text 1.3.2a-3 An advanced HTML to text converter
ii man-db 2.5.2-1 on-line manual pager
ii perl 5.10.0-10 Larry Wall's Practical Extraction
ii po-debconf 1.0.13 manage translated Debconf template
debhelper recommends no packages.
- -- no debconf information
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIMXBn3DVS6DbnVgQRAuDUAKDQXaHQlBqRU0UxKzNBGXbpXt3XiQCfeDcp
icLUdcT30FznrgdLz0g6Ya8=
=JFal
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]