[Pkg-haskell-commits] darcs: haskell-aeson: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:19:13 UTC 2013
Fri May 24 08:54:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9effb91b3b1da8d010e1c8bf73215149
M ./changelog +1
M ./control -12 +7
Fri May 24 08:54:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9effb91b3b1da8d010e1c8bf73215149
diff -rN -u old-haskell-aeson//changelog new-haskell-aeson//changelog
--- old-haskell-aeson//changelog 2013-05-24 09:19:13.158074287 +0000
+++ new-haskell-aeson//changelog 2013-05-24 09:19:13.162065537 +0000
@@ -6,6 +6,7 @@
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Colin Watson <cjwatson at debian.org> Thu, 02 May 2013 22:09:47 +0100
diff -rN -u old-haskell-aeson//control new-haskell-aeson//control
--- old-haskell-aeson//control 2013-05-24 09:19:13.154083583 +0000
+++ new-haskell-aeson//control 2013-05-24 09:19:13.162065537 +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 (>= 7.4.2)
, ghc-prof
, libghc-attoparsec-dev (>> 0.8.6.1)
@@ -55,9 +55,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fast JSON parsing and encoding library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Fast JSON parsing and encoding library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
@@ -69,10 +68,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Fast JSON parsing and encoding library; 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: Fast JSON parsing and encoding library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
@@ -83,10 +80,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Fast JSON parsing and encoding library; 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: Fast JSON parsing and encoding library${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
It is a JSON parsing and encoding library optimized for ease of use
and high performance.
More information about the Pkg-haskell-commits
mailing list