[Python-modules-commits] r33674 - in packages/python-pretend/trunk/debian (changelog control)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Sun Aug 9 16:59:42 UTC 2015
Date: Sunday, August 9, 2015 @ 16:59:41
Author: mithrandi
Revision: 33674
Remove distutils patch since we can now use setuptools.
Modified:
packages/python-pretend/trunk/debian/changelog
packages/python-pretend/trunk/debian/control
Modified: packages/python-pretend/trunk/debian/changelog
===================================================================
--- packages/python-pretend/trunk/debian/changelog 2015-08-09 16:58:02 UTC (rev 33673)
+++ packages/python-pretend/trunk/debian/changelog 2015-08-09 16:59:41 UTC (rev 33674)
@@ -1,3 +1,9 @@
+python-pretend (1.0.8-3) UNRELEASED; urgency=medium
+
+ * Remove distutils patch since we can now use setuptools.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Sun, 09 Aug 2015 18:59:10 +0200
+
python-pretend (1.0.8-2) unstable; urgency=medium
* Switch debian/watch to pypi.debian.net redirector.
Modified: packages/python-pretend/trunk/debian/control
===================================================================
--- packages/python-pretend/trunk/debian/control 2015-08-09 16:58:02 UTC (rev 33673)
+++ packages/python-pretend/trunk/debian/control 2015-08-09 16:59:41 UTC (rev 33674)
@@ -8,7 +8,10 @@
dh-python,
python-all,
python3-all,
- pypy
+ pypy,
+ python-setuptools,
+ python3-setuptools,
+ pypy-setuptools,
Standards-Version: 3.9.5
Homepage: https://github.com/alex/pretend
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pretend/trunk/
More information about the Python-modules-commits
mailing list