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

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


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

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

Fri May 24 09:12:17 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 3f308059f74bc61f6252e02c63abcad
diff -rN -u old-haskell-regex-tdfa//changelog new-haskell-regex-tdfa//changelog
--- old-haskell-regex-tdfa//changelog	2013-05-24 09:28:33.431035872 +0000
+++ new-haskell-regex-tdfa//changelog	2013-05-24 09:28:33.434858480 +0000
@@ -1,6 +1,7 @@
 haskell-regex-tdfa (1.1.8-4) 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:49 +0200
 
diff -rN -u old-haskell-regex-tdfa//control new-haskell-regex-tdfa//control
--- old-haskell-regex-tdfa//control	2013-05-24 09:28:33.418554052 +0000
+++ new-haskell-regex-tdfa//control	2013-05-24 09:28:33.434858480 +0000
@@ -5,7 +5,7 @@
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -32,7 +32,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell library for a tagged DFA regex engine
+Description: Haskell library for a tagged DFA regex engine${haskell:ShortBlurb}
  A pure Haskell alternative to GHC's Text.Regex module (with some
  enhancements). The Text.Regex module marshalls the data back and forth to
  c-arrays to call libc and this is far too slow (and strict).
@@ -43,7 +43,7 @@
  FastPackedString. The input string is consumed lazily, so it may be an
  arbitrarily long or infinite source.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-regex-tdfa-prof
 Architecture: any
@@ -51,7 +51,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for the tagged DFA regex engine
+Description: Profiling libraries for the tagged DFA regex engine${haskell:ShortBlurb}
  A pure Haskell alternative to GHC's Text.Regex module (with some
  enhancements). The Text.Regex module marshalls the data back and forth to
  c-arrays to call libc and this is far too slow (and strict).
@@ -62,7 +62,7 @@
  FastPackedString. The input string is consumed lazily, so it may be an
  arbitrarily long or infinite source.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-regex-tdfa-doc
 Section: doc
@@ -70,7 +70,7 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Documentation for the tagged DFA regex engine
+Description: Documentation for the tagged DFA regex engine${haskell:ShortBlurb}
  A pure Haskell alternative to GHC's Text.Regex module (with some
  enhancements). The Text.Regex module marshalls the data back and forth to
  c-arrays to call libc and this is far too slow (and strict).
@@ -81,4 +81,4 @@
  FastPackedString. The input string is consumed lazily, so it may be an
  arbitrarily long or infinite source.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list