[Pkg-haskell-commits] darcs: haskell-utf8-light: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:48 UTC 2013
Fri May 24 08:56:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 80b30152c69b22d8d3ba08ddbb46d9c9
M ./changelog +1
M ./control -12 +7
Fri May 24 08:56:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 80b30152c69b22d8d3ba08ddbb46d9c9
diff -rN -u old-haskell-utf8-light//changelog new-haskell-utf8-light//changelog
--- old-haskell-utf8-light//changelog 2013-05-24 09:30:48.661540788 +0000
+++ new-haskell-utf8-light//changelog 2013-05-24 09:30:48.665546514 +0000
@@ -1,6 +1,7 @@
haskell-utf8-light (0.4.0.1-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:21 +0200
diff -rN -u old-haskell-utf8-light//control new-haskell-utf8-light//control
--- old-haskell-utf8-light//control 2013-05-24 09:30:48.653545094 +0000
+++ new-haskell-utf8-light//control 2013-05-24 09:30:48.665546514 +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
Build-Depends-Indep: ghc-doc
@@ -22,9 +22,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Lightweight UTF-8 handling library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
@@ -39,10 +38,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Lightweight UTF-8 handling library; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
@@ -56,10 +53,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Lightweight UTF-8 handling library; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Lightweight UTF-8 handling library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
More information about the Pkg-haskell-commits
mailing list