[Pkg-haskell-commits] darcs: haskell-download-curl: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:28 UTC 2013
Fri May 24 08:54:44 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ec2d26ea86765f159dcbf2ef5e95f72e
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:44 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: ec2d26ea86765f159dcbf2ef5e95f72e
diff -rN -u old-haskell-download-curl//changelog new-haskell-download-curl//changelog
--- old-haskell-download-curl//changelog 2013-05-24 09:22:28.243092782 +0000
+++ new-haskell-download-curl//changelog 2013-05-24 09:22:28.247071461 +0000
@@ -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 at debian.org> Fri, 24 May 2013 09:53:22 +0200
diff -rN -u old-haskell-download-curl//control new-haskell-download-curl//control
--- old-haskell-download-curl//control 2013-05-24 09:22:28.239060206 +0000
+++ new-haskell-download-curl//control 2013-05-24 09:22:28.247071461 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at 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 @@
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 @@
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 @@
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}
More information about the Pkg-haskell-commits
mailing list