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

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


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

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

Fri May 24 08:54:59 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 2f10f7ee13ac51bfaffa13a914ae5a4
diff -rN -u old-haskell-hashed-storage//changelog new-haskell-hashed-storage//changelog
--- old-haskell-hashed-storage//changelog	2013-05-24 09:23:49.341642494 +0000
+++ new-haskell-hashed-storage//changelog	2013-05-24 09:23:49.341642494 +0000
@@ -1,6 +1,7 @@
 haskell-hashed-storage (0.5.10-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:42 +0200
 
diff -rN -u old-haskell-hashed-storage//control new-haskell-hashed-storage//control
--- old-haskell-hashed-storage//control	2013-05-24 09:23:49.341642494 +0000
+++ new-haskell-hashed-storage//control	2013-05-24 09:23:49.346536961 +0000
@@ -5,7 +5,7 @@
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
   , Trent W. Buck <trentbuck at gmail.com>
 Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , cdbs
   , ghc
   , ghc-prof
@@ -42,9 +42,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: hashed file storage support code
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: hashed file storage support code${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Support code for reading and manipulating hashed file storage (where each file
  and directory is associated with a cryptographic hash, for
@@ -60,10 +59,8 @@
   , ${shlibs:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: hashed file storage support code; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: hashed file storage support code${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Support code for reading and manipulating hashed file storage (where each file
  and directory is associated with a cryptographic hash, for
@@ -79,10 +76,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: hashed file storage support code; 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: hashed file storage support code${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Support code for reading and manipulating hashed file storage (where each file
  and directory is associated with a cryptographic hash, for





More information about the Pkg-haskell-commits mailing list