diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:44 +0400 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 12:54:44 +0400 |
commit | 6ddba8ab3c2f6cbcbb5b8c8cfdd16ae031fe67c4 (patch) | |
tree | 5b2ca08f799bbbd96f03cf05d36df88ad6141ea2 /p/haskell-download-curl | |
parent | 7ffad6555dabce9848c1d21fbab820be4de093db (diff) | |
download | DHG_packages-6ddba8ab3c2f6cbcbb5b8c8cfdd16ae031fe67c4.tar.gz |
haskell-download-curl: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-download-curl')
-rw-r--r-- | p/haskell-download-curl/debian/changelog | 1 | ||||
-rw-r--r-- | p/haskell-download-curl/debian/control | 18 |
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-download-curl/debian/changelog b/p/haskell-download-curl/debian/changelog index c145d8c27..318686771 100644 --- a/p/haskell-download-curl/debian/changelog +++ b/p/haskell-download-curl/debian/changelog @@ -1,6 +1,7 @@ haskell-download-curl (0.1.4-2) UNRELEASED; urgency=low * Enable compat level 9 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:22 +0200 diff --git a/p/haskell-download-curl/debian/control b/p/haskell-download-curl/debian/control index 281082e79..3d4f3292d 100644 --- a/p/haskell-download-curl/debian/control +++ b/p/haskell-download-curl/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joachim Breitner <nomeata@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-tagsoup-dev (>= 0.8) @@ -35,12 +35,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: High-level file download based on URLs +Description: High-level file download based on URLs${haskell:ShortBlurb} Download web content as strict or lazy bytestringrs, strings, HTML tags, XML, RSS or Atom feeds or JSON, using the curl network library. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-download-curl-prof Architecture: any @@ -49,12 +48,11 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: High-level file download based on URLs; profiling libraries +Description: High-level file download based on URLs${haskell:ShortBlurb} Download web content as strict or lazy bytestringrs, strings, HTML tags, XML, RSS or Atom feeds or JSON, using the curl network library. . - This package provides a library for the Haskell programming language, compiled - for profiling. See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-download-curl-doc Section: doc @@ -62,10 +60,8 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: High-level file download based on URLs; documentation +Description: High-level file download based on URLs${haskell:ShortBlurb} Download web content as strict or lazy bytestringrs, strings, HTML tags, XML, RSS or Atom feeds or JSON, using the curl network library. . - This package provides the documentation for a library for the Haskell - programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} |