[Pkg-haskell-commits] darcs: haskell-stm: 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:46:15 UTC 2013


Sat May 25 21:43:23 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: cc5fe5edc4ad4145a6bc782073756436

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

Sat May 25 21:43:23 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: cc5fe5edc4ad4145a6bc782073756436
diff -rN -u old-haskell-stm//changelog new-haskell-stm//changelog
--- old-haskell-stm//changelog	2013-05-26 07:46:15.787300347 +0000
+++ new-haskell-stm//changelog	2013-05-26 07:46:15.795084239 +0000
@@ -1,3 +1,10 @@
+haskell-stm (2.4-3) 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:23 +0200
+
 haskell-stm (2.4-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-stm//control new-haskell-stm//control
--- old-haskell-stm//control	2013-05-26 07:46:15.782822349 +0000
+++ new-haskell-stm//control	2013-05-26 07:46:15.791180764 +0000
@@ -22,10 +22,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 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.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-stm-prof
 Architecture: any
@@ -33,10 +33,10 @@
   , ${misc:Depends}
 Provides: ${haskell:Provides}
 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.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-stm-doc
 Section: doc
@@ -46,8 +46,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 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.
+ .
+ ${haskell:Blurb}
 





More information about the Pkg-haskell-commits mailing list