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

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


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

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

Fri May 24 09:11:57 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 13961c754bb5ba90f714e9e1fb2fb78a
diff -rN -u old-haskell-blaze-markup//changelog new-haskell-blaze-markup//changelog
--- old-haskell-blaze-markup//changelog	2013-05-24 09:20:01.233683828 +0000
+++ new-haskell-blaze-markup//changelog	2013-05-24 09:20:01.233683828 +0000
@@ -1,6 +1,7 @@
 haskell-blaze-markup (0.5.1.1-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-markup//control new-haskell-blaze-markup//control
--- old-haskell-blaze-markup//control	2013-05-24 09:20:01.231087385 +0000
+++ new-haskell-blaze-markup//control	2013-05-24 09:20:01.239037678 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
  , cdbs
  , ghc
  , ghc-prof
@@ -42,12 +42,12 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: blazingly-fast markup combinator library
+Description: blazingly-fast markup combinator library${haskell:ShortBlurb}
  Core modules of a blazingly fast markup combinator library for the
  Haskell programming language. The Text.Blaze module is a good starting
  point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-blaze-markup-prof
 Architecture: any
@@ -57,12 +57,12 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: blazingly-fast markup combinator library; profiling libraries
+Description: blazingly-fast markup combinator library${haskell:ShortBlurb}
  Core modules of a blazingly fast markup combinator library for the
  Haskell programming language. The Text.Blaze module is a good starting
  point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-blaze-markup-doc
 Section: doc
@@ -72,9 +72,9 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: blazingly-fast markup combinator library; documentation
+Description: blazingly-fast markup combinator library${haskell:ShortBlurb}
  Core modules of a blazingly fast markup combinator library for the
  Haskell programming language. The Text.Blaze module is a good starting
  point, as well as this tutorial: http://jaspervdj.be/blaze/tutorial.html.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list