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

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


Fri May 24 09:12:16 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3b6e48505c58da7adfe91796f1548421

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

Fri May 24 09:12:16 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3b6e48505c58da7adfe91796f1548421
diff -rN -u old-haskell-pretty-show//changelog new-haskell-pretty-show//changelog
--- old-haskell-pretty-show//changelog	2013-05-24 09:27:53.058038827 +0000
+++ new-haskell-pretty-show//changelog	2013-05-24 09:27:53.058038827 +0000
@@ -1,6 +1,7 @@
 haskell-pretty-show (1.2-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:54:39 +0200
 
diff -rN -u old-haskell-pretty-show//control new-haskell-pretty-show//control
--- old-haskell-pretty-show//control	2013-05-24 09:27:53.054037788 +0000
+++ new-haskell-pretty-show//control	2013-05-24 09:27:53.062037585 +0000
@@ -5,7 +5,7 @@
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , happy
@@ -22,7 +22,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}
   , ${misc:Depends}
-Description: Program to parse and pretty print arbitrary Haskell Show output
+Description: Program to parse and pretty print arbitrary Haskell Show output${haskell:ShortBlurb}
  The ppsh program takes the output of an arbitrary Haskell Show output on
  stdin and pretty prints it to stdout. It uses the library provided in the
  libghc-pretty-show-dev package to parse the input and pretty print the
@@ -36,12 +36,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: A Haskell library for pretty printing data structures
+Description: A Haskell library for pretty printing data structures${haskell:ShortBlurb}
  A library that can parse derived Show instances into a generic data structure
  which can then be pretty printed. For complex data structures, the pretty
  printed version is significantly more readable that the standard Show output.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-pretty-show-prof
 Architecture: any
@@ -51,12 +51,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for pretty printing Haskell data structures
+Description: Profiling libraries for pretty printing Haskell data structures${haskell:ShortBlurb}
  A library that can parse derived Show instances into a generic data structure
  which can then be pretty printed. For complex data structures, the pretty
  printed version is significantly more readable that the standard Show output.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-pretty-show-doc
 Section: doc
@@ -64,10 +64,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for Haskell pretty printing library
+Description: Documentation for Haskell pretty printing library${haskell:ShortBlurb}
  A library that can parse derived Show instances into a generic data structure
  which can then be pretty printed. For complex data structures, the pretty
  printed version is significantly more readable that the standard Show output.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}
 





More information about the Pkg-haskell-commits mailing list