[med-svn] [Git][med-team/sphinxcontrib-autoprogram][master] 4 commits: Drop Python2 support
Andreas Tille
gitlab at salsa.debian.org
Wed Sep 4 13:10:02 BST 2019
Andreas Tille pushed to branch master at Debian Med / sphinxcontrib-autoprogram
Commits:
0a62cc6e by Andreas Tille at 2019-09-04T12:05:31Z
Drop Python2 support
- - - - -
3120f089 by Andreas Tille at 2019-09-04T12:05:47Z
debhelper-compat 12
- - - - -
7eaaa8bc by Andreas Tille at 2019-09-04T12:05:49Z
Standards-Version: 4.4.0
- - - - -
096c86ae by Andreas Tille at 2019-09-04T12:07:26Z
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+sphinxcontrib-autoprogram (0.1.5-2) unstable; urgency=medium
+
+ * Drop Python2 support
+ Closes: #938531
+ * debhelper-compat 12
+ * Standards-Version: 4.4.0
+
+ -- Andreas Tille <tille at debian.org> Wed, 04 Sep 2019 14:05:50 +0200
+
sphinxcontrib-autoprogram (0.1.5-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -6,36 +6,17 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
dh-python,
- python,
- python-setuptools,
- python-six,
- python-sphinx,
python3,
python3-setuptools,
python3-sphinx,
- python3-six
-Standards-Version: 4.3.0
+ python3-six
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/sphinxcontrib-autoprogram
Vcs-Git: https://salsa.debian.org/med-team/sphinxcontrib-autoprogram.git
Homepage: https://pythonhosted.org/sphinxcontrib-autoprogram/
-Package: sphinxcontrib-autoprogram
-Architecture: all
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends}
-Description: automated documentation of CLI programs for Sphinx (Python 2)
- This contrib extension, sphinxcontrib.autoprogram, provides an automated way
- to document CLI programs. It scans argparse.ArgumentParser object, and then
- expands it into a set of .. program:: and .. option:: directives.
- .
- In order to use it, add sphinxcontrib.autoprogram into extensions list of your
- Sphinx configuration file (conf.py)
- .
- This package contains the Python 2 version.
-
Package: python3-sphinxcontrib.autoprogram
Architecture: all
Depends: ${shlibs:Depends},
=====================================
debian/rules
=====================================
@@ -1,9 +1,8 @@
#!/usr/bin/make -f
-export PYBUILD_DESTDIR_python2=debian/sphinxcontrib-autoprogram
export PYBUILD_DESTDIR_python3=debian/python3-sphinxcontrib.autoprogram
%:
- dh $@ --with=python2,python3 --buildsystem=pybuild
+ dh $@ --with=python3 --buildsystem=pybuild
override_dh_auto_install:
dh_auto_install
View it on GitLab: https://salsa.debian.org/med-team/sphinxcontrib-autoprogram/compare/10c5eadf5f3ee2b53b22e9b60f20d9b040b6135d...096c86ae9ff65efcaad20036ccdd5c658d6ad050
--
View it on GitLab: https://salsa.debian.org/med-team/sphinxcontrib-autoprogram/compare/10c5eadf5f3ee2b53b22e9b60f20d9b040b6135d...096c86ae9ff65efcaad20036ccdd5c658d6ad050
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190904/d5f8f12d/attachment-0001.html>
More information about the debian-med-commit
mailing list