diff options
Diffstat (limited to 'p/haskell-language-c')
| -rw-r--r-- | p/haskell-language-c/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-language-c/debian/watch | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/p/haskell-language-c/debian/changelog b/p/haskell-language-c/debian/changelog index 705f61617..2e2f16a64 100644 --- a/p/haskell-language-c/debian/changelog +++ b/p/haskell-language-c/debian/changelog @@ -2,6 +2,7 @@ haskell-language-c (0.3.1.1-2) UNRELEASED; urgency=low * debian/control: Use more sintetic name for Vcs-Darcs. * debian/control: Change Priority: to extra. + * debian/watch: Use format that works for --download-current-version. -- Marco TĂșlio Gontijo e Silva <marcot@riseup.net> Tue, 11 Aug 2009 19:31:10 -0300 diff --git a/p/haskell-language-c/debian/watch b/p/haskell-language-c/debian/watch index 18de06bfa..0a09ece4a 100644 --- a/p/haskell-language-c/debian/watch +++ b/p/haskell-language-c/debian/watch @@ -1,2 +1,4 @@ version=3 -http://hackage.haskell.org/packages/archive/language-c/([\d\.]+)/language-c-([\d\.]+).tar.gz +opts=downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz| \ + http://hackage.haskell.org/packages/archive/language-c \ + ([\d\.]*\d)/ |
