Control: tags 938466 + patch

Dear maintainer,

I've prepared an NMU for seqdiag (versioned as 0.9.5+dfsg-1.2). The diff
is attached to this message.

I've uploaded directly to unstable as it fixes an RC bug, and it's an NMU of
an NMU

Regards.

diff -Nru seqdiag-0.9.5+dfsg/debian/changelog seqdiag-0.9.5+dfsg/debian/changelog
--- seqdiag-0.9.5+dfsg/debian/changelog	2018-07-16 04:57:18.000000000 -0400
+++ seqdiag-0.9.5+dfsg/debian/changelog	2019-10-19 14:10:26.000000000 -0400
@@ -1,3 +1,10 @@
+seqdiag (0.9.5+dfsg-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938466
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 19 Oct 2019 14:10:26 -0400
+
 seqdiag (0.9.5+dfsg-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru seqdiag-0.9.5+dfsg/debian/control seqdiag-0.9.5+dfsg/debian/control
--- seqdiag-0.9.5+dfsg/debian/control	2016-10-11 00:33:57.000000000 -0400
+++ seqdiag-0.9.5+dfsg/debian/control	2019-10-19 14:09:52.000000000 -0400
@@ -4,13 +4,7 @@
 Maintainer: Kouhei Maeda <mkou...@palmtb.net>
 Build-Depends: debhelper (>= 8.0.0),
                dh-python,
-               python-all,
-               python-setuptools,
                pep8 (>= 1.3),
-               python-nose,
-               python-unittest2,
-               python-reportlab,
-               python-blockdiag (>= 1.5.0),
                python3-all,
                python3-setuptools,
                python3-pep8 (>= 1.3),
@@ -19,19 +13,8 @@
                python3-blockdiag (>= 1.5.0),
                fonts-vlgothic | fonts-japanese-gothic
 Standards-Version: 3.9.8
-X-Python-Version: 2.7
 Homepage: http://blockdiag.com/
 
-Package: python-seqdiag
-Architecture: all
-Provides: ${python:Provides}
-Depends: ${misc:Depends}, ${python:Depends},
-         python-blockdiag (>= 1.5.0)
-Description: seqdiag generate sequence-diagram image file from spec-text file
- Generate sequence-diagram from dot like text with multilingualization for
- node-label. But this supports utf-8 only. And get some examples and generated
- images.
-
 Package: python3-seqdiag
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
diff -Nru seqdiag-0.9.5+dfsg/debian/python-seqdiag.manpages seqdiag-0.9.5+dfsg/debian/python-seqdiag.manpages
--- seqdiag-0.9.5+dfsg/debian/python-seqdiag.manpages	2011-11-03 13:02:27.000000000 -0400
+++ seqdiag-0.9.5+dfsg/debian/python-seqdiag.manpages	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-seqdiag.1
diff -Nru seqdiag-0.9.5+dfsg/debian/rules seqdiag-0.9.5+dfsg/debian/rules
--- seqdiag-0.9.5+dfsg/debian/rules	2014-08-31 22:31:04.000000000 -0400
+++ seqdiag-0.9.5+dfsg/debian/rules	2019-10-19 14:10:11.000000000 -0400
@@ -7,7 +7,7 @@
 export PYBUILD_NAME=seqdiag
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_python3:
 	dh_python3

Reply via email to