diff options
| author | Marco TĂșlio Gontijo e Silva <marcot@riseup.net> | 2009-12-29 03:16:58 +0300 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2009-12-29 03:16:58 +0300 |
| commit | 6b7c96dc7b0319d4e8eabf29eec4cf18396b24d4 (patch) | |
| tree | 8d531e280afd9e23d2b979104944e811682aa7f9 | |
| parent | ab797db46b3b3f011a8a0a548a660e4ed15d0d27 (diff) | |
| download | DHG_packages-6b7c96dc7b0319d4e8eabf29eec4cf18396b24d4.tar.gz | |
haskell-filepath: debian/watch: Use format that works for --download-current-version.
| -rw-r--r-- | p/haskell-filepath/debian/changelog | 3 | ||||
| -rw-r--r-- | p/haskell-filepath/debian/watch | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/p/haskell-filepath/debian/changelog b/p/haskell-filepath/debian/changelog index 3bc287d93..a9cca2cf7 100644 --- a/p/haskell-filepath/debian/changelog +++ b/p/haskell-filepath/debian/changelog @@ -7,6 +7,9 @@ haskell-filepath (1.1.0.2-1) UNRELEASED; urgency=low * New upstream release * Change packaging to use hlibrary.mk (Closes: #556835) + [ Marco TĂșlio Gontijo e Silva ] + * debian/watch: Use format that works for --download-current-version. + -- Joachim Breitner <nomeata@debian.org> Wed, 18 Nov 2009 14:27:51 +0100 haskell-filepath (1.1.0.1-1) experimental; urgency=low diff --git a/p/haskell-filepath/debian/watch b/p/haskell-filepath/debian/watch index 6a4b3aca7..a0eeadcdc 100644 --- a/p/haskell-filepath/debian/watch +++ b/p/haskell-filepath/debian/watch @@ -1,4 +1,6 @@ # See uscan(1) for format version=3 -http://hackage.haskell.org/packages/archive/filepath/([\d.]+)/filepath-([\d.]+).tar.gz +opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| \ + http://hackage.haskell.org/packages/archive/filepath \ + ([\d\.]*\d)/ |
