[Debconf-devel] Bug#584844: please remove /usr/lib/python2.4/site-packages/debconf.py py2.4 does not exists now

Christian PERRIER bubulle at debian.org
Mon Jun 7 04:56:05 UTC 2010


Quoting Gianluigi Tiesi (sherpya at netfarm.it):
> Package: debconf
> Version: 1.5.32
> Severity: minor
> Tags: sid
> 
> 
> debconf ships /usr/lib/python2.4/site-packages/debconf.py
> but py24 does not exists anymore in sid


The attached (untested) patch should fix this.


-------------- next part --------------
--- Makefile~	2010-06-07 06:54:08.601940422 +0200
+++ Makefile	2010-06-07 06:54:29.113937909 +0200
@@ -45,13 +45,11 @@
 	find Debconf -type d |grep -v CVS | \
 		xargs -i install -d $(prefix)/usr/share/perl5/{}
 	install -d \
-		$(prefix)/usr/lib/python2.4/site-packages/ \
 		$(prefix)/usr/lib/python2.5/site-packages/ \
 		$(prefix)/usr/lib/python2.6/dist-packages/
 	# Install modules.
 	find Debconf -type f -name '*.pm' |grep -v CVS | \
 		xargs -i install -m 0644 {} $(prefix)/usr/share/perl5/{}
-	install -m 0644 debconf.py $(prefix)/usr/lib/python2.4/site-packages/
 	install -m 0644 debconf.py $(prefix)/usr/lib/python2.5/site-packages/
 	install -m 0644 debconf.py $(prefix)/usr/lib/python2.6/dist-packages/
 	# Special case for back-compatability.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/debconf-devel/attachments/20100607/7792102b/attachment.pgp>


More information about the Debconf-devel mailing list