[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-bla=7Ae-svg?=: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:20:05 UTC 2013


Fri May 24 08:54:17 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d4488786ef98ac8ebb68a235a131ed74

    M ./changelog +1
    M ./control -11 +7

Fri May 24 08:54:17 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: d4488786ef98ac8ebb68a235a131ed74
diff -rN -u old-haskell-blaze-svg//changelog new-haskell-blaze-svg//changelog
--- old-haskell-blaze-svg//changelog	2013-05-24 09:20:04.890357153 +0000
+++ new-haskell-blaze-svg//changelog	2013-05-24 09:20:04.894295191 +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:52:49 +0200
 
diff -rN -u old-haskell-blaze-svg//control new-haskell-blaze-svg//control
--- old-haskell-blaze-svg//control	2013-05-24 09:20:04.886334151 +0000
+++ new-haskell-blaze-svg//control	2013-05-24 09:20:04.894295191 +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-mtl-dev (>=2)
@@ -30,12 +30,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: SVG combinator library
+Description: SVG combinator library${haskell:ShortBlurb}
  A blazingly fast SVG combinator library for the Haskell programming language.
  The "Text.Blaze.SVG" module is a good starting point.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-blaze-svg-prof
 Architecture: any
@@ -44,12 +43,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: SVG combinator library; profiling libraries
+Description: SVG combinator library${haskell:ShortBlurb}
  A blazingly fast SVG combinator library for the Haskell programming language.
  The "Text.Blaze.SVG" module is a good starting point.
  .
- 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-blaze-svg-doc
 Section: doc
@@ -57,10 +55,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: SVG combinator library; documentation
+Description: SVG combinator library${haskell:ShortBlurb}
  A blazingly fast SVG combinator library for the Haskell programming language.
  The "Text.Blaze.SVG" module is a good starting point.
  .
- 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