[Pkg-haskell-commits] darcs: haskell-bytestring-show: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:21 UTC 2013
Fri May 24 09:11:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 76b79eef208c1feaba99fde891d88b8f
M ./changelog +1
M ./control -7 +7
Fri May 24 09:11:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 76b79eef208c1feaba99fde891d88b8f
diff -rN -u old-haskell-bytestring-show//changelog new-haskell-bytestring-show//changelog
--- old-haskell-bytestring-show//changelog 2013-05-24 09:20:21.675037781 +0000
+++ new-haskell-bytestring-show//changelog 2013-05-24 09:20:21.679037868 +0000
@@ -1,6 +1,7 @@
haskell-bytestring-show (0.3.5.4-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:52:52 +0200
diff -rN -u old-haskell-bytestring-show//control new-haskell-bytestring-show//control
--- old-haskell-bytestring-show//control 2013-05-24 09:20:21.667037598 +0000
+++ new-haskell-bytestring-show//control 2013-05-24 09:20:21.679037868 +0000
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13),
+Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15),
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -18,10 +18,10 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Haskell library for value converter to byte strings
+Description: Haskell library for value converter to byte strings${haskell:ShortBlurb}
Efficient conversion of values into readable byte strings.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-bytestring-show-prof
Architecture: any
@@ -29,10 +29,10 @@
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: Haskell library for value converter to byte strings; profiling library
+Description: Haskell library for value converter to byte strings${haskell:ShortBlurb}
Efficient conversion of values into readable byte strings.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-bytestring-show-doc
Architecture: all
@@ -40,7 +40,7 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell library for value converter to byte strings; documentation
+Description: Haskell library for value converter to byte strings${haskell:ShortBlurb}
Efficient conversion of values into readable byte strings.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list