Hi,

Since you haven't replied to the previous mail, I've uploaded this
without delay, fixing the RC bug on blockdiag.

Cheers,

Thomas Goirand (zigo)
diff -Nru blockdiag-1.5.3+dfsg/debian/changelog 
blockdiag-1.5.3+dfsg/debian/changelog
--- blockdiag-1.5.3+dfsg/debian/changelog       2018-07-16 18:07:06.000000000 
+0200
+++ blockdiag-1.5.3+dfsg/debian/changelog       2019-10-24 09:23:00.000000000 
+0200
@@ -1,3 +1,12 @@
+blockdiag (1.5.3+dfsg-5.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Removed Python 2 support (Closes: #936219).
+  * Switched to debhelper-compat (= 11), as the package was using
+    debian/compat with version 7, and debhelper >= 8.
+
+ -- Thomas Goirand <z...@debian.org>  Thu, 24 Oct 2019 09:23:00 +0200
+
 blockdiag (1.5.3+dfsg-5.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru blockdiag-1.5.3+dfsg/debian/compat blockdiag-1.5.3+dfsg/debian/compat
--- blockdiag-1.5.3+dfsg/debian/compat  2017-05-29 05:24:55.000000000 +0200
+++ blockdiag-1.5.3+dfsg/debian/compat  1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-7
diff -Nru blockdiag-1.5.3+dfsg/debian/control 
blockdiag-1.5.3+dfsg/debian/control
--- blockdiag-1.5.3+dfsg/debian/control 2017-05-26 15:06:27.000000000 +0200
+++ blockdiag-1.5.3+dfsg/debian/control 2019-10-24 09:23:00.000000000 +0200
@@ -2,23 +2,12 @@
 Section: python
 Priority: optional
 Maintainer: Kouhei Maeda <mkou...@palmtb.net>
-Build-Depends: debhelper (>= 8.0.0),
+Build-Depends: debhelper-compat (= 11),
                dh-python,
-               python-all,
-               python-setuptools,
-               python-configparser,
-               python-unittest2,
-               pep8 (>= 1.3),
-               python-nose,
-               python-zc.buildout,
-               python-funcparserlib (>= 0.3.4),
-               python-docutils,
-               python-pil,
-               python-webcolors,
-               python-reportlab,
-               python-mock,
-               python-wand,
-               python-pep8,
+               libmagickcore-6.q16-3-extra,
+               python3-unittest2,
+               python3-docutils,
+               python3-pep8,
                python3-all,
                python3-setuptools,
                python3-pep8 (>= 1.3),
@@ -30,26 +19,11 @@
                python3-reportlab,
                python3-mock,
                python3-wand,
-               libmagickcore-6.q16-3-extra,
+               python3-zc.buildout,
                fonts-vlgothic | fonts-japanese-gothic
 Standards-Version: 3.9.8
-X-Python-Version: 2.7
 Homepage: http://blockdiag.com/
 
-Package: python-blockdiag
-Architecture: all
-Provides: ${python:Provides}
-Depends: ${misc:Depends}, ${python:Depends},
-         python-funcparserlib (>= 0.3.4),
-         python-pil,
-         python-docutils,
-         python-reportlab,
-         python-webcolors
-Description: generate block-diagram image file from spec-text file
- Generate block-diagram from dot like text with multilingualization for
- node-label. But this supports utf-8 only. It is able to embed to sphinx with 
- using python-sphinxcontrib-blockdiag.
-
 Package: python3-blockdiag
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
diff -Nru blockdiag-1.5.3+dfsg/debian/python-blockdiag.manpages 
blockdiag-1.5.3+dfsg/debian/python-blockdiag.manpages
--- blockdiag-1.5.3+dfsg/debian/python-blockdiag.manpages       2011-10-08 
08:20:33.000000000 +0200
+++ blockdiag-1.5.3+dfsg/debian/python-blockdiag.manpages       1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-blockdiag.1
diff -Nru blockdiag-1.5.3+dfsg/debian/rules blockdiag-1.5.3+dfsg/debian/rules
--- blockdiag-1.5.3+dfsg/debian/rules   2017-06-04 05:04:56.000000000 +0200
+++ blockdiag-1.5.3+dfsg/debian/rules   2019-10-24 09:23:00.000000000 +0200
@@ -8,7 +8,7 @@
 export PYBUILD_AFTER_TEST=rm -rf {build_dir}/circle.*
 
 %:
-       dh $@ --with python2,python3 --buildsystem=pybuild
+       dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_python3:
        dh_python3 --shebang=/usr/bin/python3

Reply via email to