Control: tags 923543 + patch
Control: tags 938209 + patch

Dear maintainer,

I've prepared an NMU for python-tabulate (versioned as 0.8.2-1.1). The diff
is attached to this message.

Regards.

diff -Nru python-tabulate-0.8.2/debian/changelog python-tabulate-0.8.2/debian/changelog
--- python-tabulate-0.8.2/debian/changelog	2018-03-17 15:57:26.000000000 -0400
+++ python-tabulate-0.8.2/debian/changelog	2019-10-24 19:44:45.000000000 -0400
@@ -1,3 +1,12 @@
+python-tabulate (0.8.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938209
+  * Remove myself from Uploaders
+  * Remove Vcs-* fields, it is no longer maintained in DPMT; Closes: #923543
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 24 Oct 2019 19:44:45 -0400
+
 python-tabulate (0.8.2-1) unstable; urgency=medium
 
   * New maintainer. Closes: #888214
diff -Nru python-tabulate-0.8.2/debian/control python-tabulate-0.8.2/debian/control
--- python-tabulate-0.8.2/debian/control	2018-03-17 15:57:26.000000000 -0400
+++ python-tabulate-0.8.2/debian/control	2019-10-24 19:44:13.000000000 -0400
@@ -2,41 +2,15 @@
 Priority: optional
 Maintainer: Yago González <yagogonzal...@gmail.com>
 Uploaders: ChangZhuo Chen (陳昌倬) <czc...@debian.org>,
-           Sandro Tosi <mo...@debian.org>
 Build-Depends: debhelper (>= 10),
                dh-python,
                python3-all,
                python3-nose,
                python3-setuptools,
-               python-all (>= 2.6.6-3~),
-               python-nose,
-               python-setuptools,
-               python-wcwidth,
                python3-wcwidth,
 Standards-Version: 3.9.8
 Section: python
 Homepage: https://bitbucket.org/astanin/python-tabulate/
-Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-tabulate.git
-Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-tabulate.git
-X-Python-Version: >= 2.6
-X-Python3-Version: >= 3.2
-
-Package: python-tabulate
-Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
-Description: pretty-print tabular data in Python2
- Pretty-print tabular data in Python, a library and a command-line utility.
- The main use cases of the library are:
- .
-  * printing small tables without hassle: just one function call, formatting is
-    guided by the data itself
-  * authoring tabular data for lightweight plain-text markup: multiple output
-    formats suitable for further editing or transformation
-  * readable presentation of mixed textual and numeric data: smart column
-    alignment, configurable number formatting, alignment by a decimal point
- .
- This package installs the library for Python 2.
 
 Package: python3-tabulate
 Architecture: all
diff -Nru python-tabulate-0.8.2/debian/python-tabulate.docs python-tabulate-0.8.2/debian/python-tabulate.docs
--- python-tabulate-0.8.2/debian/python-tabulate.docs	2016-12-16 19:37:17.000000000 -0500
+++ python-tabulate-0.8.2/debian/python-tabulate.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-README.rst
diff -Nru python-tabulate-0.8.2/debian/python-tabulate.examples python-tabulate-0.8.2/debian/python-tabulate.examples
--- python-tabulate-0.8.2/debian/python-tabulate.examples	2016-12-16 19:37:17.000000000 -0500
+++ python-tabulate-0.8.2/debian/python-tabulate.examples	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-#benchmark.py
diff -Nru python-tabulate-0.8.2/debian/rules python-tabulate-0.8.2/debian/rules
--- python-tabulate-0.8.2/debian/rules	2016-12-16 19:37:17.000000000 -0500
+++ python-tabulate-0.8.2/debian/rules	2019-10-24 19:43:39.000000000 -0400
@@ -3,12 +3,7 @@
 export PYBUILD_NAME = tabulate
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_install:
-	dh_install
-	# Install executable in python3-tabulate only to avoid name collision.
-	rm -rf $(CURDIR)/debian/python-tabulate/usr/bin
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:
 	echo "https://bitbucket.org/astanin/python-tabulate/issues/106/test-commonpy-not-release-in-pypi-tarball";

Reply via email to