[Python-modules-commits] r33857 - in packages/decoratortools/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Aug 18 15:46:49 UTC 2015
Date: Tuesday, August 18, 2015 @ 15:46:48
Author: piotr
Revision: 33857
* Team upload.
* Replace deprecated dh_pysupport with dh_python2 (closes: #785996)
* debian/watch: use pypi.debian.net redirector
Modified:
packages/decoratortools/trunk/debian/changelog
packages/decoratortools/trunk/debian/control
packages/decoratortools/trunk/debian/rules
packages/decoratortools/trunk/debian/watch
Modified: packages/decoratortools/trunk/debian/changelog
===================================================================
--- packages/decoratortools/trunk/debian/changelog 2015-08-18 15:45:45 UTC (rev 33856)
+++ packages/decoratortools/trunk/debian/changelog 2015-08-18 15:46:48 UTC (rev 33857)
@@ -1,9 +1,16 @@
-decoratortools (1.8-3) UNRELEASED; urgency=low
+decoratortools (1.8-3) unstable; urgency=medium
+ * Team upload.
+
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:00:40 +0200
+ [ Piotr Ożarowski ]
+ * Replace deprecated dh_pysupport with dh_python2 (closes: #785996)
+ * debian/watch: use pypi.debian.net redirector
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 18 Aug 2015 17:34:47 +0200
+
decoratortools (1.8-2) unstable; urgency=low
* debian/control
Modified: packages/decoratortools/trunk/debian/control
===================================================================
--- packages/decoratortools/trunk/debian/control 2015-08-18 15:45:45 UTC (rev 33856)
+++ packages/decoratortools/trunk/debian/control 2015-08-18 15:46:48 UTC (rev 33857)
@@ -7,7 +7,7 @@
python-all,
python-nose,
python-setuptools (>= 0.6.14),
- python-support
+ dh-python
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/DecoratorTools/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/decoratortools/trunk/
Modified: packages/decoratortools/trunk/debian/rules
===================================================================
--- packages/decoratortools/trunk/debian/rules 2015-08-18 15:45:45 UTC (rev 33856)
+++ packages/decoratortools/trunk/debian/rules 2015-08-18 15:46:48 UTC (rev 33857)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_clean:
rm -rf *.egg-info
Modified: packages/decoratortools/trunk/debian/watch
===================================================================
--- packages/decoratortools/trunk/debian/watch 2015-08-18 15:45:45 UTC (rev 33856)
+++ packages/decoratortools/trunk/debian/watch 2015-08-18 15:46:48 UTC (rev 33857)
@@ -1,2 +1,3 @@
version=3
-http://pypi.python.org/packages/source/D/DecoratorTools/DecoratorTools-(.+)\.zip
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/DecoratorTools/DecoratorTools-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
More information about the Python-modules-commits
mailing list