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


Sat May 25 21:43:31 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: cbdca1bcdcd01dc544403b028177e852

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

Sat May 25 21:43:31 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: cbdca1bcdcd01dc544403b028177e852
diff -rN -u old-haskell-uuid//changelog new-haskell-uuid//changelog
--- old-haskell-uuid//changelog	2013-05-26 07:46:54.511091991 +0000
+++ new-haskell-uuid//changelog	2013-05-26 07:46:54.518050269 +0000
@@ -1,3 +1,10 @@
+haskell-uuid (1.2.3-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:31 +0200
+
 haskell-uuid (1.2.3-4) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-uuid//control new-haskell-uuid//control
--- old-haskell-uuid//control	2013-05-26 07:46:54.503036583 +0000
+++ new-haskell-uuid//control	2013-05-26 07:46:54.511091991 +0000
@@ -29,11 +29,11 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: create, compare, parse and print Universally Unique Identifiers${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library is useful for creating, comparing, parsing and printing
  Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
  for the general idea.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-uuid-prof
 Architecture: any
@@ -43,11 +43,11 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: create, compare, parse and print UUIDs${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library is useful for creating, comparing, parsing and printing
  Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
  for the general idea.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-uuid-doc
 Section: doc
@@ -56,8 +56,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: create, compare, parse and print UUIDs${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library is useful for creating, comparing, parsing and printing
  Universally Unique Identifiers. See http://en.wikipedia.org/wiki/UUID
  for the general idea.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list