[SCM] glmark2/master: fix regular expression in watch file to not annoy PET
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Thu Jan 3 12:45:55 UTC 2013
The following commit has been merged in the master branch:
commit 08fa438d994ee33e02db8ef8b1ccdbda6617607a
Author: Reinhard Tartler <siretart at tauware.de>
Date: Thu Jan 3 13:44:09 2013 +0100
fix regular expression in watch file to not annoy PET
Problem spotted and solution suggested by ansgar on IRC
diff --git a/debian/watch b/debian/watch
index f41dd2b..70860e7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
version=3
https://launchpad.net/glmark2/+download/ \
- (?:.*)?/\+download/glmark2-([\d\.]+)\.tar\.(?:gz|bz2|xz)
+ .*/\+download/glmark2-([\d\.]+)\.tar\.(?:gz|bz2|xz)
--
glmark2 packaging
More information about the pkg-multimedia-commits
mailing list