[Python-modules-commits] r33556 - in packages/datanommer.commands/trunk/debian (3 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Fri Jul 31 06:20:45 UTC 2015
Date: Friday, July 31, 2015 @ 06:20:44
Author: kitterman
Revision: 33556
* Team upload.
* Update debian/watch to use pypy.d.n redirector so it works again
* Add missing Vcs-* for DPMT to debian/control
Modified:
packages/datanommer.commands/trunk/debian/changelog
packages/datanommer.commands/trunk/debian/control
packages/datanommer.commands/trunk/debian/watch
Modified: packages/datanommer.commands/trunk/debian/changelog
===================================================================
--- packages/datanommer.commands/trunk/debian/changelog 2015-07-31 06:20:02 UTC (rev 33555)
+++ packages/datanommer.commands/trunk/debian/changelog 2015-07-31 06:20:44 UTC (rev 33556)
@@ -1,3 +1,11 @@
+datanommer.commands (0.4.6-2) unstable; urgency=medium
+
+ * Team upload.
+ * Update debian/watch to use pypy.d.n redirector so it works again
+ * Add missing Vcs-* for DPMT to debian/control
+
+ -- Scott Kitterman <scott at kitterman.com> Fri, 31 Jul 2015 02:08:54 -0400
+
datanommer.commands (0.4.6-1) unstable; urgency=medium
* Initial release.
Modified: packages/datanommer.commands/trunk/debian/control
===================================================================
--- packages/datanommer.commands/trunk/debian/control 2015-07-31 06:20:02 UTC (rev 33555)
+++ packages/datanommer.commands/trunk/debian/control 2015-07-31 06:20:44 UTC (rev 33556)
@@ -13,6 +13,8 @@
python-mock,
python-setuptools
Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/datanommer.commands/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/datanommer.commands/trunk/
X-Python-Version: >= 2.7
Homepage: https://github.com/fedora-infra/datanommer/
Modified: packages/datanommer.commands/trunk/debian/watch
===================================================================
--- packages/datanommer.commands/trunk/debian/watch 2015-07-31 06:20:02 UTC (rev 33555)
+++ packages/datanommer.commands/trunk/debian/watch 2015-07-31 06:20:44 UTC (rev 33556)
@@ -1,2 +1,3 @@
version=3
-options="pgpsigurlmangle=s/$/.asc/" https://pypi.python.org/packages/source/d/datanommer.commands/datanommer.commands-(.*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/datanommer.commands/datanommer.commands-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list