On Tue, Jul 17, 2012 at 08:48:22AM +0200, Evgeni Golov wrote: > On Tue, Jul 17, 2012 at 08:27:16AM +0200, Evgeni Golov wrote: > > A patch to solve the issue is attached. > > A better version, with versioned build-depens on p-all-dev and a closes > for the bug is attached now.
After Jakub's pointer to [1] on IRC, a revised patch is attached. Regards Evgeni [1] http://lists.debian.org/debian-python/2011/03/msg00139.html -- Bruce Schneier can read and understand Perl programs.
diff -Nru blist-1.3.4/debian/changelog blist-1.3.4/debian/changelog --- blist-1.3.4/debian/changelog 2012-04-17 22:36:29.000000000 +0200 +++ blist-1.3.4/debian/changelog 2012-07-17 14:49:24.000000000 +0200 @@ -1,3 +1,13 @@ +blist (1.3.4-1.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Use dh_python2. + * Add python-all-dev to Build-Depends. + * Add python:Depends to Depends. + * This all closes: #681583 + + -- Evgeni Golov <evg...@debian.org> Tue, 17 Jul 2012 08:02:31 +0200 + blist (1.3.4-1) unstable; urgency=low * Initial release. diff -Nru blist-1.3.4/debian/control blist-1.3.4/debian/control --- blist-1.3.4/debian/control 2012-04-24 23:19:13.000000000 +0200 +++ blist-1.3.4/debian/control 2012-07-17 14:49:14.000000000 +0200 @@ -5,7 +5,7 @@ Uploaders: Michael Gilbert <mgilb...@debian.org> Build-Depends: - debhelper (>= 9) + debhelper (>= 9), python-all-dev (>= 2.6.6-3~) Standards-Version: 3.9.3 Homepage: http://pypi.python.org/pypi/blist @@ -14,6 +14,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, + ${python:Depends} Description: List-like type for python with better asymptotic performance This package is a drop-in replacement for the Python list the provides better performance when modifying large lists. The blist package also provides diff -Nru blist-1.3.4/debian/rules blist-1.3.4/debian/rules --- blist-1.3.4/debian/rules 2012-04-17 23:44:54.000000000 +0200 +++ blist-1.3.4/debian/rules 2012-07-17 08:11:19.000000000 +0200 @@ -9,4 +9,4 @@ dh_clean %: - dh $@ + dh $@ --with=python2