[Python-modules-commits] r29722 - in packages/python-dugong/trunk/debian (watch)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Fri Jul 11 05:13:52 UTC 2014
Date: Friday, July 11, 2014 @ 05:13:51
Author: nikratio-guest
Revision: 29722
Use uversionmangle instead of dversionmangle to handle +dfsg
suffix, so that the repackaged archive gets the correct filename.
Modified:
packages/python-dugong/trunk/debian/watch
Modified: packages/python-dugong/trunk/debian/watch
===================================================================
--- packages/python-dugong/trunk/debian/watch 2014-07-11 05:12:52 UTC (rev 29721)
+++ packages/python-dugong/trunk/debian/watch 2014-07-11 05:13:51 UTC (rev 29722)
@@ -1,6 +1,8 @@
# watch control file for uscan
version=3
-opts=pgpsigurlmangle=s/$/.asc/,dversionmangle=s/\+dfsg\d?$// \
+opts=\
+pgpsigurlmangle=s/$/.asc/,\
+uversionmangle=s/$/+dfsg/,\
https://pypi.python.org/pypi/dugong/ \
.*/dugong-(\d\S*)\.tar\.bz2 \
debian
More information about the Python-modules-commits
mailing list