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

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


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

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

Fri May 24 08:54:11 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: ab675228d631aeac571bf4751b074399
diff -rN -u old-haskell-attoparsec-enumerator//changelog new-haskell-attoparsec-enumerator//changelog
--- old-haskell-attoparsec-enumerator//changelog	2013-05-24 09:19:33.343036476 +0000
+++ new-haskell-attoparsec-enumerator//changelog	2013-05-24 09:19:33.347124266 +0000
@@ -1,6 +1,7 @@
 haskell-attoparsec-enumerator (0.3.1-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:41 +0200
 
diff -rN -u old-haskell-attoparsec-enumerator//control new-haskell-attoparsec-enumerator//control
--- old-haskell-attoparsec-enumerator//control	2013-05-24 09:19:33.339037625 +0000
+++ new-haskell-attoparsec-enumerator//control	2013-05-24 09:19:33.347124266 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-attoparsec-dev (>> 0.10.1.1)
@@ -30,9 +30,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: convert an Attoparsec parser into an iteratee
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
@@ -45,10 +44,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: convert an Attoparsec parser into an iteratee; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  The library allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or
@@ -60,10 +57,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: convert an Attoparsec parser into an iteratee; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: convert an Attoparsec parser into an iteratee${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  The library allows an Attoparsec parser to receive input incrementally from
  an enumerator.  This could be used for parsing large files or





More information about the Pkg-haskell-commits mailing list