Control: tags -1 pending

Hi,

I have uploaded the attached fix to DELAYED/5.

Cheers,
Balint
diff -Nru nosexcover-1.0.11/debian/changelog nosexcover-1.0.11/debian/changelog
--- nosexcover-1.0.11/debian/changelog	2018-05-02 09:21:57.000000000 +0200
+++ nosexcover-1.0.11/debian/changelog	2019-11-10 18:07:13.000000000 +0100
@@ -1,3 +1,11 @@
+nosexcover (1.0.11-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop Python 2 dependencies, build-dependencies and binary package
+    (Closes: #937159, #906083)
+
+ -- Balint Reczey <rbal...@ubuntu.com>  Sun, 10 Nov 2019 18:07:13 +0100
+
 nosexcover (1.0.11-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru nosexcover-1.0.11/debian/control nosexcover-1.0.11/debian/control
--- nosexcover-1.0.11/debian/control	2018-05-02 09:21:57.000000000 +0200
+++ nosexcover-1.0.11/debian/control	2019-11-10 18:07:13.000000000 +0100
@@ -4,32 +4,16 @@
 Maintainer: Guido Günther <a...@sigxcpu.org>
 Build-Depends: debhelper (>= 10.0.0~),
  dh-python,
- python-all,
- python3,
- python-nose,
+ python3-all,
  python3-nose,
- python-setuptools,
  python3-setuptools,
 Standards-Version: 4.1.1
 Homepage: http://pypi.python.org/pypi/nosexcover
 
-Package: python-nosexcover
-Architecture: all
-Depends: ${misc:Depends},
- ${python:Depends}, python-nose, python-coverage (>= 3.4)
-Description: Add Cobertura-style XML coverage report to nose (Python2 version)
- A companion to the built-in nose.plugins.cover, this plugin will write
- out an XML coverage report to a file named coverage.xml.
- .
- It will honor all the options you pass to the Nose coverage plugin,
- especially --cover-package.
- .
- This package contains the Python 2 version of the module.
-
 Package: python3-nosexcover
 Architecture: all
 Depends: ${misc:Depends},
- ${python3:Depends}, python-nose, python-coverage (>= 3.4)
+ ${python3:Depends}, python3-nose, python3-coverage (>= 3.4)
 Description: Add Cobertura-style XML coverage report to nose (Python3 version)
  A companion to the built-in nose.plugins.cover, this plugin will write
  out an XML coverage report to a file named coverage.xml.
diff -Nru nosexcover-1.0.11/debian/python3-nosexcover.install nosexcover-1.0.11/debian/python3-nosexcover.install
--- nosexcover-1.0.11/debian/python3-nosexcover.install	2015-02-19 13:02:36.000000000 +0100
+++ nosexcover-1.0.11/debian/python3-nosexcover.install	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-usr/lib/python3.?
diff -Nru nosexcover-1.0.11/debian/python-nosexcover.install nosexcover-1.0.11/debian/python-nosexcover.install
--- nosexcover-1.0.11/debian/python-nosexcover.install	2015-02-19 13:02:32.000000000 +0100
+++ nosexcover-1.0.11/debian/python-nosexcover.install	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-usr/lib/python2.?
diff -Nru nosexcover-1.0.11/debian/rules nosexcover-1.0.11/debian/rules
--- nosexcover-1.0.11/debian/rules	2015-02-19 13:37:49.000000000 +0100
+++ nosexcover-1.0.11/debian/rules	2019-11-10 18:07:13.000000000 +0100
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to