[Python-apps-commits] r11501 - in packages/beets/trunk/debian (changelog watch)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sat Nov 1 20:06:14 UTC 2014


    Date: Saturday, November 1, 2014 @ 20:06:13
  Author: stefanor
Revision: 11501

Switch watch file to use dversionmangle and repacksuffix, now that it
exists.

Modified:
  packages/beets/trunk/debian/changelog
  packages/beets/trunk/debian/watch

Modified: packages/beets/trunk/debian/changelog
===================================================================
--- packages/beets/trunk/debian/changelog	2014-11-01 14:23:04 UTC (rev 11500)
+++ packages/beets/trunk/debian/changelog	2014-11-01 20:06:13 UTC (rev 11501)
@@ -1,3 +1,10 @@
+beets (1.3.8+dfsg-2) UNRELEASED; urgency=medium
+
+  * Switch watch file to use dversionmangle and repacksuffix, now that it
+    exists.
+
+ -- Stefano Rivera <stefanor at debian.org>  Thu, 23 Oct 2014 14:40:07 -0700
+
 beets (1.3.8+dfsg-1) unstable; urgency=low
 
   [ Stefano Rivera ]

Modified: packages/beets/trunk/debian/watch
===================================================================
--- packages/beets/trunk/debian/watch	2014-11-01 14:23:04 UTC (rev 11500)
+++ packages/beets/trunk/debian/watch	2014-11-01 20:06:13 UTC (rev 11501)
@@ -1,4 +1,4 @@
 version=3
 
-opts=uversionmangle=s/(b|rc)/~$1/;s/$/\+dfsg/ \
+opts=uversionmangle=s/(b|rc)/~$1/,dversionmangle=s/\+dfsg$//,repacksuffix=+dfsg \
 https://pypi.python.org/packages/source/b/beets/beets-(.+).tar.gz




More information about the Python-apps-commits mailing list