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

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


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

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

Fri May 24 09:12:21 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4b773c3e88870cfff5724f4435f93619
diff -rN -u old-haskell-text//changelog new-haskell-text//changelog
--- old-haskell-text//changelog	2013-05-24 09:30:20.978052544 +0000
+++ new-haskell-text//changelog	2013-05-24 09:30:20.982045285 +0000
@@ -1,6 +1,7 @@
 haskell-text (0.11.2.3-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:55:15 +0200
 
diff -rN -u old-haskell-text//control new-haskell-text//control
--- old-haskell-text//control	2013-05-24 09:30:20.970082833 +0000
+++ new-haskell-text//control	2013-05-24 09:30:20.982045285 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -25,7 +25,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: efficient packed Unicode text type for Haskell - GHC libraries
+Description: efficient packed Unicode text type for Haskell${haskell:ShortBlurb}
  This is a Haskell time and space-efficient implementation of Unicode
  text using packed Word16 arrays.  Suitable for performance critical use,
  both in terms of large data quantities and high speed.
@@ -33,7 +33,7 @@
  It supports many basic string operations and has some substring search
  tools.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-text-prof
 Architecture: any
@@ -43,7 +43,7 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: efficient packed Unicode text type for Haskell - GHC profiling libraries
+Description: efficient packed Unicode text type for Haskell${haskell:ShortBlurb}
  This is a Haskell time and space-efficient implementation of Unicode
  text using packed Word16 arrays.  Suitable for performance critical use,
  both in terms of large data quantities and high speed.
@@ -51,7 +51,7 @@
  It supports many basic string operations and has some substring search
  tools.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-text-doc
 Section: doc
@@ -61,7 +61,7 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: efficient packed Unicode text type for Haskell - documentation
+Description: efficient packed Unicode text type for Haskell${haskell:ShortBlurb}
  This is a Haskell time and space-efficient implementation of Unicode
  text using packed Word16 arrays.  Suitable for performance critical use,
  both in terms of large data quantities and high speed.
@@ -69,4 +69,4 @@
  It supports many basic string operations and has some substring search
  tools.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list