[Pkg-haskell-commits] darcs: haskell-parallel: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:27 UTC 2013
Fri May 24 08:55:31 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b7efe01b1316694b70805504b2165c9
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:31 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: b7efe01b1316694b70805504b2165c9
diff -rN -u old-haskell-parallel//changelog new-haskell-parallel//changelog
--- old-haskell-parallel//changelog 2013-05-24 09:27:27.139038090 +0000
+++ new-haskell-parallel//changelog 2013-05-24 09:27:27.143041567 +0000
@@ -1,6 +1,7 @@
haskell-parallel (3.2.0.3-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:54:33 +0200
diff -rN -u old-haskell-parallel//control new-haskell-parallel//control
--- old-haskell-parallel//control 2013-05-24 09:27:27.135037630 +0000
+++ new-haskell-parallel//control 2013-05-24 09:27:27.143041567 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -19,9 +19,8 @@
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell parallel programming library for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell parallel programming library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Provides a library for parallel programming in Haskell.
@@ -29,10 +28,8 @@
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${haskell:Provides}
-Description: Haskell parallel programming library for GHC; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell parallel programming library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Provides a library for parallel programming in Haskell.
@@ -42,10 +39,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell parallel programming library for GHC; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell parallel programming library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Provides a library for parallel programming in Haskell.
More information about the Pkg-haskell-commits
mailing list