tags 681583 + patch
thanks
Hi,
this is due to blist not Build-Depending on anything pythoninc and thus
resulting in the following during build:
dh_auto_build
Can't exec "pyversions": No such file or directory at
/usr/share/perl5/Debian/Debhelper/Buildsystem/python_distutils.pm line 120.
Use of uninitialized value $python_default in substitution (s///) at
/usr/share/perl5/Debian/Debhelper/Buildsystem/python_distutils.pm line 121.
Use of uninitialized value $python_default in substitution (s///) at
/usr/share/perl5/Debian/Debhelper/Buildsystem/python_distutils.pm line 122.
A patch to solve the issue is attached.
Regards
Evgeni
--
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 08:20:53.000000000 +0200
@@ -1,3 +1,12 @@
+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 and python:Provides to Depends and Provides.
+
+ -- Evgeni Golov <[email protected]> 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 08:19:07.000000000 +0200
@@ -5,7 +5,7 @@
Uploaders:
Michael Gilbert <[email protected]>
Build-Depends:
- debhelper (>= 9)
+ debhelper (>= 9), python-all-dev
Standards-Version: 3.9.3
Homepage: http://pypi.python.org/pypi/blist
@@ -14,6 +14,9 @@
Depends:
${shlibs:Depends},
${misc:Depends},
+ ${python:Depends}
+Provides:
+ ${python:Provides}
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
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team