Control: tags 937480 + patch
Control: tags 937480 + pending

Dear maintainer,

I've prepared an NMU for pymia (versioned as 0.1.9-2.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru pymia-0.1.9/debian/changelog pymia-0.1.9/debian/changelog
--- pymia-0.1.9/debian/changelog	2018-06-30 15:23:54.000000000 -0400
+++ pymia-0.1.9/debian/changelog	2019-10-19 17:35:22.000000000 -0400
@@ -1,3 +1,10 @@
+pymia (0.1.9-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937480
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 19 Oct 2019 17:35:22 -0400
+
 pymia (0.1.9-2) unstable; urgency=medium
 
   [ Andreas Tille ]
diff -Nru pymia-0.1.9/debian/control pymia-0.1.9/debian/control
--- pymia-0.1.9/debian/control	2018-06-30 15:23:54.000000000 -0400
+++ pymia-0.1.9/debian/control	2019-10-19 17:34:50.000000000 -0400
@@ -6,11 +6,8 @@
 Build-Depends: debhelper (>= 9),
                pkg-config,
                dh-python,
-               python-all-dev,
                python3-dev:any,
-               python-numpy,
                python3-numpy,
-               python-setuptools,
                python3-setuptools,
                libmia-2.4-dev
 Standards-Version: 4.1.4
@@ -18,20 +15,6 @@
 Vcs-Git: https://salsa.debian.org/med-team/pymia.git
 Homepage: http://mia.sourceforge.net
 
-Package: python-mia
-Architecture: any
-Section: python
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         ${python:Depends},
-         python-numpy
-Description: Python-2 bindings for the MIA image processing library
- MIA comprises a set of tools, libraries, and plug-ins for general purpose 
- 2D and 3D gray scale image processing and basic handling of triangular 
- meshes. The libraries provide a basic infrastructure and  generic 
- algorithms, that can be specialized by specifying the appropriate plug-ins.
- This package provides the Python-2 bindings. 
-
 Package: python3-mia
 Architecture: any
 Section: python
diff -Nru pymia-0.1.9/debian/rules pymia-0.1.9/debian/rules
--- pymia-0.1.9/debian/rules	2018-06-30 15:23:54.000000000 -0400
+++ pymia-0.1.9/debian/rules	2019-10-19 17:35:19.000000000 -0400
@@ -6,17 +6,16 @@
 export PYBUILD_NAME=mia
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 
 override_dh_auto_install:
 	dh_auto_install 
-	dh_numpy
 	dh_numpy3
 
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
-	dh_strip --dbgsym-migration='python-mia-dbg (<< 0.1.7-3),  python3-mia-dbg (<< 0.1.7-3)' 
+	dh_strip --dbgsym-migration='python3-mia-dbg (<< 0.1.7-3)' 
 endif
 
 override_dh_auto_clean:

Reply via email to