Your message dated Thu, 20 May 2010 00:03:42 +0200
with message-id <[email protected]>
and subject line Re: Bug#530952: [python-clamav] Python 2.6 migration, missing
--install-layout=deb
has caused the Debian Bug report #530952,
regarding [python-clamav] Python 2.6 migration, missing --install-layout=deb
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
530952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530952
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-clamav
Severity: wishlist
Tags: patch
Hi,
The --install-layout=deb flag is missing for setup.py. It's not a
problem for the actual Debian unstable, but the package will FTBFS when
the new python installation policy will be in place for squeeze [1].
It's also harmless to add it now (the package build fine with it).
It also cause a FTBFS on Ubuntu, and it generate a useless delta between
the 2 distribution.
Please consider adding this flag to debian/rules.
Thanks.
Regards,
Julien Lavergne
[1]
http://www.mail-archive.com/[email protected]/msg268410.html
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.28-11-generic
Debian Release: 5.0
500 jaunty-updates fr.archive.ubuntu.com
500 jaunty-security security.ubuntu.com
500 jaunty private-ppa.launchpad.net
500 jaunty ppa.launchpad.net
500 jaunty packages.medibuntu.org
500 jaunty fr.archive.ubuntu.com
--- Package information. ---
Depends (Version) | Installed
===================================-+-===============
libc6 (>= 2.3.4) | 2.9-4ubuntu6
libclamav5 (>= 0.94.dfsg) |
python (<< 2.6) | 2.6.2-0ubuntu1
python (>= 2.4) | 2.6.2-0ubuntu1
python-support (>= 0.7.1) | 0.8.7ubuntu4
clamav-freshclam |
OR clamav-data |
Package's Recommends field is empty.
Package's Suggests field is empty.
diff -u python-clamav-0.4.1/debian/rules python-clamav-0.4.1/debian/rules
--- python-clamav-0.4.1/debian/rules
+++ python-clamav-0.4.1/debian/rules
@@ -26,7 +26,7 @@
dh_testdir
dh_testroot
dh_installdirs
- python$* setup.py install --root $(CURDIR)/debian/python-clamav
+ python$* setup.py install --install-layout=deb --root $(CURDIR)/debian/python-clamav
clean: $(PYVERS:%=clean-python%)
clean-python%:
--- End Message ---
--- Begin Message ---
* Julien Lavergne <[email protected]>, 2009-05-29, 00:39:
The --install-layout=deb flag is missing for setup.py. It's not a
problem for the actual Debian unstable, but the package will FTBFS when
the new python installation policy will be in place for squeeze [1].
It's also harmless to add it now (the package build fine with it).
It also cause a FTBFS on Ubuntu, and it generate a useless delta
between the 2 distribution.
I've been able to successfully build python-clamav with Python 2.6 as
default, without any source changes.
--
Jakub Wilk
signature.asc
Description: Digital signature
--- End Message ---