[Pkg-haskell-commits] darcs: haskell-distributive: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:22:24 UTC 2013
Fri May 24 08:54:44 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: eaf909c58c1469b64c9d2264b645b983
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:44 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: eaf909c58c1469b64c9d2264b645b983
diff -rN -u old-haskell-distributive//changelog new-haskell-distributive//changelog
--- old-haskell-distributive//changelog 2013-05-24 09:22:24.519052344 +0000
+++ new-haskell-distributive//changelog 2013-05-24 09:22:24.523066255 +0000
@@ -5,6 +5,7 @@
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Colin Watson <cjwatson at debian.org> Mon, 15 Apr 2013 10:54:11 +0100
diff -rN -u old-haskell-distributive//control new-haskell-distributive//control
--- old-haskell-distributive//control 2013-05-24 09:22:24.502568286 +0000
+++ new-haskell-distributive//control 2013-05-24 09:22:24.525572888 +0000
@@ -6,7 +6,7 @@
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, ghc-ghci
@@ -26,11 +26,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 Distributive functors -- Dual to Traversable
+Description: Haskell 98 Distributive functors -- Dual to Traversable${haskell:ShortBlurb}
Haskell 98 Distributive functors -- Dual to Traversable.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-distributive-prof
Architecture: any
@@ -38,11 +37,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 Distributive functors -- Dual to Traversable; prof data
+Description: Haskell 98 Distributive functors -- Dual to Traversable${haskell:ShortBlurb}
Haskell 98 Distributive functors -- Dual to Traversable.
.
- 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-distributive-doc
Section: doc
@@ -50,9 +48,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell 98 Distributive functors -- Dual to Traversable; doc
+Description: Haskell 98 Distributive functors -- Dual to Traversable${haskell:ShortBlurb}
Haskell 98 Distributive functors -- Dual to Traversable.
.
- 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