[Python-modules-commits] r12292 - in packages/cherrypy3/trunk/debian (changelog watch)
jcfp-guest at users.alioth.debian.org
jcfp-guest at users.alioth.debian.org
Fri Mar 19 21:34:04 UTC 2010
Date: Friday, March 19, 2010 @ 21:34:01
Author: jcfp-guest
Revision: 12292
Fix watch file
Modified:
packages/cherrypy3/trunk/debian/changelog
packages/cherrypy3/trunk/debian/watch
Modified: packages/cherrypy3/trunk/debian/changelog
===================================================================
--- packages/cherrypy3/trunk/debian/changelog 2010-03-19 21:24:12 UTC (rev 12291)
+++ packages/cherrypy3/trunk/debian/changelog 2010-03-19 21:34:01 UTC (rev 12292)
@@ -8,6 +8,9 @@
* debian/copyright:
+ Added notice for cherrypy/lib/httpauth.py.
+ Fixed years.
+ * debian/watch:
+ + Don't hit on the -py3 release by blocking '-' from the version.
+ + Mangle upstream version, inserting a tilde for beta/rc.
-- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Fri, 19 Mar 2010 21:15:58 +0100
Modified: packages/cherrypy3/trunk/debian/watch
===================================================================
--- packages/cherrypy3/trunk/debian/watch 2010-03-19 21:24:12 UTC (rev 12291)
+++ packages/cherrypy3/trunk/debian/watch 2010-03-19 21:34:01 UTC (rev 12292)
@@ -1,2 +1,3 @@
version=3
-http://download.cherrypy.org/cherrypy/([\d\.a-zA-Z]+)/CherryPy-(.+)\.tar\.gz
+opts="uversionmangle=s/([a-z]+\d+)$/~$1/" \
+ http://download.cherrypy.org/cherrypy/([\d\.a-zA-Z]+)/CherryPy-([^-]+)\.tar\.gz
More information about the Python-modules-commits
mailing list