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

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


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

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

Fri May 24 09:11:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: df19492e80d595cc81105d4e8afe360d
diff -rN -u old-haskell-attoparsec//changelog new-haskell-attoparsec//changelog
--- old-haskell-attoparsec//changelog	2013-05-24 09:19:29.451132622 +0000
+++ new-haskell-attoparsec//changelog	2013-05-24 09:19:29.451132622 +0000
@@ -1,6 +1,7 @@
 haskell-attoparsec (0.10.4.0-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:40 +0200
 
diff -rN -u old-haskell-attoparsec//control new-haskell-attoparsec//control
--- old-haskell-attoparsec//control	2013-05-24 09:19:29.443156999 +0000
+++ new-haskell-attoparsec//control	2013-05-24 09:19:29.455045899 +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>, Clint Adams <clint 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
   , libghc-text-dev (>> 0.11.1.5)
@@ -24,12 +24,12 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: Fast combinator parsing for bytestrings
+Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
  A fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary
  file formats.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-attoparsec-prof
 Architecture: any
@@ -37,12 +37,12 @@
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
 Suggests: ${haskell:Suggests}
-Description: Fast combinator parsing for bytestrings; profiling library
+Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
  A fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary
  file formats.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-attoparsec-doc
 Architecture: all
@@ -50,9 +50,9 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Fast combinator parsing for bytestrings; documentation
+Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb}
  A fast parser combinator library, aimed particularly at dealing
  efficiently with network protocols and complicated text/binary
  file formats.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list