[Pkg-haskell-commits] darcs: haskell-smallcheck: 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:11 UTC 2013


Sat May 25 21:43:22 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: 33c861a2c99957ce7f82fd8b198feb2a

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

Sat May 25 21:43:22 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: 33c861a2c99957ce7f82fd8b198feb2a
diff -rN -u old-haskell-smallcheck//changelog new-haskell-smallcheck//changelog
--- old-haskell-smallcheck//changelog	2013-05-26 07:46:11.191034836 +0000
+++ new-haskell-smallcheck//changelog	2013-05-26 07:46:11.195052065 +0000
@@ -1,3 +1,10 @@
+haskell-smallcheck (0.6-4) 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:22 +0200
+
 haskell-smallcheck (0.6-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-smallcheck//control new-haskell-smallcheck//control
--- old-haskell-smallcheck//control	2013-05-26 07:46:11.191034836 +0000
+++ new-haskell-smallcheck//control	2013-05-26 07:46:11.191034836 +0000
@@ -27,12 +27,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Another lightweight testing library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
  instead of testing for a sample of randomly generated values, SmallCheck
  tests properties for all the finitely many values up to some depth,
  progressively increasing the depth used.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-smallcheck-prof
 Architecture: any
@@ -42,12 +42,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Another lightweight testing library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
  instead of testing for a sample of randomly generated values, SmallCheck
  tests properties for all the finitely many values up to some depth,
  progressively increasing the depth used.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-smallcheck-doc
 Section: doc
@@ -56,9 +56,9 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Another lightweight testing library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) but
  instead of testing for a sample of randomly generated values, SmallCheck
  tests properties for all the finitely many values up to some depth,
  progressively increasing the depth used.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list