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

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


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

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

Fri May 24 08:55:45 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 178cc698068e9f36bcf313833b0b9d89
diff -rN -u old-haskell-safesemaphore//changelog new-haskell-safesemaphore//changelog
--- old-haskell-safesemaphore//changelog	2013-05-24 09:28:51.851348156 +0000
+++ new-haskell-safesemaphore//changelog	2013-05-24 09:28:51.851348156 +0000
@@ -1,6 +1,7 @@
 haskell-safesemaphore (0.9.0-4) UNRELEASED; urgency=low
 
   * Bump standards version to 3.9.4
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 10:21:11 +0200
 
diff -rN -u old-haskell-safesemaphore//control new-haskell-safesemaphore//control
--- old-haskell-safesemaphore//control	2013-05-24 09:28:51.843220477 +0000
+++ new-haskell-safesemaphore//control	2013-05-24 09:28:51.855100801 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joey Hess <joeyh at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-stm-dev
@@ -25,10 +25,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: exception safe alternatives to QSem, QSemN, and SampleVar - GHC 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: exception safe alternatives to QSem, QSemN, and SampleVar - GHC libraries${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This is an alternative to the deprecated QSem, QSemN, and SampleVar in
  GHC base. Those base modules are not exception safe and can be broken
@@ -41,10 +39,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: exception safe alternatives to QSem, QSemN, and SampleVar - GHC profiling data
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: exception safe alternatives to QSem, QSemN, and SampleVar - GHC profiling data${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This is an alternative to the deprecated QSem, QSemN, and SampleVar in
  GHC base. Those base modules are not exception safe and can be broken
@@ -56,10 +52,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: exception safe alternatives to QSem, QSemN, and SampleVar - 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: exception safe alternatives to QSem, QSemN, and SampleVar - documentation${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This is an alternative to the deprecated QSem, QSemN, and SampleVar in
  GHC base. Those base modules are not exception safe and can be broken





More information about the Pkg-haskell-commits mailing list