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

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


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

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

Fri May 24 08:54:43 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 853c2c9fc4b345d57aed17ed67f1e1f7
diff -rN -u old-haskell-digest//changelog new-haskell-digest//changelog
--- old-haskell-digest//changelog	2013-05-24 09:22:20.322043944 +0000
+++ new-haskell-digest//changelog	2013-05-24 09:22:20.326050406 +0000
@@ -1,6 +1,7 @@
 haskell-digest (0.0.1.0-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:53:20 +0200
 
diff -rN -u old-haskell-digest//control new-haskell-digest//control
--- old-haskell-digest//control	2013-05-24 09:22:20.310094932 +0000
+++ new-haskell-digest//control	2013-05-24 09:22:20.326050406 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , cdbs
   , ghc
   , ghc-prof
@@ -20,9 +20,8 @@
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, zlib1g-dev
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: efficient cryptographic hash implementations for bytestrings
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: efficient cryptographic hash implementations for bytestrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package provides efficient cryptographic hash implementations for strict
  and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
@@ -32,10 +31,8 @@
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: efficient cryptographic hash implementations bytestrings; profiling library
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package provides efficient cryptographic hash implementations for strict
  and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are
@@ -47,10 +44,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: efficient cryptographic hash implementations bytestrings; 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: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This package provides efficient cryptographic hash implementations for strict
  and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are





More information about the Pkg-haskell-commits mailing list