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

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


Fri May 24 09:11:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a3a79b093cc47a24406f178ef185f95f

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

Fri May 24 09:11:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a3a79b093cc47a24406f178ef185f95f
diff -rN -u old-haskell-blaze-html//changelog new-haskell-blaze-html//changelog
--- old-haskell-blaze-html//changelog	2013-05-24 09:19:59.703140154 +0000
+++ new-haskell-blaze-html//changelog	2013-05-24 09:19:59.703140154 +0000
@@ -1,6 +1,7 @@
 haskell-blaze-html (0.5.1.0-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:52:48 +0200
 
diff -rN -u old-haskell-blaze-html//control new-haskell-blaze-html//control
--- old-haskell-blaze-html//control	2013-05-24 09:19:59.695069393 +0000
+++ new-haskell-blaze-html//control	2013-05-24 09:19:59.703140154 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
  , cdbs
  , ghc
  , ghc-prof
@@ -46,13 +46,13 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: HTML combinator library for Haskell - GHC libraries
+Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the
  operators exposed by this library. It can outputs HTML 4 Strict,
  Transitional and Frameset, as well as HTML 5 code.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-blaze-html-prof
 Architecture: any
@@ -62,13 +62,13 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: HTML combinator library for Haskell - GHC profiling libraries
+Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the
  operators exposed by this library. It can outputs HTML 4 Strict,
  Transitional and Frameset, as well as HTML 5 code.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-blaze-html-doc
 Section: doc
@@ -78,10 +78,10 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: HTML combinator library for Haskell - documentation
+Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the
  operators exposed by this library. It can outputs HTML 4 Strict,
  Transitional and Frameset, as well as HTML 5 code.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list