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

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


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

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

Fri May 24 08:54:19 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: db5a408ffa8648e56c9c8c7d627cbd32
diff -rN -u old-haskell-bytestring-lexing//changelog new-haskell-bytestring-lexing//changelog
--- old-haskell-bytestring-lexing//changelog	2013-05-24 09:20:15.470302661 +0000
+++ new-haskell-bytestring-lexing//changelog	2013-05-24 09:20:15.474135216 +0000
@@ -1,6 +1,7 @@
 haskell-bytestring-lexing (0.4.0-3) 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:51 +0200
 
diff -rN -u old-haskell-bytestring-lexing//control new-haskell-bytestring-lexing//control
--- old-haskell-bytestring-lexing//control	2013-05-24 09:20:15.466294352 +0000
+++ new-haskell-bytestring-lexing//control	2013-05-24 09:20:15.474135216 +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
   , alex (>> 2.3)
@@ -23,9 +23,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: parse and produce literals efficiently from strict or lazy bytestrings
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: parse and produce literals efficiently from strict or lazy bytestrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Parse and produce literals efficiently from strict or lazy bytestrings.
 
@@ -36,10 +35,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: parse/produce literals from strict/lazy bytestrings; profiling libs
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: parse/produce literals from strict/lazy bytestrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Parse and produce literals efficiently from strict or lazy bytestrings.
 
@@ -49,9 +46,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: parse/produce literals from strict/lazy bytestrings; 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: parse/produce literals from strict/lazy bytestrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Parse and produce literals efficiently from strict or lazy bytestrings.





More information about the Pkg-haskell-commits mailing list