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

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:27:34 UTC 2013


Sat May 25 09:07:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f18e4fa1c80e7d9dc888df8e9bdfe6b9

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

Sat May 25 09:07:03 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f18e4fa1c80e7d9dc888df8e9bdfe6b9
diff -rN -u old-haskell-bmp//changelog new-haskell-bmp//changelog
--- old-haskell-bmp//changelog	2013-05-25 10:27:34.838347296 +0000
+++ new-haskell-bmp//changelog	2013-05-25 10:27:34.841828905 +0000
@@ -2,5 +2,6 @@
 
   * Initial release.
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Thu, 01 Jan 1970 00:00:00 +0000
diff -rN -u old-haskell-bmp//control new-haskell-bmp//control
--- old-haskell-bmp//control	2013-05-25 10:27:34.831291225 +0000
+++ new-haskell-bmp//control	2013-05-25 10:27:34.838347296 +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
 Build-Depends-Indep: ghc-doc
@@ -22,12 +22,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Read and write BMP image files
+Description: Read and write BMP image files${haskell:ShortBlurb}
  This is a pure Haskell implementation of the BMP image file format, supporting
  both reading and writing.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-bmp-prof
 Architecture: any
@@ -36,12 +35,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Read and write BMP image files; profiling libraries
+Description: Read and write BMP image files${haskell:ShortBlurb}
  This is a pure Haskell implementation of the BMP image file format, supporting
  both reading and writing.
  .
- 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-bmp-doc
 Section: doc
@@ -49,10 +47,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Read and write BMP image files; documentation
+Description: Read and write BMP image files${haskell:ShortBlurb}
  This is a pure Haskell implementation of the BMP image file format, supporting
  both reading and writing.
  .
- 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