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

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


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

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

Fri May 24 08:54:07 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: e86427dfb62fe9c311e4119a8adead47
diff -rN -u old-haskell-acid-state//changelog new-haskell-acid-state//changelog
--- old-haskell-acid-state//changelog	2013-05-24 09:19:08.743071046 +0000
+++ new-haskell-acid-state//changelog	2013-05-24 09:19:08.747042309 +0000
@@ -5,6 +5,7 @@
 
   [ Joachim Breitner ]
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Colin Watson <cjwatson at debian.org>  Tue, 30 Apr 2013 13:22:16 +0100
 
diff -rN -u old-haskell-acid-state//control new-haskell-acid-state//control
--- old-haskell-acid-state//control	2013-05-24 09:19:08.743071046 +0000
+++ new-haskell-acid-state//control	2013-05-24 09:19:08.747042309 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , ghc-ghci
@@ -41,7 +41,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell database library with ACID guarantees - GHC libraries
+Description: Haskell database library with ACID guarantees - GHC libraries${haskell:ShortBlurb}
  AcidState is a Haskell library to store serializable Haskell
  structures, guaranteeing that transactions support the ACID
  semantic. That is, they must be atomic (a transaction must be
@@ -54,8 +54,7 @@
  This library supports both storing data on the local disk and via a
  network server.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell. It
+ ${haskell:Blurb} It
  obsoletes the package haskell-happstack-state.
 
 Package: libghc-acid-state-prof
@@ -65,7 +64,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell database library with ACID guarantees - GHC profiling libraries
+Description: Haskell database library with ACID guarantees - GHC profiling libraries${haskell:ShortBlurb}
  AcidState is a Haskell library to store serializable Haskell
  structures, guaranteeing that transactions support the ACID
  semantic. That is, they must be atomic (a transaction must be
@@ -78,9 +77,7 @@
  This library supports both storing data on the local disk and via a
  network server.
  .
- This package provides a library for the Haskell programming language,
- compiled for profiling.  See http://www.haskell.org/ for more
- information on Haskell. It obsoletes the package
+ ${haskell:Blurb} It obsoletes the package
  haskell-happstack-state.
 
 Package: libghc-acid-state-doc
@@ -89,7 +86,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell database library with ACID guarantees - documentation
+Description: Haskell database library with ACID guarantees - documentation${haskell:ShortBlurb}
  AcidState is a Haskell library to store serializable Haskell
  structures, guaranteeing that transactions support the ACID
  semantic. That is, they must be atomic (a transaction must be
@@ -102,7 +99,5 @@
  This library supports both storing data on the local disk and via a
  network server.
  .
- This package provides the documentation for a library for the Haskell
- programming language.  See http://www.haskell.org/ for more
- information on Haskell. It obsoletes the package
+ ${haskell:Blurb} It obsoletes the package
  haskell-happstack-state.





More information about the Pkg-haskell-commits mailing list