[Python-apps-commits] r11046 - in packages/s3ql/trunk/debian (rules watch)
nikratio-guest at users.alioth.debian.org
nikratio-guest at users.alioth.debian.org
Fri Jul 11 05:16:15 UTC 2014
Date: Friday, July 11, 2014 @ 05:16:13
Author: nikratio-guest
Revision: 11046
* Use uversionmangle instead of dversionmangle to handle +dfsg
suffix, so that the repackaged archive gets the correct filename.
* Added work around for bug #749225 to get-orig-source target.
Modified:
packages/s3ql/trunk/debian/rules
packages/s3ql/trunk/debian/watch
Modified: packages/s3ql/trunk/debian/rules
===================================================================
--- packages/s3ql/trunk/debian/rules 2014-07-10 08:41:44 UTC (rev 11045)
+++ packages/s3ql/trunk/debian/rules 2014-07-11 05:16:13 UTC (rev 11046)
@@ -105,5 +105,7 @@
.PHONY: get-orig-source
get-orig-source:
+ # Work around bug #749225
+ PERL_LWP_SSL_VERIFY_HOSTNAME=0 \
uscan --rename --destdir=$(CURDIR) --repack --force-download \
--download-current-version
Modified: packages/s3ql/trunk/debian/watch
===================================================================
--- packages/s3ql/trunk/debian/watch 2014-07-10 08:41:44 UTC (rev 11045)
+++ packages/s3ql/trunk/debian/watch 2014-07-11 05:16:13 UTC (rev 11046)
@@ -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://bitbucket.org/nikratio/s3ql/downloads \
.*/s3ql-(\d\S*)\.tar\.bz2 \
debian
More information about the Python-apps-commits
mailing list