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

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:20:18 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: 30eac20ddb9fce00988bee6b0b72f377

    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: 30eac20ddb9fce00988bee6b0b72f377
diff -rN -u old-haskell-bytestring-nums//changelog new-haskell-bytestring-nums//changelog
--- old-haskell-bytestring-nums//changelog	2013-05-24 09:20:18.301712267 +0000
+++ new-haskell-bytestring-nums//changelog	2013-05-24 09:20:18.301712267 +0000
@@ -1,6 +1,7 @@
 haskell-bytestring-nums (0.3.5-5) 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:52 +0200
 
diff -rN -u old-haskell-bytestring-nums//control new-haskell-bytestring-nums//control
--- old-haskell-bytestring-nums//control	2013-05-24 09:20:18.294569193 +0000
+++ new-haskell-bytestring-nums//control	2013-05-24 09:20:18.301712267 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13),
+Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15),
 	ghc,
 	ghc-prof,
 	ghc-doc,
@@ -16,7 +16,7 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: Parse numeric literals from ByteStrings.
+Description: Parse numeric literals from ByteStrings.${haskell:ShortBlurb}
  A time and space-efficient implementation of byte vectors using packed
  Word8 arrays, suitable for high performance use, both in terms of large
  data quantities, or high speed requirements. Byte vectors are encoded as
@@ -25,7 +25,7 @@
  .
  Parse numeric literals from ByteStrings.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-bytestring-nums-prof
 Architecture: any
@@ -33,7 +33,7 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: Parse numeric literals from ByteStrings.; profiling library
+Description: Parse numeric literals from ByteStrings.${haskell:ShortBlurb}
  A time and space-efficient implementation of byte vectors using packed
  Word8 arrays, suitable for high performance use, both in terms of large
  data quantities, or high speed requirements. Byte vectors are encoded as
@@ -42,7 +42,7 @@
  .
  Parse numeric literals from ByteStrings.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-bytestring-nums-doc
 Architecture: all
@@ -50,7 +50,7 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Parse numeric literals from ByteStrings.; documentation
+Description: Parse numeric literals from ByteStrings.${haskell:ShortBlurb}
  A time and space-efficient implementation of byte vectors using packed
  Word8 arrays, suitable for high performance use, both in terms of large
  data quantities, or high speed requirements. Byte vectors are encoded as
@@ -59,4 +59,4 @@
  .
  Parse numeric literals from ByteStrings.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list