[Pkg-haskell-commits] darcs: haskell-csv-conduit: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:21:37 UTC 2013
Fri May 24 08:54:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 567c93d903ff5e9d7863c35536c43017
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 567c93d903ff5e9d7863c35536c43017
diff -rN -u old-haskell-csv-conduit//changelog new-haskell-csv-conduit//changelog
--- old-haskell-csv-conduit//changelog 2013-05-24 09:21:37.731109094 +0000
+++ new-haskell-csv-conduit//changelog 2013-05-24 09:21:37.735037282 +0000
@@ -1,6 +1,7 @@
haskell-csv-conduit (0.5.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:53:10 +0200
diff -rN -u old-haskell-csv-conduit//control new-haskell-csv-conduit//control
--- old-haskell-csv-conduit//control 2013-05-24 09:21:37.723037680 +0000
+++ new-haskell-csv-conduit//control 2013-05-24 09:21:37.735037282 +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-attoparsec-dev (>> 0.10)
@@ -44,7 +44,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: fast, conduit-based CSV parser library
+Description: fast, conduit-based CSV parser library${haskell:ShortBlurb}
csv-conduit is a library that provides
.
* Full flexibility in quote characters, separators, input/output
@@ -53,8 +53,7 @@
* Convenient interface that supports a variety of use cases
* Fast operation
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-csv-conduit-prof
Architecture: any
@@ -63,7 +62,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: fast, conduit-based CSV parser library; profiling libraries
+Description: fast, conduit-based CSV parser library${haskell:ShortBlurb}
csv-conduit is a library that provides
.
* Full flexibility in quote characters, separators, input/output
@@ -72,8 +71,7 @@
* Convenient interface that supports a variety of use cases
* Fast operation
.
- 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-csv-conduit-doc
Section: doc
@@ -81,7 +79,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: fast, conduit-based CSV parser library; documentation
+Description: fast, conduit-based CSV parser library${haskell:ShortBlurb}
csv-conduit is a library that provides
.
* Full flexibility in quote characters, separators, input/output
@@ -90,6 +88,4 @@
* Convenient interface that supports a variety of use cases
* Fast operation
.
- 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