[Pkg-haskell-commits] darcs: haskell-http: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:55 UTC 2013
Fri May 24 09:12:07 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 27d2c8dba53f1bfe85c7c0ae8fd01ff7
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:07 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 27d2c8dba53f1bfe85c7c0ae8fd01ff7
diff -rN -u old-haskell-http//changelog new-haskell-http//changelog
--- old-haskell-http//changelog 2013-05-24 09:24:54.969537288 +0000
+++ new-haskell-http//changelog 2013-05-24 09:24:54.969537288 +0000
@@ -1,6 +1,7 @@
haskell-http (1:4000.2.6-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:57 +0200
diff -rN -u old-haskell-http//control new-haskell-http//control
--- old-haskell-http//control 2013-05-24 09:24:54.969537288 +0000
+++ new-haskell-http//control 2013-05-24 09:24:54.969537288 +0000
@@ -5,7 +5,7 @@
Uploaders: Arjan Oosting <arjan at debian.org>, Clint Adams <clint at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs (>> 0.4.58),
ghc,
ghc-prof,
@@ -31,20 +31,20 @@
Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: GHC libraries for the Haskell HTTP client library
+Description: GHC libraries for the Haskell HTTP client library${haskell:ShortBlurb}
HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-http-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: profiling libraries for the Haskell HTTP client library
+Description: profiling libraries for the Haskell HTTP client library${haskell:ShortBlurb}
HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-http-doc
Replaces: haskell-http-doc (<< 40000006-4)
@@ -55,7 +55,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell HTTP client library documentation
+Description: Haskell HTTP client library documentation${haskell:ShortBlurb}
HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list