Hi,

I've uploaded the attached debdiff to DELAYED/2. Let me know if you want
to upload another version, which I may sponsor if you need.

Cheers,

Thomas Goirand (zigo)

diff -Nru sphinxcontrib-actdiag-0.8.5/debian/changelog 
sphinxcontrib-actdiag-0.8.5/debian/changelog
--- sphinxcontrib-actdiag-0.8.5/debian/changelog        2016-11-01 
00:58:04.000000000 +0100
+++ sphinxcontrib-actdiag-0.8.5/debian/changelog        2019-10-19 
02:05:46.000000000 +0200
@@ -1,3 +1,10 @@
+sphinxcontrib-actdiag (0.8.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Removed Python 2 support (Closes: #938530).
+
+ -- Thomas Goirand <z...@debian.org>  Sat, 19 Oct 2019 02:05:46 +0200
+
 sphinxcontrib-actdiag (0.8.5-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru sphinxcontrib-actdiag-0.8.5/debian/control 
sphinxcontrib-actdiag-0.8.5/debian/control
--- sphinxcontrib-actdiag-0.8.5/debian/control  2016-11-01 00:58:02.000000000 
+0100
+++ sphinxcontrib-actdiag-0.8.5/debian/control  2019-10-19 02:05:43.000000000 
+0200
@@ -4,12 +4,6 @@
 Maintainer: Kouhei Maeda <mkou...@palmtb.net>
 Build-Depends: debhelper (>= 9.0.0),
                dh-python,
-               python-all,
-               python-setuptools,
-               python-sphinx (>= 0.6),
-               python-blockdiag (>= 1.5.0),
-               python-actdiag (>= 0.5.3),
-               python-mock,
                python3-all,
                python3-setuptools,
                python3-sphinx (>= 0.6),
@@ -17,21 +11,8 @@
                python3-actdiag (>= 0.5.3),
                python3-mock
 Standards-Version: 3.9.8
-X-Python-Version: 2.7
 Homepage: http://github.com/blockdiag/sphinxcontrib-actdiag
 
-Package: python-sphinxcontrib.actdiag
-Architecture: all
-Provides: ${python:Provides}
-Depends: ${misc:Depends}, ${python:Depends},
-         python-blockdiag (>= 1.5.0),
-         python-actdiag (>= 0.5.3),
-         python-sphinx (>= 0.6)
-Description: Sphinx "actdiag" extension
- This package contains the actdiag Sphinx extension. This extension enable you
- to insert activity diagrams in your Sphinx document. This is a sphinx
- extension which render block diagrams by using python-actdiag.
-
 Package: python3-sphinxcontrib.actdiag
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends},
diff -Nru sphinxcontrib-actdiag-0.8.5/debian/rules 
sphinxcontrib-actdiag-0.8.5/debian/rules
--- sphinxcontrib-actdiag-0.8.5/debian/rules    2014-11-22 18:00:08.000000000 
+0100
+++ sphinxcontrib-actdiag-0.8.5/debian/rules    2019-10-19 02:05:46.000000000 
+0200
@@ -8,12 +8,8 @@
 export PYBUILD_DISABLE=test
 
 %:
-       dh $@ --with python2,python3 --buildsystem=pybuild
+       dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_python3:
        dh_python3
        find $(CURDIR)/debian/python3-sphinxcontrib.actdiag -name tests -a 
-type d | xargs rm -rf
-
-override_dh_python2:
-       dh_python2
-       find $(CURDIR)/debian/python-sphinxcontrib.actdiag -name tests -a -type 
d | xargs rm -rf

Reply via email to