Package: librra Version: 0.13-1 Severity: wishlist Tags: patch Becaue of the different paths used by the Python 2.6 packages, librra will need some adujustment. The attached patch will work with both Python 2.6 and earlier versions so there is no need to wait for Python 2.6 to get into Unstable to make this change.
-- System Information: Debian Release: 5.0 APT prefers jaunty-updates APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty-backports'), (500, 'jaunty') Architecture: i386 (i686) Kernel: Linux 2.6.28-11-generic (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
diff -u librra-0.13/debian/python-rra.install librra-0.13/debian/python-rra.install --- librra-0.13/debian/python-rra.install +++ librra-0.13/debian/python-rra.install @@ -1 +1 @@ -debian/tmp/usr/lib/python*/site-packages/* +debian/tmp/usr/lib/python*/*-packages/* diff -u librra-0.13/debian/rules librra-0.13/debian/rules --- librra-0.13/debian/rules +++ librra-0.13/debian/rules @@ -43,8 +43,8 @@ dh_install install: $(PYVERS:%=install-%) - rm $(CURDIR)/debian/python-rra/usr/lib/python*/site-packages/*.la \ - $(CURDIR)/debian/python-rra/usr/lib/python*/site-packages/*.a + rm $(CURDIR)/debian/python-rra/usr/lib/python*/*-packages/*.la \ + $(CURDIR)/debian/python-rra/usr/lib/python*/*-packages/*.a clean: unpatch dh_testdir