[Pkg-haskell-commits] darcs: haskell-xhtml: Use substvars for Haskell description blurbs

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


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

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

Fri May 24 08:56:15 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: ec9390263fa28a2e36560e7b845df0c7
diff -rN -u old-haskell-xhtml//changelog new-haskell-xhtml//changelog
--- old-haskell-xhtml//changelog	2013-05-24 09:31:38.166301330 +0000
+++ new-haskell-xhtml//changelog	2013-05-24 09:31:38.170110999 +0000
@@ -1,6 +1,7 @@
 haskell-xhtml (3000.2.1-3) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:55:32 +0200
 
diff -rN -u old-haskell-xhtml//control new-haskell-xhtml//control
--- old-haskell-xhtml//control	2013-05-24 09:31:38.162277874 +0000
+++ new-haskell-xhtml//control	2013-05-24 09:31:38.170110999 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , cdbs
   , ghc
   , ghc-prof
@@ -22,9 +22,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell xhtml library for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell xhtml library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides combinators for constructing HTML documents.
 
@@ -33,10 +32,8 @@
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell xhtml library for GHC; 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: Haskell xhtml library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides combinators for constructing HTML documents.
 
@@ -47,10 +44,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell xhtml library for GHC; 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: Haskell xhtml library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides combinators for constructing HTML documents.
 





More information about the Pkg-haskell-commits mailing list