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

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


Fri May 24 08:55:53 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4f177d6fe964cd255a94818e927a93c7

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

Fri May 24 08:55:53 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4f177d6fe964cd255a94818e927a93c7
diff -rN -u old-haskell-stm//changelog new-haskell-stm//changelog
--- old-haskell-stm//changelog	2013-05-24 09:29:40.274071041 +0000
+++ new-haskell-stm//changelog	2013-05-24 09:29:40.278064068 +0000
@@ -1,6 +1,7 @@
 haskell-stm (2.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:55:04 +0200
 
diff -rN -u old-haskell-stm//control new-haskell-stm//control
--- old-haskell-stm//control	2013-05-24 09:29:40.270044089 +0000
+++ new-haskell-stm//control	2013-05-24 09:29:40.278064068 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 9)
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , cdbs
   , ghc
   , ghc-prof
@@ -21,9 +21,8 @@
   , ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell Software Transactional Memory library for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell Software Transactional Memory library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Provides a Haskell Software Transactional Memory (STM) library.
  STM is a modular composable concurrency abstraction.
@@ -33,10 +32,8 @@
 Depends: ${haskell:Depends}
   , ${misc:Depends}
 Provides: ${haskell:Provides}
-Description: Haskell Software Transactional Memory library for GHC; 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: Haskell Software Transactional Memory library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Provides a Haskell Software Transactional Memory (STM) library.
  STM is a modular composable concurrency abstraction.
@@ -48,10 +45,8 @@
   , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell Software Transactional Memory library for GHC; 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: Haskell Software Transactional Memory library for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  Provides a Haskell Software Transactional Memory (STM) library.
  STM is a modular composable concurrency abstraction.





More information about the Pkg-haskell-commits mailing list