[get-flash-videos] 01/01: simplify d/watch, maybe this unbreaks PET's watch parsing

gregor herrmann gregoa at debian.org
Sun Oct 19 14:07:04 UTC 2014


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

gregoa pushed a commit to branch master
in repository get-flash-videos.

commit 4f92f543508bd79d93efc764923a3a7ef518affb
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 19 16:06:44 2014 +0200

    simplify d/watch, maybe this unbreaks PET's watch parsing
    
    Git-Dch: Ignore
---
 debian/watch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 07750d9..a2d89f8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-opts="filenamemangle=s/(?:.*)?v?(\d[\d\.]*)\.tar\.gz/get-flash-videos-$1.tar.gz/"
-  https://github.com/monsieurvideo/get-flash-videos/tags (?:.*/)?v?(\d[\d\.]*)\.tar\.gz
+opts="filenamemangle=s/.*\/v(\d[\d\.]+)\.tar\.gz/get-flash-videos-$1.tar.gz/" \
+  https://github.com/monsieurvideo/get-flash-videos/tags .+/v(\d[\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/get-flash-videos.git



More information about the Pkg-perl-cvs-commits mailing list