[Python-modules-commits] r31351 - in packages/pyfiglet/trunk/debian (changelog watch)
stefanor at users.alioth.debian.org
stefanor at users.alioth.debian.org
Sat Nov 1 20:20:14 UTC 2014
Date: Saturday, November 1, 2014 @ 20:20:13
Author: stefanor
Revision: 31351
* debian/watch:
- Switch to dversionmangle and repacksuffix, now that it exists.
- Switch from the deprecated githubredir.d.n to github's tag view.
Modified:
packages/pyfiglet/trunk/debian/changelog
packages/pyfiglet/trunk/debian/watch
Modified: packages/pyfiglet/trunk/debian/changelog
===================================================================
--- packages/pyfiglet/trunk/debian/changelog 2014-11-01 20:12:41 UTC (rev 31350)
+++ packages/pyfiglet/trunk/debian/changelog 2014-11-01 20:20:13 UTC (rev 31351)
@@ -1,3 +1,11 @@
+pyfiglet (0.7.2+dfsg-2) UNRELEASED; urgency=medium
+
+ * debian/watch:
+ - Switch to dversionmangle and repacksuffix, now that it exists.
+ - Switch from the deprecated githubredir.d.n to github's tag view.
+
+ -- Stefano Rivera <stefanor at debian.org> Fri, 17 Oct 2014 19:35:51 -0700
+
pyfiglet (0.7.2+dfsg-1) unstable; urgency=medium
* New upstream bugfix release.
Modified: packages/pyfiglet/trunk/debian/watch
===================================================================
--- packages/pyfiglet/trunk/debian/watch 2014-11-01 20:12:41 UTC (rev 31350)
+++ packages/pyfiglet/trunk/debian/watch 2014-11-01 20:20:13 UTC (rev 31351)
@@ -1,4 +1,5 @@
version=3
-opts=uversionmangle=s/$/\+dfsg/ \
-http://githubredir.debian.net/github/pwaller/pyfiglet/(.*).tar.gz
+opts=dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg \
+https://github.com/pwaller/pyfiglet/tags \
+.*/([0-9.]+).tar.gz
More information about the Python-modules-commits
mailing list