Hi,

Please find attached a debdiff to fix #938466 which I'm uploading to
DELAYED/2 queue. Please let me know if you need the sponsoring of the
upload of another debian release, or if I should cancel my upload.

Cheers,

Thomas Goirand (zigo)
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 10:57:18.000000000 +0200
+++ seqdiag-0.9.5+dfsg/debian/changelog 2019-10-19 02:28:25.000000000 +0200
@@ -1,3 +1,10 @@
+seqdiag (0.9.5+dfsg-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Removed Python 2 support (Closes: #938466).
+
+ -- Thomas Goirand <z...@debian.org>  Sat, 19 Oct 2019 02:28:25 +0200
+
 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 06:33:57.000000000 +0200
+++ seqdiag-0.9.5+dfsg/debian/control   2019-10-19 02:28:15.000000000 +0200
@@ -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,25 +13,13 @@
                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},
          python3-blockdiag (>= 1.5.0)
-Description: seqdiag generate sequence-diagram image file for Python3
- For Python3.
+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.
diff -Nru seqdiag-0.9.5+dfsg/debian/rules seqdiag-0.9.5+dfsg/debian/rules
--- seqdiag-0.9.5+dfsg/debian/rules     2014-09-01 04:31:04.000000000 +0200
+++ seqdiag-0.9.5+dfsg/debian/rules     2019-10-19 02:26:21.000000000 +0200
@@ -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