[Pkg-haskell-commits] darcs: haskell-ranged-sets: 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:33 UTC 2013


Sat May 25 21:43:14 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: 1128bcc3e9ffbad596a6671d64b0c0bc

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

Sat May 25 21:43:14 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: 1128bcc3e9ffbad596a6671d64b0c0bc
diff -rN -u old-haskell-ranged-sets//changelog new-haskell-ranged-sets//changelog
--- old-haskell-ranged-sets//changelog	2013-05-26 07:45:33.126036928 +0000
+++ new-haskell-ranged-sets//changelog	2013-05-26 07:45:33.130037972 +0000
@@ -1,3 +1,10 @@
+haskell-ranged-sets (0.3.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:14 +0200
+
 haskell-ranged-sets (0.3.0-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-ranged-sets//control new-haskell-ranged-sets//control
--- old-haskell-ranged-sets//control	2013-05-26 07:45:33.118036996 +0000
+++ new-haskell-ranged-sets//control	2013-05-26 07:45:33.126036928 +0000
@@ -31,8 +31,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Ranged sets library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A ranged set is an ordered list of ranges. This allows sets such as all
  reals x such that:
  .
@@ -41,6 +39,8 @@
  Alternatively you can have all strings s such that:
  .
      ("F" <= s < "G")
+ .
+ ${haskell:Blurb}
 
 Package: libghc-ranged-sets-prof
 Architecture: any
@@ -50,8 +50,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Ranged sets library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A ranged set is an ordered list of ranges. This allows sets such as all
  reals x such that:
  .
@@ -60,6 +58,8 @@
  Alternatively you can have all strings s such that:
  .
      ("F" <= s < "G")
+ .
+ ${haskell:Blurb}
 
 Package: libghc-ranged-sets-doc
 Section: doc
@@ -68,8 +68,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Ranged sets library${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  A ranged set is an ordered list of ranges. This allows sets such as all
  reals x such that:
  .
@@ -78,3 +76,5 @@
  Alternatively you can have all strings s such that:
  .
      ("F" <= s < "G")
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list