diff -Nru sphinxcontrib-restbuilder-0.2/debian/changelog sphinxcontrib-restbuilder-0.2/debian/changelog --- sphinxcontrib-restbuilder-0.2/debian/changelog 2018-09-05 17:00:49.000000000 +0000 +++ sphinxcontrib-restbuilder-0.2/debian/changelog 2019-09-15 07:34:56.000000000 +0000 @@ -1,3 +1,17 @@ +sphinxcontrib-restbuilder (0.2-3) unstable; urgency=medium + + * [f91a412] d/control: remove Python2 package version + (Closes: #938538) + * [51f5aa6] d/rules: adjust dh default build settings + We build no Python2 package anymore and can drop all related variables and + settings. + * [52440f8] autopkgtest: adjust used package version + Use now the Python3 package within the autopkgtest. + * [d187759] d/control: increase Standards-Version to 4.4.0 + No further changes needed. + + -- Carsten Schoenert Sun, 15 Sep 2019 09:34:56 +0200 + sphinxcontrib-restbuilder (0.2-2) unstable; urgency=medium * [0eadf28] d/control: set the correct VCS resource diff -Nru sphinxcontrib-restbuilder-0.2/debian/control sphinxcontrib-restbuilder-0.2/debian/control --- sphinxcontrib-restbuilder-0.2/debian/control 2018-09-05 16:50:17.000000000 +0000 +++ sphinxcontrib-restbuilder-0.2/debian/control 2019-09-15 07:34:56.000000000 +0000 @@ -5,31 +5,13 @@ Build-Depends: debhelper (>= 11~), dh-python, - python, - python-setuptools, - python3, + python3-all, python3-setuptools, -Standards-Version: 4.2.1 +Standards-Version: 4.4.0 Vcs-Browser: https://salsa.debian.org/tijuca/sphinxcontrib-restbuilder Vcs-Git: https://salsa.debian.org/tijuca/sphinxcontrib-restbuilder.git Homepage: https://github.com/sphinx-contrib/restbuilder -Package: python-sphinxcontrib.restbuilder -Architecture: all -Depends: - ${misc:Depends}, - ${python:Depends}, -Description: extension to build reST (reStructuredText) files with Sphinx (Python 2) - This extension is in particular useful to use in combination with the autodoc - extension. In this combination, autodoc generates the documentation based on - docstrings, and restbuilder outputs the result are reStructuredText (.rst) - files. - . - In order to use it, add sphinxcontrib.restbuilder into the extensions list of - your Sphinx configuration file (conf.py) - . - This package contains the Python 2 version. - Package: python3-sphinxcontrib.restbuilder Architecture: all Depends: diff -Nru sphinxcontrib-restbuilder-0.2/debian/rules sphinxcontrib-restbuilder-0.2/debian/rules --- sphinxcontrib-restbuilder-0.2/debian/rules 2018-07-20 11:59:53.000000000 +0000 +++ sphinxcontrib-restbuilder-0.2/debian/rules 2019-09-15 07:33:09.000000000 +0000 @@ -4,9 +4,8 @@ # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 -export PYBUILD_DESTDIR_python2=debian/python-sphinxcontrib.restbuilder export PYBUILD_DESTDIR_python3=debian/python3-sphinxcontrib.restbuilder %: - dh $@ --with=python2,python3 --buildsystem=pybuild + dh $@ --with=python3 --buildsystem=pybuild diff -Nru sphinxcontrib-restbuilder-0.2/debian/tests/control sphinxcontrib-restbuilder-0.2/debian/tests/control --- sphinxcontrib-restbuilder-0.2/debian/tests/control 2018-07-20 11:59:53.000000000 +0000 +++ sphinxcontrib-restbuilder-0.2/debian/tests/control 2019-09-15 07:34:56.000000000 +0000 @@ -1,3 +1,3 @@ Tests: smoke -Depends: python-sphinxcontrib.restbuilder +Depends: python3-sphinxcontrib.restbuilder Restrictions: allow-stderr