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


Sat May 25 21:43:06 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: a381fbaa3940c2f607fa6996132d5452

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

Sat May 25 21:43:06 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: a381fbaa3940c2f607fa6996132d5452
diff -rN -u old-haskell-non-negative//changelog new-haskell-non-negative//changelog
--- old-haskell-non-negative//changelog	2013-05-26 07:45:00.531172546 +0000
+++ new-haskell-non-negative//changelog	2013-05-26 07:45:00.539077143 +0000
@@ -1,3 +1,10 @@
+haskell-non-negative (0.1-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:06 +0200
+
 haskell-non-negative (0.1-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-non-negative//control new-haskell-non-negative//control
--- old-haskell-non-negative//control	2013-05-26 07:45:00.523292359 +0000
+++ new-haskell-non-negative//control	2013-05-26 07:45:00.535060266 +0000
@@ -24,12 +24,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Non-negative numbers for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides a class for non-negative numbers, a wrapper which
  can turn any ordered numeric type into a member of that class, and a
  lazy number type for non-negative numbers (a generalization of Peano
  numbers).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-non-negative-prof
 Architecture: any
@@ -38,12 +38,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Non-negative numbers for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides a class for non-negative numbers, a wrapper which
  can turn any ordered numeric type into a member of that class, and a
  lazy number type for non-negative numbers (a generalization of Peano
  numbers).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-non-negative-doc
 Section: doc
@@ -52,9 +52,9 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Non-negative numbers for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides a class for non-negative numbers, a wrapper which
  can turn any ordered numeric type into a member of that class, and a
  lazy number type for non-negative numbers (a generalization of Peano
  numbers).
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list