[Pkg-haskell-commits] darcs: haskell-hunit: 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:44:00 UTC 2013


Sat May 25 21:42:53 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: d994dc4e652aaeb0ee49c7d72ea9930f

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

Sat May 25 21:42:53 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: d994dc4e652aaeb0ee49c7d72ea9930f
diff -rN -u old-haskell-hunit//changelog new-haskell-hunit//changelog
--- old-haskell-hunit//changelog	2013-05-26 07:44:00.606071347 +0000
+++ new-haskell-hunit//changelog	2013-05-26 07:44:00.618278723 +0000
@@ -1,3 +1,10 @@
+haskell-hunit (1.2.5.1-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:42:53 +0200
+
 haskell-hunit (1.2.5.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-hunit//control new-haskell-hunit//control
--- old-haskell-hunit//control	2013-05-26 07:44:00.606071347 +0000
+++ new-haskell-hunit//control	2013-05-26 07:44:00.610085423 +0000
@@ -17,10 +17,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell unit testing framework for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  HUnit is a unit testing framework for Haskell, inspired by the
  JUnit tool for Java, see: <http://www.junit.org>.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hunit-prof
 Architecture: any
@@ -29,10 +29,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell unit testing framework for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  HUnit is a unit testing framework for Haskell, inspired by the
  JUnit tool for Java, see: <http://www.junit.org>.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hunit-doc
 Section: doc
@@ -41,8 +41,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Haskell unit testing framework for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  HUnit is a unit testing framework for Haskell, inspired by the
  JUnit tool for Java, see: <http://www.junit.org>.
+ .
+ ${haskell:Blurb}
 





More information about the Pkg-haskell-commits mailing list