[Pkg-haskell-commits] darcs: darcs: debian/watch: Use format that works for --download-current-version.

Marco Túlio Gontijo e Silva marcot at riseup.net
Sat Mar 6 11:45:40 UTC 2010


Tue Dec 29 00:16:56 UTC 2009  Marco T[_\c3_][_\ba_]lio Gontijo e Silva <marcot at riseup.net>
  * debian/watch: Use format that works for --download-current-version.
  Ignore-this: 9924748ef1803f105b6a675f3212471e

    M ./changelog +6
    M ./watch -1 +3

Tue Dec 29 00:16:56 UTC 2009  Marco Túlio Gontijo e Silva <marcot at riseup.net>
  * debian/watch: Use format that works for --download-current-version.
  Ignore-this: 9924748ef1803f105b6a675f3212471e
diff -rN -u old-darcs/changelog new-darcs/changelog
--- old-darcs/changelog	2010-03-06 11:45:40.766775838 +0000
+++ new-darcs/changelog	2010-03-06 11:45:40.782776687 +0000
@@ -1,3 +1,9 @@
+darcs (2.3.0-4) UNRELEASED; urgency=low
+
+  * debian/watch: Use format that works for --download-current-version.
+
+ -- Marco Túlio Gontijo e Silva <marcot at riseup.net>  Mon, 28 Dec 2009 22:01:28 -0200
+
 darcs (2.3.0-3) unstable; urgency=low
 
   * Fix FTBFS on arches without ghc -threaded (Closes: #541848).
diff -rN -u old-darcs/watch new-darcs/watch
--- old-darcs/watch	2010-03-06 11:45:40.766775838 +0000
+++ new-darcs/watch	2010-03-06 11:45:40.782776687 +0000
@@ -1,2 +1,4 @@
 version=3
-http://hackage.haskell.org/cgi-bin/hackage-scripts/package/darcs /packages/archive/darcs/[^/]*/darcs-(.*).tar.gz
+opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| \
+    http://hackage.haskell.org/packages/archive/darcs \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list