Control: tags 936731 + patch

Dear maintainer,

I've prepared an NMU for incremental (versioned as 16.10.1-3.2). The diff
is attached to this message.

Regards.

diff -Nru incremental-16.10.1/debian/changelog incremental-16.10.1/debian/changelog
--- incremental-16.10.1/debian/changelog	2019-12-27 07:48:06.000000000 -0500
+++ incremental-16.10.1/debian/changelog	2020-04-01 20:51:18.000000000 -0400
@@ -1,3 +1,10 @@
+incremental (16.10.1-3.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936731
+
+ -- Sandro Tosi <mo...@debian.org>  Wed, 01 Apr 2020 20:51:18 -0400
+
 incremental (16.10.1-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru incremental-16.10.1/debian/control incremental-16.10.1/debian/control
--- incremental-16.10.1/debian/control	2019-12-27 07:48:06.000000000 -0500
+++ incremental-16.10.1/debian/control	2020-04-01 20:50:43.000000000 -0400
@@ -4,9 +4,6 @@
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all (>= 2.6.6-3),
-               python-setuptools (>= 0.6b3),
-               python-twisted-core,
                python3-all,
                python3-setuptools (>= 0.6b3),
                python3-twisted,
@@ -16,20 +13,6 @@
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/incremental.git
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/incremental.git
 
-Package: python-incremental
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-twisted-core
-Provides: ${python:Provides}
-Description: Library for versioning Python projects.
- Incremental is a small library that versions your Python projects.
- .
- This package provides the Python 2.x module.
- .
- The incremental.update functionality requires the click module which is
- no longer available for python 2 in Debian. If you require this functionality
- we suggest using python 3.
-
 Package: python3-incremental
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru incremental-16.10.1/debian/rules incremental-16.10.1/debian/rules
--- incremental-16.10.1/debian/rules	2019-12-27 07:48:06.000000000 -0500
+++ incremental-16.10.1/debian/rules	2020-04-01 20:51:03.000000000 -0400
@@ -2,10 +2,6 @@
 
 export PYBUILD_NAME=incremental
 
-# Don't test python 2 because python-click is not available anymore.
-export PYBUILD_DISABLE_python2=test
-export PYBUILD_DISABLE_python2-dbg=test
-
 # XXX Unit tests seem to leave cruft around, for some reason
 export PYBUILD_AFTER_TEST=rm -rf {build_dir}/incremental.tests.*
 
@@ -15,4 +11,4 @@
 export LANG=C.UTF-8
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
diff -Nru incremental-16.10.1/debian/tests/unit-tests-2 incremental-16.10.1/debian/tests/unit-tests-2
--- incremental-16.10.1/debian/tests/unit-tests-2	2016-11-03 13:40:25.000000000 -0400
+++ incremental-16.10.1/debian/tests/unit-tests-2	1969-12-31 19:00:00.000000000 -0500
@@ -1,4 +0,0 @@
-#!/bin/sh -e
-
-cd $AUTOPKGTEST_TMP
-trial incremental

Reply via email to