[Pkg-haskell-commits] darcs: haskell-pool-conduit: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:49 UTC 2013
Fri May 24 08:55:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1fab660a8ad5841b4ef27ebfc980915f
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1fab660a8ad5841b4ef27ebfc980915f
diff -rN -u old-haskell-pool-conduit//changelog new-haskell-pool-conduit//changelog
--- old-haskell-pool-conduit//changelog 2013-05-24 09:27:49.127164509 +0000
+++ new-haskell-pool-conduit//changelog 2013-05-24 09:27:49.131095085 +0000
@@ -1,6 +1,7 @@
haskell-pool-conduit (0.1.1-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:54:38 +0200
diff -rN -u old-haskell-pool-conduit//control new-haskell-pool-conduit//control
--- old-haskell-pool-conduit//control 2013-05-24 09:27:49.123053389 +0000
+++ new-haskell-pool-conduit//control 2013-05-24 09:27:49.135039220 +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-resource-pool-dev (>> 0.2.1)
@@ -33,12 +33,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: resource pool allocations via ResourceT
+Description: resource pool allocations via ResourceT${haskell:ShortBlurb}
Allocate resources from a pool, guaranteeing resource handling via the
ResourceT transformer.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-pool-conduit-prof
Architecture: any
@@ -47,12 +46,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: resource pool allocations via ResourceT; profiling libraries
+Description: resource pool allocations via ResourceT${haskell:ShortBlurb}
Allocate resources from a pool, guaranteeing resource handling via the
ResourceT transformer.
.
- 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-pool-conduit-doc
Section: doc
@@ -60,10 +58,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: resource pool allocations via ResourceT; documentation
+Description: resource pool allocations via ResourceT${haskell:ShortBlurb}
Allocate resources from a pool, guaranteeing resource handling via the
ResourceT transformer.
.
- 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