From 7d9b5970eab4ea908dd4cd94c155db7b44cd4e02 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih.mailinglist@gmail.com> Date: Tue, 7 May 2013 23:43:52 +0200 Subject: [PATCH] Update debian/watch The old one would see Debian packages as new upstream releases. Bart fixed the watchfile after my feedback. --- debian/watch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index bb39a5d..2e73b0e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ version=3 -opts=uversionmangle=s/^((?:\d+\.)*\d+-\d+-bpo\d+\+\d+)$/0.0.$1/;s/^(1\.2-homebrew)$/0.0.$1/ \ +opts=uversionmangle=s/^((?:\d+\.)*\d+-\d+-bpo\d+\+\d+)$/0.0.$1/;s/^(1\.2-homebrew)$/0.0.$1/;s/^((?:\d+\.)*\d+-\d+)$/0.0.$1/ \ https://github.com/RichiH/vcsh/tags \ .*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(\d\S*)\.tar\.gz -# Bart Martens <bartm@debian.org> Mon, 06 May 2013 20:13:05 +0000 +# Bart Martens <bartm@debian.org> Tue, 07 May 2013 19:38:25 +0000 -- GitLab