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

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


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

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

Fri May 24 09:12:13 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a56850e176c38f67864ce8ffb25cdcf3
diff -rN -u old-haskell-lexer//changelog new-haskell-lexer//changelog
--- old-haskell-lexer//changelog	2013-05-24 09:25:56.595060992 +0000
+++ new-haskell-lexer//changelog	2013-05-24 09:25:56.595060992 +0000
@@ -1,6 +1,7 @@
 haskell-lexer (1.0-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:54:11 +0200
 
diff -rN -u old-haskell-lexer//control new-haskell-lexer//control
--- old-haskell-lexer//control	2013-05-24 09:25:56.595060992 +0000
+++ new-haskell-lexer//control	2013-05-24 09:25:56.595060992 +0000
@@ -5,7 +5,7 @@
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
 Build-Depends-Indep: ghc-doc
@@ -22,12 +22,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: A fully compliant Haskell 98 lexer
+Description: A fully compliant Haskell 98 lexer${haskell:ShortBlurb}
  A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
  a list tuples containing a token type identifier, its position and the token
  string.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-haskell-lexer-prof
 Architecture: any
@@ -37,12 +37,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for a fully compliant Haskell 98 lexer
+Description: Profiling libraries for a fully compliant Haskell 98 lexer${haskell:ShortBlurb}
  A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
  a list tuples containing a token type identifier, its position and the token
  string.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-haskell-lexer-doc
 Section: doc
@@ -50,9 +50,9 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for a fully compliant Haskell 98 lexer
+Description: Documentation for a fully compliant Haskell 98 lexer${haskell:ShortBlurb}
  A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
  a list tuples containing a token type identifier, its position and the token
  string.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list