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


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

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

Sat May 25 21:43:25 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: c9fcb1cbfcce39c3756a0181b9cf19d4
diff -rN -u old-haskell-syb//changelog new-haskell-syb//changelog
--- old-haskell-syb//changelog	2013-05-26 07:46:23.859036525 +0000
+++ new-haskell-syb//changelog	2013-05-26 07:46:23.863037005 +0000
@@ -1,3 +1,10 @@
+haskell-syb (0.3.7-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:43:25 +0200
+
 haskell-syb (0.3.7-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-syb//control new-haskell-syb//control
--- old-haskell-syb//control	2013-05-26 07:46:23.851037317 +0000
+++ new-haskell-syb//control	2013-05-26 07:46:23.859036525 +0000
@@ -23,12 +23,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Generic programming library for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package contains the generics system known as "Scrap Your Boilerplate".
  It defines the "Data" class of types permitting folding and unfolding of
  constructor applications, instances of this class for primitive types, and a
  variety of traversals.
+ .
+ ${haskell:Blurb}
 
 
 Package: libghc-syb-prof
@@ -39,12 +39,12 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Generic programming library for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package contains the generics system known as "Scrap Your Boilerplate".
  It defines the "Data" class of types permitting folding and unfolding of
  constructor applications, instances of this class for primitive types, and a
  variety of traversals.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-syb-doc
 Section: doc
@@ -53,9 +53,9 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Generic programming library for Haskell${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package contains the generics system known as "Scrap Your Boilerplate".
  It defines the "Data" class of types permitting folding and unfolding of
  constructor applications, instances of this class for primitive types, and a
  variety of traversals.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list