[residualvm] 01/02: watch: added repacksuffix.

Dmitry Smirnov onlyjob at moszumanska.debian.org
Thu Mar 19 01:31:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository residualvm.

commit 659d7bd
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Thu Mar 19 00:30:12 2015

    watch: added repacksuffix.
---
 debian/watch | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/debian/watch b/debian/watch
index ce83ccb..a9d3893 100644
--- a/debian/watch
+++ b/debian/watch
@@ -3,8 +3,12 @@
 
 version=3
 
-opts="dversionmangle=s/\+dfsg//" \
-http://sf.net/residualvm/residualvm-([0-9.]+)-sources\.tar\.(?:xz|bz2|gz)
+opts=\
+repacksuffix=+dfsg,\
+dversionmangle=s/\+dfsg//,\
+ http://sf.net/residualvm/residualvm-([0-9.]+)-sources\.tar\.(?:xz|bz2|gz)
 
-opts="dversionmangle=s/\+dfsg//" \
-https://github.com/residualvm/residualvm/tags .*/archive/v?(\d[-\d\.]+)\.tar\.gz
+opts=\
+repacksuffix=+dfsg,\
+dversionmangle=s/\+dfsg//,\
+ https://github.com/residualvm/residualvm/releases .*/archive/v?(\d[-\d\.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/residualvm.git



More information about the Pkg-games-commits mailing list