[Pkg-haskell-commits] darcs: haskell-process-extras: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:59 UTC 2013
Fri May 24 08:55:37 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b45561b4bf0bc1925f7215f8eda33b0d
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:37 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b45561b4bf0bc1925f7215f8eda33b0d
diff -rN -u old-haskell-process-extras//changelog new-haskell-process-extras//changelog
--- old-haskell-process-extras//changelog 2013-05-24 09:27:59.523038141 +0000
+++ new-haskell-process-extras//changelog 2013-05-24 09:27:59.527128342 +0000
@@ -2,6 +2,7 @@
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:41 +0200
diff -rN -u old-haskell-process-extras//control new-haskell-process-extras//control
--- old-haskell-process-extras//control 2013-05-24 09:27:59.517766120 +0000
+++ new-haskell-process-extras//control 2013-05-24 09:27:59.527128342 +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
, libghc-text-dev
@@ -25,12 +25,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Extra functionality for the Process library
+Description: Extra functionality for the Process library${haskell:ShortBlurb}
This libraries provides variants of the System.Process module, based on lazy
and strict ByteStrings resp. lazy and strict Text.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-process-extras-prof
Architecture: any
@@ -39,12 +38,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Extra functionality for the Process library; profiling libraries
+Description: Extra functionality for the Process library${haskell:ShortBlurb}
This libraries provides variants of the System.Process module, based on lazy
and strict ByteStrings resp. lazy and strict Text.
.
- 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-process-extras-doc
Section: doc
@@ -52,10 +50,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Extra functionality for the Process library; documentation
+Description: Extra functionality for the Process library${haskell:ShortBlurb}
This libraries provides variants of the System.Process module, based on lazy
and strict ByteStrings resp. lazy and strict Text.
.
- 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