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

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


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

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

Fri May 24 09:11:58 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: fa108d8d3fbfb037ec6c1008a3c0c578
diff -rN -u old-haskell-bzlib//changelog new-haskell-bzlib//changelog
--- old-haskell-bzlib//changelog	2013-05-24 09:20:23.351043021 +0000
+++ new-haskell-bzlib//changelog	2013-05-24 09:20:23.351043021 +0000
@@ -1,6 +1,7 @@
 haskell-bzlib (0.5.0.4-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:53 +0200
 
diff -rN -u old-haskell-bzlib//control new-haskell-bzlib//control
--- old-haskell-bzlib//control	2013-05-24 09:20:23.343163831 +0000
+++ new-haskell-bzlib//control	2013-05-24 09:20:23.351043021 +0000
@@ -6,7 +6,7 @@
 Build-Depends: 
  , cdbs
  , debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
  , ghc 
  , ghc-prof
  , libbz2-dev
@@ -21,7 +21,7 @@
 Depends: libbz2-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to the bzip2 library
+Description: Haskell bindings to the bzip2 library${haskell:ShortBlurb}
  .
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the bz2 C library
@@ -31,14 +31,14 @@
  few cases where more control is needed it provides access to the full bzip2
  feature set. 
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-bzlib-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for the Haskell bindings to the bzip2 library
+Description: Profiling libraries for the Haskell bindings to the bzip2 library${haskell:ShortBlurb}
  .
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the bz2 C library
@@ -48,7 +48,7 @@
  few cases where more control is needed it provides access to the full bzip2
  feature set. 
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-bzlib-doc
 Section: doc
@@ -56,7 +56,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for the Haskell bindings to the bzip2 library
+Description: Documentation for the Haskell bindings to the bzip2 library${haskell:ShortBlurb}
  .
  This package provides a pure interface for compressing and decompressing
  streams of data represented as lazy ByteStrings. It uses the bz2 C library
@@ -66,4 +66,4 @@
  few cases where more control is needed it provides access to the full bzip2
  feature set. 
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list