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

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


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

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

Fri May 24 09:12:02 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: e49f89b82ae3b7347aaab9c46690665e
diff -rN -u old-haskell-edit-distance//changelog new-haskell-edit-distance//changelog
--- old-haskell-edit-distance//changelog	2013-05-24 09:22:36.618538203 +0000
+++ new-haskell-edit-distance//changelog	2013-05-24 09:22:36.622537101 +0000
@@ -1,6 +1,7 @@
 haskell-edit-distance (0.2.1.1-2) UNRELEASED; urgency=low
 
   * Bump standards version to 3.9.4
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 10:20:56 +0200
 
diff -rN -u old-haskell-edit-distance//control new-haskell-edit-distance//control
--- old-haskell-edit-distance//control	2013-05-24 09:22:36.614541091 +0000
+++ new-haskell-edit-distance//control	2013-05-24 09:22:36.622537101 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joey Hess <joeyh at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-random-dev
@@ -25,11 +25,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell fuzzy matching - GHC libraries
+Description: Haskell fuzzy matching${haskell:ShortBlurb}
  Optimized edit distances for fuzzy matching, including Levenshtein
  and restricted Damerau-Levenshtein algorithms.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-edit-distance-prof
 Architecture: any
@@ -38,11 +38,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell fuzzy matching - GHC profiling libraries
+Description: Haskell fuzzy matching${haskell:ShortBlurb}
  Optimized edit distances for fuzzy matching, including Levenshtein
  and restricted Damerau-Levenshtein algorithms.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-edit-distance-doc
 Section: doc
@@ -50,8 +50,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell fuzzy matching - documentation
+Description: Haskell fuzzy matching${haskell:ShortBlurb}
  Optimized edit distances for fuzzy matching, including Levenshtein
  and restricted Damerau-Levenshtein algorithms.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list