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

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:28:35 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: 2a0f75d6366fc452a99ba5f839762cdc

    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: 2a0f75d6366fc452a99ba5f839762cdc
diff -rN -u old-haskell-regex-tdfa-utf8//changelog new-haskell-regex-tdfa-utf8//changelog
--- old-haskell-regex-tdfa-utf8//changelog	2013-05-24 09:28:35.163038079 +0000
+++ new-haskell-regex-tdfa-utf8//changelog	2013-05-24 09:28:35.163038079 +0000
@@ -1,6 +1,7 @@
 haskell-regex-tdfa-utf8 (1.0-7) 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-utf8//control new-haskell-regex-tdfa-utf8//control
--- old-haskell-regex-tdfa-utf8//control	2013-05-24 09:28:35.155037783 +0000
+++ new-haskell-regex-tdfa-utf8//control	2013-05-24 09:28:35.167037566 +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,
@@ -27,11 +27,11 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell library for the UTF8 version of the tagged DFA regex engine
+Description: Haskell library for the UTF8 version of the tagged DFA regex engine${haskell:ShortBlurb}
  This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
  lazy bytestrings.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-regex-tdfa-utf8-prof
 Architecture: any
@@ -39,11 +39,11 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for the UTF8 version of the tagged DFA regex engine
+Description: Profiling libraries for the UTF8 version of the tagged DFA regex engine${haskell:ShortBlurb}
  This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
  lazy bytestrings.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-regex-tdfa-utf8-doc
 Section: doc
@@ -52,8 +52,8 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Documentation for the utf-8 version of the tagged DFA regex engine
+Description: Documentation for the utf-8 version of the tagged DFA regex engine${haskell:ShortBlurb}
  This combines regex-tdfa with utf8-string to allow searching over UTF8 encoded
  lazy bytestrings.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list