[Python-modules-commits] r29721 - in packages/python-llfuse/trunk/debian (watch)

nikratio-guest at users.alioth.debian.org nikratio-guest at users.alioth.debian.org
Fri Jul 11 05:12:57 UTC 2014


    Date: Friday, July 11, 2014 @ 05:12:52
  Author: nikratio-guest
Revision: 29721

Use uversionmangle instead of dversionmangle to handle +dfsg
suffix, so that the repackaged archive gets the correct filename.

Modified:
  packages/python-llfuse/trunk/debian/watch

Modified: packages/python-llfuse/trunk/debian/watch
===================================================================
--- packages/python-llfuse/trunk/debian/watch	2014-07-11 04:43:24 UTC (rev 29720)
+++ packages/python-llfuse/trunk/debian/watch	2014-07-11 05:12:52 UTC (rev 29721)
@@ -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/llfuse/ \
   .*/llfuse-(\d\S*)\.tar\.bz2 \
   debian




More information about the Python-modules-commits mailing list