[Pkg-haskell-commits] darcs: haskell-safesemaphore: Move Haskell blurb to the end of the description, reduces the impact of #708703

Joachim Breitner mail at joachim-breitner.de
Sun May 26 07:45:46 UTC 2013


Sat May 25 21:43:17 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Move Haskell blurb to the end of the description, reduces the impact of #708703
  Ignore-this: a79dc7a50057dff4b780e2beec417b7e

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:43:17 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Move Haskell blurb to the end of the description, reduces the impact of #708703
  Ignore-this: a79dc7a50057dff4b780e2beec417b7e
diff -rN -u old-haskell-safesemaphore//changelog new-haskell-safesemaphore//changelog
--- old-haskell-safesemaphore//changelog	2013-05-26 07:45:46.150388965 +0000
+++ new-haskell-safesemaphore//changelog	2013-05-26 07:45:46.158308890 +0000
@@ -1,3 +1,10 @@
+haskell-safesemaphore (0.9.0-5) UNRELEASED; urgency=low
+
+  * Move Haskell blurb to the end of the description, reduces the impact
+    of #708703
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 23:43:17 +0200
+
 haskell-safesemaphore (0.9.0-4) unstable; urgency=low
 
   * Bump standards version to 3.9.4
diff -rN -u old-haskell-safesemaphore//control new-haskell-safesemaphore//control
--- old-haskell-safesemaphore//control	2013-05-26 07:45:46.130110715 +0000
+++ new-haskell-safesemaphore//control	2013-05-26 07:45:46.154284872 +0000
@@ -26,11 +26,11 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 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
  by killThread.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-safesemaphore-prof
 Architecture: any
@@ -40,11 +40,11 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 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
  by killThread.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-safesemaphore-doc
 Section: doc
@@ -53,8 +53,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 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
  by killThread.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list