[Pkg-haskell-commits] darcs: haskell-parsec2: debian/watch: Use regexp to match only for versions "2.*".
Marco Túlio Gontijo e Silva
marcot at debian.org
Tue Mar 2 02:34:42 UTC 2010
Tue Mar 2 02:30:03 UTC 2010 Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at debian.org>
* debian/watch: Use regexp to match only for versions "2.*".
Ignore-this: 860586a1935a216112aeee9285bd0691
M ./changelog +1
M ./watch -1 +1
Tue Mar 2 02:30:03 UTC 2010 Marco Túlio Gontijo e Silva <marcot at debian.org>
* debian/watch: Use regexp to match only for versions "2.*".
Ignore-this: 860586a1935a216112aeee9285bd0691
diff -rN -u old-haskell-parsec2/changelog new-haskell-parsec2/changelog
--- old-haskell-parsec2/changelog 2010-03-02 02:34:41.837980049 +0000
+++ new-haskell-parsec2/changelog 2010-03-02 02:34:41.841980261 +0000
@@ -2,6 +2,7 @@
* Use debian/compat 7.
* debian/source/format: Use 3.0 (quilt).
+ * debian/watch: Use regexp to match only for versions "2.*".
-- Marco Túlio Gontijo e Silva <marcot at debian.org> Thu, 18 Feb 2010 22:41:00 -0200
diff -rN -u old-haskell-parsec2/watch new-haskell-parsec2/watch
--- old-haskell-parsec2/watch 2010-03-02 02:34:41.837980049 +0000
+++ new-haskell-parsec2/watch 2010-03-02 02:34:41.841980261 +0000
@@ -2,4 +2,4 @@
opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
filenamemangle=s|(.*)/$|parsec-$1.tar.gz|" \
http://hackage.haskell.org/packages/archive/parsec \
- ([\d\.]*\d)/
+ (2\.[\d\.]*\d)/
More information about the Pkg-haskell-commits
mailing list