[Pkg-haskell-commits] darcs: haskell-http-conduit: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:56 UTC 2013
Fri May 24 08:55:06 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a1285b0873a7976e3df568b6916591e3
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:06 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a1285b0873a7976e3df568b6916591e3
diff -rN -u old-haskell-http-conduit//changelog new-haskell-http-conduit//changelog
--- old-haskell-http-conduit//changelog 2013-05-24 09:24:56.871236321 +0000
+++ new-haskell-http-conduit//changelog 2013-05-24 09:24:56.871236321 +0000
@@ -1,6 +1,7 @@
haskell-http-conduit (1.9.0-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:58 +0200
diff -rN -u old-haskell-http-conduit//control new-haskell-http-conduit//control
--- old-haskell-http-conduit//control 2013-05-24 09:24:56.871236321 +0000
+++ new-haskell-http-conduit//control 2013-05-24 09:24:56.875037577 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-asn1-data-dev (>> 0.5.1)
@@ -120,14 +120,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HTTP client package with conduit interface and HTTPS support
+Description: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/http-conduit
for more information.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-http-conduit-prof
Architecture: any
@@ -136,14 +135,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: HTTP/HTTPS client package with conduit interface, profiling libraries
+Description: HTTP/HTTPS client package with conduit interface, profiling libraries${haskell:ShortBlurb}
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/http-conduit
for more information.
.
- 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-http-conduit-doc
Section: doc
@@ -151,12 +149,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: HTTP client package with conduit interface and HTTPS support; documentation
+Description: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
direct usage of conduits. See http://www.yesodweb.com/book/http-conduit
for more information.
.
- 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