From: Vincent Bernat Date: Sat, 19 Feb 2011 17:47:54 +0000 (+0000) Subject: Fix debian/watch to remove "+dfsg" suffix. X-Git-Url: https://git.donarmstrong.com/?p=roundcube.git;a=commitdiff_plain;h=c0a84aeaa306634a2e92ae9d457246338c282de9 Fix debian/watch to remove "+dfsg" suffix. --- diff --git a/debian/changelog b/debian/changelog index 947a76d..73ad1af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +roundcube (0.5.1+dfsg-4) UNRELEASED; urgency=low + + * Fix debian/watch to remove "+dfsg" suffix. + + -- Vincent Bernat Sat, 19 Feb 2011 18:47:41 +0100 + roundcube (0.5.1+dfsg-3) unstable; urgency=low * Install show_additional_headers plugin in roundcube-plugins package. diff --git a/debian/watch b/debian/watch index ce76e07..52d2904 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -opts="uversionmangle=s/-(rc|alpha|beta)/~$1/" http://sf.net/roundcubemail/roundcubemail-([\d\.]+.*)-dep\.tar\.gz +opts="uversionmangle=s/-(rc|alpha|beta)/~$1/,dversionmangle=s/\+dfsg//" http://sf.net/roundcubemail/roundcubemail-([\d\.]+.*)-dep\.tar\.gz