[Pkg-haskell-commits] darcs: haskell-bitarray: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:19:53 UTC 2013
Fri May 24 08:54:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4e93dcd8f1d82c8218d82536e699cc66
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 4e93dcd8f1d82c8218d82536e699cc66
diff -rN -u old-haskell-bitarray//changelog new-haskell-bitarray//changelog
--- old-haskell-bitarray//changelog 2013-05-24 09:19:53.491108194 +0000
+++ new-haskell-bitarray//changelog 2013-05-24 09:19:53.491108194 +0000
@@ -1,6 +1,7 @@
haskell-bitarray (0.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:52:47 +0200
diff -rN -u old-haskell-bitarray//control new-haskell-bitarray//control
--- old-haskell-bitarray//control 2013-05-24 09:19:53.485559165 +0000
+++ new-haskell-bitarray//control 2013-05-24 09:19:53.495096256 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata 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,14 +22,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Mutable and immutable bit arrays.
+Description: Mutable and immutable bit arrays. ${haskell:ShortBlurb}
This package provides mutable and immutable bit arrays
implemented as packed arrays of 64 bit words. It provides a
pure interface as well as monadic interfaces for the IO and
ST monad.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-bitarray-prof
Architecture: any
@@ -38,14 +37,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Mutable and immutable bit arrays; profiling data
+Description: Mutable and immutable bit arrays${haskell:ShortBlurb}
This package provides mutable and immutable bit arrays
implemented as packed arrays of 64 bit words. It provides a
pure interface as well as monadic interfaces for the IO and
ST monad.
.
- 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-bitarray-doc
Section: doc
@@ -53,12 +51,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Mutable and immutable bit arrays; documentation
+Description: Mutable and immutable bit arrays${haskell:ShortBlurb}
This package provides mutable and immutable bit arrays
implemented as packed arrays of 64 bit words. It provides a
pure interface as well as monadic interfaces for the IO and
ST monad.
.
- 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