Control: tags 936278 + patch
Control: tags 936278 + pending

Dear maintainer,

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

Regards.

diff -Nru cdiff-1.0/debian/changelog cdiff-1.0/debian/changelog
--- cdiff-1.0/debian/changelog	2017-09-13 03:30:41.000000000 -0400
+++ cdiff-1.0/debian/changelog	2019-10-04 21:34:13.000000000 -0400
@@ -1,3 +1,10 @@
+cdiff (1.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936278
+
+ -- Sandro Tosi <[email protected]>  Fri, 04 Oct 2019 21:34:13 -0400
+
 cdiff (1.0-1) unstable; urgency=medium
 
   * Initial upload. (Closes: #875553)
diff -Nru cdiff-1.0/debian/control cdiff-1.0/debian/control
--- cdiff-1.0/debian/control	2017-09-12 17:09:53.000000000 -0400
+++ cdiff-1.0/debian/control	2019-10-04 21:27:33.000000000 -0400
@@ -5,22 +5,10 @@
 Build-Depends:
  debhelper (>= 9),
  dh-python,
- python-all,
- python-setuptools,
  python3-all,
  python3-setuptools
 Standards-Version: 3.9.8
 
-Package: python-cdiff
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests:
-Description: Colored, incremental diff with side by side and auto pager support (Python 2)
- Cdiff is a python module to view colored, incremental diff in a Git/Mercurial/
- Svn workspace or from stdin, with side by side and auto pager support.
- .
- This is the Python 2 version of the package.
-
 Package: python3-cdiff
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru cdiff-1.0/debian/rules cdiff-1.0/debian/rules
--- cdiff-1.0/debian/rules	2017-09-12 17:08:24.000000000 -0400
+++ cdiff-1.0/debian/rules	2019-10-04 21:27:50.000000000 -0400
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=cdiff
 
 %:
-	dh $@ --with=python2,python3 --buildsystem=pybuild
+	dh $@ --with=python3 --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install

Reply via email to