Control: tags 785968 + patch
I've prepared an NMU for cfflib (versioned as 2.0.5-1.1).
But I haven't tested or uploaded it, as you're caught up in the
libstdc++ transition.
I do intend to NMU this when it's buildable, though.
Unless you object :)
Regards,
SR
diff -Nru cfflib-2.0.5/debian/changelog cfflib-2.0.5/debian/changelog
--- cfflib-2.0.5/debian/changelog 2011-05-10 17:45:48.000000000 +0200
+++ cfflib-2.0.5/debian/changelog 2015-08-20 14:36:49.000000000 +0200
@@ -1,3 +1,12 @@
+cfflib (2.0.5-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Port from python-support to dh_python2 (Closes: #785968).
+ * Drop unused and unnecessary Provides: ${python:Provides}.
+ * Replace pyversions with X-P-V.
+
+ -- Stefano Rivera <[email protected]> Thu, 20 Aug 2015 14:00:01 +0200
+
cfflib (2.0.5-1) unstable; urgency=low
* Initial release (Closes: #624456).
diff -Nru cfflib-2.0.5/debian/control cfflib-2.0.5/debian/control
--- cfflib-2.0.5/debian/control 2011-05-10 17:45:48.000000000 +0200
+++ cfflib-2.0.5/debian/control 2015-08-20 14:36:33.000000000 +0200
@@ -2,7 +2,7 @@
Section: python
Priority: extra
Maintainer: Stephan Gerhard <[email protected]>
-Build-Depends: debhelper (>= 7.2.18), python-all, python-support,
+Build-Depends: debhelper (>= 7.2.18), dh-python, python-all,
python-numpy,
python-sphinx,
python-nose,
@@ -12,6 +12,7 @@
Homepage: http://cmtk.org/cfflib
Vcs-Git: git://github.com/LTS5/cfflib.git
Vcs-Browser: http://github.com/LTS5/cfflib
+X-Python-Version: >= 2.6
Package: python-cfflib
Architecture: all
@@ -24,7 +25,6 @@
python-sphinx,
python-tables,
python-h5py
-Provides: ${python:Provides}
Description: Multi-modal connectome and metadata management and integration
The Connectome File Format Library (cfflib) is a Python module for
multi-modal neuroimaging connectome data and metadata management and
diff -Nru cfflib-2.0.5/debian/pyversions cfflib-2.0.5/debian/pyversions
--- cfflib-2.0.5/debian/pyversions 2011-05-10 17:45:48.000000000 +0200
+++ cfflib-2.0.5/debian/pyversions 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-2.6-
diff -Nru cfflib-2.0.5/debian/rules cfflib-2.0.5/debian/rules
--- cfflib-2.0.5/debian/rules 2011-05-10 17:45:48.000000000 +0200
+++ cfflib-2.0.5/debian/rules 2015-08-20 14:36:16.000000000 +0200
@@ -9,7 +9,7 @@
PYTHON=$(shell pyversions -d)
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_test:
: # Do not test just after build, lets install and then test