Source: python-mzml
Version: 0.7.4-dfsg-1
Severity: important
Tags: patch
User: [email protected]
Usertags: python2.7
Dear maintainer,
The package currently has this line in debian/python-mzml.install:
debian/tmp/usr/lib/python2.6/dist-packages/pymzml
usr/lib/python2.6/dist-packages
The package will fail to build when Debian removes python2.6 from the
supported versions. It already fails to build in Ubuntu [1].
This patch should fix this issue (not tested, sorry):
--- debian/python-mzml.install 2012-10-09 22:38:41 +0000
+++ debian/python-mzml.install 2013-01-02 12:27:14 +0000
@@ -1,5 +1,4 @@
-debian/tmp/usr/lib/python2.7/dist-packages/pymzml
usr/lib/python2.7/dist-packages
-debian/tmp/usr/lib/python2.6/dist-packages/pymzml
usr/lib/python2.6/dist-packages
+usr/lib/python2.*/dist-packages/pymzml
README.txt usr/share/doc/python-mzml
[1]:
https://launchpadlibrarian.net/123281593/buildlog_ubuntu-raring-i386.python-mzml_0.7.4-dfsg-1_FAILEDTOBUILD.txt.gz
--
Dmitry Shachnev
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]