[Python-apps-commits] r13788 - in packages/twine/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Wed Dec 14 23:08:44 UTC 2016
Date: Wednesday, December 14, 2016 @ 23:08:43
Author: barry
Revision: 13788
* d/control: Add python3-setuptools to Depends. (Closes: #814379)
* d/tests: Add very simple autopkgtests.
Added:
packages/twine/trunk/debian/tests/
packages/twine/trunk/debian/tests/control
Modified:
packages/twine/trunk/debian/changelog
packages/twine/trunk/debian/control
Modified: packages/twine/trunk/debian/changelog
===================================================================
--- packages/twine/trunk/debian/changelog 2016-12-14 20:26:39 UTC (rev 13787)
+++ packages/twine/trunk/debian/changelog 2016-12-14 23:08:43 UTC (rev 13788)
@@ -1,3 +1,10 @@
+twine (1.8.1-2) UNRELEASED; urgency=medium
+
+ * d/control: Add python3-setuptools to Depends. (Closes: #814379)
+ * d/tests: Add very simple autopkgtests.
+
+ -- Barry Warsaw <barry at debian.org> Wed, 14 Dec 2016 18:02:23 -0500
+
twine (1.8.1-1) unstable; urgency=medium
[ Zygmunt Krynicki ]
Modified: packages/twine/trunk/debian/control
===================================================================
--- packages/twine/trunk/debian/control 2016-12-14 20:26:39 UTC (rev 13787)
+++ packages/twine/trunk/debian/control 2016-12-14 23:08:43 UTC (rev 13788)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
Uploaders: Zygmunt Krynicki <zygmunt.krynicki at canonical.com>,
- Barry Warsaw <barry at debian.org>
+ Barry Warsaw <barry at debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
python3-all,
@@ -13,7 +13,7 @@
python3-requests (>= 2.3.0),
python3-setuptools (>= 0.7),
python3-sphinx,
- python3-sphinx-rtd-theme
+ python3-sphinx-rtd-theme,
Standards-Version: 3.9.8
X-Python3-Version: >= 3.3
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/twine/trunk/
@@ -22,7 +22,9 @@
Package: twine
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: python3-setuptools,
+ ${misc:Depends},
+ ${python3:Depends},
Description: utility for interacting with PyPI
Twine is a tool for uploading distributions (in the Python meaning) to PyPi.
.
Added: packages/twine/trunk/debian/tests/control
===================================================================
--- packages/twine/trunk/debian/tests/control (rev 0)
+++ packages/twine/trunk/debian/tests/control 2016-12-14 23:08:43 UTC (rev 13788)
@@ -0,0 +1,3 @@
+Test-Command: twine --help
+
+Test-Command: twine --version
More information about the Python-apps-commits
mailing list