Control: tags 938109 + patch
Control: tags 938109 + pending

Dear maintainer,

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

Regards.

diff -Nru python-q-2.6/debian/changelog python-q-2.6/debian/changelog
--- python-q-2.6/debian/changelog	2017-08-04 08:32:15.000000000 -0400
+++ python-q-2.6/debian/changelog	2019-10-05 21:30:53.000000000 -0400
@@ -1,3 +1,10 @@
+python-q (2.6-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938109
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 05 Oct 2019 21:30:53 -0400
+
 python-q (2.6-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-q-2.6/debian/control python-q-2.6/debian/control
--- python-q-2.6/debian/control	2017-08-04 08:32:10.000000000 -0400
+++ python-q-2.6/debian/control	2019-10-05 21:30:31.000000000 -0400
@@ -5,8 +5,6 @@
 Build-Depends: debhelper (>= 9~)
 Build-Depends-Indep:
  dh-python,
- python-setuptools (>= 0.6b3),
- python-all (>= 2.6.6-3),
  python3-all,
  python3-setuptools,
 Standards-Version: 3.9.6
@@ -16,14 +14,6 @@
 Vcs-Git: git://anonscm.debian.org/collab-maint/python-q.git
 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/python-q.git
 
-Package: python-q
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Description: Quick-and-dirty Python debugging output for tired programmers
- q is a Python module for "print" style of debugging Python code.
- It provides convenient short API for print out of values, tracebacks,
- and falling into the Python interpreter.
-
 Package: python3-q
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru python-q-2.6/debian/python-q.docs python-q-2.6/debian/python-q.docs
--- python-q-2.6/debian/python-q.docs	2016-01-03 10:39:48.000000000 -0500
+++ python-q-2.6/debian/python-q.docs	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-README.md
diff -Nru python-q-2.6/debian/rules python-q-2.6/debian/rules
--- python-q-2.6/debian/rules	2016-01-03 10:39:48.000000000 -0500
+++ python-q-2.6/debian/rules	2019-10-05 21:30:52.000000000 -0400
@@ -3,11 +3,11 @@
 export DH_VERBOSE=1
 export PYBUILD_NAME=q
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	for python in $(shell pyversions -r) $(shell py3versions -r); do \
+	for python in $(shell py3versions -r); do \
 		$$python test/test_basic.py -v; \
 	done
 endif

Reply via email to