[Python-modules-commits] r6194 - in packages/pylons/trunk/debian (changelog watch)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Aug 15 18:05:00 UTC 2008
Date: Friday, August 15, 2008 @ 18:04:59
Author: piotr
Revision: 6194
Update debian/watch file to handle "rc" versions correctly
Modified:
packages/pylons/trunk/debian/changelog
packages/pylons/trunk/debian/watch
Modified: packages/pylons/trunk/debian/changelog
===================================================================
--- packages/pylons/trunk/debian/changelog 2008-08-15 17:34:53 UTC (rev 6193)
+++ packages/pylons/trunk/debian/changelog 2008-08-15 18:04:59 UTC (rev 6194)
@@ -12,6 +12,7 @@
* tests are no longer installed
* s/python-elementree/python-elementtree (without any typos this time,
really closes: #485407)
+ * Update debian/watch file to handle "rc" versions correctly
-- Piotr Ożarowski <piotr at debian.org> Fri, 15 Aug 2008 15:07:12 +0200
Modified: packages/pylons/trunk/debian/watch
===================================================================
--- packages/pylons/trunk/debian/watch 2008-08-15 17:34:53 UTC (rev 6193)
+++ packages/pylons/trunk/debian/watch 2008-08-15 18:04:59 UTC (rev 6194)
@@ -1,4 +1,4 @@
# Compulsory line, this is a version 3 file
version=3
-
-http://cheeseshop.python.org/packages/source/P/Pylons/Pylons-(.*)\.tar\.gz
+opts=uversionmangle=s/rc/~rc/ \
+http://pypi.python.org/packages/source/P/Pylons/Pylons-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list