Hi, Please find attached to this message the debdiff for the removal of Python 2 support from actdiag. I've uploaded it to DELAYED/2. Let me know if you want me to cancel this upload, or sponsor another version.
Cheers, Thomas Goirand (zigo)
diff -Nru actdiag-0.5.4+dfsg/debian/changelog actdiag-0.5.4+dfsg/debian/changelog --- actdiag-0.5.4+dfsg/debian/changelog 2016-10-11 06:38:49.000000000 +0200 +++ actdiag-0.5.4+dfsg/debian/changelog 2019-10-19 02:54:15.000000000 +0200 @@ -1,3 +1,11 @@ +actdiag (0.5.4+dfsg-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add missing dh-python build-depends. + * Removed Python 2 support (Closes: #936106). + + -- Thomas Goirand <z...@debian.org> Sat, 19 Oct 2019 02:54:15 +0200 + actdiag (0.5.4+dfsg-1) unstable; urgency=medium * New upstream release diff -Nru actdiag-0.5.4+dfsg/debian/control actdiag-0.5.4+dfsg/debian/control --- actdiag-0.5.4+dfsg/debian/control 2016-10-11 06:38:47.000000000 +0200 +++ actdiag-0.5.4+dfsg/debian/control 2019-10-19 02:54:15.000000000 +0200 @@ -3,12 +3,7 @@ Priority: optional Maintainer: Kouhei Maeda <mkou...@palmtb.net> Build-Depends: debhelper (>= 8.0.0), - python-all, - python-setuptools, - python-unittest2, - python-pep8 (>= 1.3), - python-nose, - python-blockdiag (>= 1.5.0), + dh-python, python3-all, python3-setuptools, python3-pep8 (>= 1.3), @@ -16,25 +11,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-actdiag -Architecture: all -Provides: ${python:Provides} -Depends: ${misc:Depends}, ${python:Depends}, - python-blockdiag (>= 1.5.0) -Description: generate activity-diagram image file from spec-text file - Generate activity-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-actdiag. - Package: python3-actdiag Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-blockdiag (>= 1.5.0) -Description: generate activity-diagram image file from spec-text file (Python3) - For Python3. +Description: generate activity-diagram image file from spec-text file Generate activity-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 python3-sphinxcontrib-actdiag. diff -Nru actdiag-0.5.4+dfsg/debian/pydist-overrides actdiag-0.5.4+dfsg/debian/pydist-overrides --- actdiag-0.5.4+dfsg/debian/pydist-overrides 2011-06-05 18:38:58.000000000 +0200 +++ actdiag-0.5.4+dfsg/debian/pydist-overrides 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -PIL python-imaging -funcparserlib python-funcparserlib -blockdiag python-blockdiag diff -Nru actdiag-0.5.4+dfsg/debian/python-actdiag.manpages actdiag-0.5.4+dfsg/debian/python-actdiag.manpages --- actdiag-0.5.4+dfsg/debian/python-actdiag.manpages 2011-11-03 17:22:00.000000000 +0100 +++ actdiag-0.5.4+dfsg/debian/python-actdiag.manpages 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -actdiag.1 diff -Nru actdiag-0.5.4+dfsg/debian/rules actdiag-0.5.4+dfsg/debian/rules --- actdiag-0.5.4+dfsg/debian/rules 2014-09-01 00:37:08.000000000 +0200 +++ actdiag-0.5.4+dfsg/debian/rules 2019-10-19 02:54:15.000000000 +0200 @@ -7,7 +7,7 @@ export PYBUILD_NAME=actdiag %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_python3: dh_python3