[Pkg-haskell-commits] darcs: haskell-bloomfilter: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:07 UTC 2013
Fri May 24 09:11:57 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 342d10d12b832b7deef468e612f6349c
M ./changelog +1
M ./control -7 +7
Fri May 24 09:11:57 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 342d10d12b832b7deef468e612f6349c
diff -rN -u old-haskell-bloomfilter//changelog new-haskell-bloomfilter//changelog
--- old-haskell-bloomfilter//changelog 2013-05-24 09:20:07.731037874 +0000
+++ new-haskell-bloomfilter//changelog 2013-05-24 09:20:07.735039983 +0000
@@ -1,6 +1,7 @@
haskell-bloomfilter (1.2.6.10-2) UNRELEASED; urgency=low
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 10:20:50 +0200
diff -rN -u old-haskell-bloomfilter//control new-haskell-bloomfilter//control
--- old-haskell-bloomfilter//control 2013-05-24 09:20:07.727037171 +0000
+++ new-haskell-bloomfilter//control 2013-05-24 09:20:07.735039983 +0000
@@ -5,7 +5,7 @@
Uploaders: Joey Hess <joeyh 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,10 +22,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell bloom filter library - GHC libraries
+Description: Haskell bloom filter library${haskell:ShortBlurb}
The Haskell library provides pure and impure bloom filter implementations.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-bloomfilter-prof
Architecture: any
@@ -34,10 +34,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell bloom filter library - GHC profiling libraries
+Description: Haskell bloom filter library${haskell:ShortBlurb}
This Haskell library provides pure and impure bloom filter implementations.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-bloomfilter-doc
Section: doc
@@ -45,7 +45,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell bloom filter library - documentation
+Description: Haskell bloom filter library${haskell:ShortBlurb}
This Haskell library provides pure and impure bloom filter implementations.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list