[Pkg-haskell-commits] darcs: haskell-haxr: Use template-debian watch file.

Marco Silva marcot at debian.org
Wed Apr 13 17:15:01 UTC 2011


Wed Apr 13 16:52:54 UTC 2011  Marco Silva <marcot at debian.org>
  * Use template-debian watch file.
  Ignore-this: 30d2ace234463e6664aca8dd26bfaf22

    M ./changelog +1
    M ./watch -25 +4

Wed Apr 13 16:52:54 UTC 2011  Marco Silva <marcot at debian.org>
  * Use template-debian watch file.
  Ignore-this: 30d2ace234463e6664aca8dd26bfaf22
diff -rN -u old-haskell-haxr/changelog new-haskell-haxr/changelog
--- old-haskell-haxr/changelog	2011-04-13 17:15:01.232394103 +0000
+++ new-haskell-haxr/changelog	2011-04-13 17:15:01.236394312 +0000
@@ -16,6 +16,7 @@
   * control: Add fields Vcs-Darcs and Vcs-Browser.
   * control: Remove references to GHC 6.
   * control: Update Build-Dependencies for new version.
+  * Use template-debian watch file.
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Apr 2011 18:38:52 +0530
 
diff -rN -u old-haskell-haxr/watch new-haskell-haxr/watch
--- old-haskell-haxr/watch	2011-04-13 17:15:01.232394103 +0000
+++ new-haskell-haxr/watch	2011-04-13 17:15:01.232394103 +0000
@@ -1,26 +1,5 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
 version=3
-
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php haskell-haxr-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
-#http://www.example.com/pub/haskell-haxr-(.*)\.tar\.gz
-http://hackage.haskell.org/packages/archive/haxr/([\d\.]+)/haxr-([\d\.]+)\
-.tar\.gz
-
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/haskell-haxr-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for devscripts >= 2.9
-# http://sf.net/haskell-haxr/haskell-haxr-(.*)\.tar\.gz
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html haskell-haxr-(.*)\.tar\.gz
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|haxr-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/haxr \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list