[Python-modules-commits] r13083 - in packages/webhelpers/trunk/debian (changelog watch)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue May 25 19:47:42 UTC 2010
Date: Tuesday, May 25, 2010 @ 19:47:33
Author: piotr
Revision: 13083
* New upstream release
* debian/watch file updated to handle "rc" versions
Modified:
packages/webhelpers/trunk/debian/changelog
packages/webhelpers/trunk/debian/watch
Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog 2010-05-25 05:19:53 UTC (rev 13082)
+++ packages/webhelpers/trunk/debian/changelog 2010-05-25 19:47:33 UTC (rev 13083)
@@ -1,3 +1,10 @@
+webhelpers (1.0~rc1-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/watch file updated to handle "rc" versions
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 25 May 2010 20:33:32 +0200
+
webhelpers (1.0~b7-1) unstable; urgency=low
* New upstream release
Modified: packages/webhelpers/trunk/debian/watch
===================================================================
--- packages/webhelpers/trunk/debian/watch 2010-05-25 05:19:53 UTC (rev 13082)
+++ packages/webhelpers/trunk/debian/watch 2010-05-25 19:47:33 UTC (rev 13083)
@@ -1,3 +1,3 @@
version=3
-opts=uversionmangle=s/(a|b|c)/~$1/ \
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
http://pypi.python.org/packages/source/W/WebHelpers/WebHelpers-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list