[Pkg-haskell-commits] darcs: haskell-boundedchan: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:27:37 UTC 2013
Sat May 25 09:07:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 2fbcd0c8a456f8e0ae4833a517755fc8
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 2fbcd0c8a456f8e0ae4833a517755fc8
diff -rN -u old-haskell-boundedchan//changelog new-haskell-boundedchan//changelog
--- old-haskell-boundedchan//changelog 2013-05-25 10:27:37.545612896 +0000
+++ new-haskell-boundedchan//changelog 2013-05-25 10:27:37.553601077 +0000
@@ -1,6 +1,7 @@
haskell-boundedchan (1.0.1.0-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:06:44 +0200
diff -rN -u old-haskell-boundedchan//control new-haskell-boundedchan//control
--- old-haskell-boundedchan//control 2013-05-25 10:27:37.541724505 +0000
+++ new-haskell-boundedchan//control 2013-05-25 10:27:37.549554219 +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,13 +22,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bounded (maximum-limited) channels
+Description: bounded (maximum-limited) channels${haskell:ShortBlurb}
This library introduces BoundedChan. BoundedChans differ from Chans
in that they are guaranteed to contain no more than a certain number
of elements.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-boundedchan-prof
Architecture: any
@@ -37,13 +36,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bounded (maximum-limited) channels; profiling libraries
+Description: bounded (maximum-limited) channels${haskell:ShortBlurb}
This library introduces BoundedChan. BoundedChans differ from Chans
in that they are guaranteed to contain no more than a certain number
of elements.
.
- 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-boundedchan-doc
Section: doc
@@ -51,11 +49,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: bounded (maximum-limited) channels; documentation
+Description: bounded (maximum-limited) channels${haskell:ShortBlurb}
This library introduces BoundedChan. BoundedChans differ from Chans
in that they are guaranteed to contain no more than a certain number
of elements.
.
- 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