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

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


Fri May 24 08:54:33 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 423ee11c4d6f1fb76605311e2c808839

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

Fri May 24 08:54:33 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 423ee11c4d6f1fb76605311e2c808839
diff -rN -u old-haskell-cryptohash//changelog new-haskell-cryptohash//changelog
--- old-haskell-cryptohash//changelog	2013-05-24 09:21:28.998088388 +0000
+++ new-haskell-cryptohash//changelog	2013-05-24 09:21:29.002086860 +0000
@@ -1,6 +1,7 @@
 haskell-cryptohash (0.8.4-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:53:08 +0200
 
diff -rN -u old-haskell-cryptohash//control new-haskell-cryptohash//control
--- old-haskell-cryptohash//control	2013-05-24 09:21:28.994077823 +0000
+++ new-haskell-cryptohash//control	2013-05-24 09:21:29.002086860 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-crypto-api-dev (>= 0.5)
@@ -36,9 +36,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: collection of crypto hashes, fast, pure and practical
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  A collection of crypto hashes, with a practical incremental and
  one-pass, pure APIs, with performance close to the fastest
@@ -54,10 +53,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: collection of crypto hashes, fast, pure and practical; profiling libs
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  A collection of crypto hashes, with a practical incremental and
  one-pass, pure APIs, with performance close to the fastest
@@ -72,10 +69,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: collection of crypto hashes, fast, pure and practical; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: collection of crypto hashes, fast, pure and practical${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  A collection of crypto hashes, with a practical incremental and
  one-pass, pure APIs, with performance close to the fastest





More information about the Pkg-haskell-commits mailing list