Control: tags 938530 + patch

Dear maintainer,

I've prepared an NMU for sphinxcontrib-actdiag (versioned as 0.8.5-1.1). The 
diff
is attached to this message.

i've uploaded directly to unstable becaues it fixes a RC bug

Regards.

diff -Nru sphinxcontrib-actdiag-0.8.5/debian/changelog sphinxcontrib-actdiag-0.8.5/debian/changelog
--- sphinxcontrib-actdiag-0.8.5/debian/changelog	2016-10-31 19:58:04.000000000 -0400
+++ sphinxcontrib-actdiag-0.8.5/debian/changelog	2019-10-19 18:07:40.000000000 -0400
@@ -1,3 +1,10 @@
+sphinxcontrib-actdiag (0.8.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938530
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 19 Oct 2019 18:07:40 -0400
+
 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-10-31 19:58:02.000000000 -0400
+++ sphinxcontrib-actdiag-0.8.5/debian/control	2019-10-19 18:07:22.000000000 -0400
@@ -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 12:00:08.000000000 -0500
+++ sphinxcontrib-actdiag-0.8.5/debian/rules	2019-10-19 18:07:36.000000000 -0400
@@ -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