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


Sat May 25 21:43:12 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: 359d67f706b2022691e696757350599a

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

Sat May 25 21:43:12 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: 359d67f706b2022691e696757350599a
diff -rN -u old-haskell-primitive//changelog new-haskell-primitive//changelog
--- old-haskell-primitive//changelog	2013-05-26 07:45:28.087340262 +0000
+++ new-haskell-primitive//changelog	2013-05-26 07:45:28.099117527 +0000
@@ -1,3 +1,10 @@
+haskell-primitive (0.5.0.1-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:12 +0200
+
 haskell-primitive (0.5.0.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-primitive//control new-haskell-primitive//control
--- old-haskell-primitive//control	2013-05-26 07:45:28.079276491 +0000
+++ new-haskell-primitive//control	2013-05-26 07:45:28.091355294 +0000
@@ -24,10 +24,10 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Wrappers for primitive operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package contains Haskell bindings for the functions and data structures
  defined in the primitive C library.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-primitive-prof
 Architecture: any
@@ -38,9 +38,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Wrappers for primitive operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides wrappers for primitive array operations from GHC.Prim.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-primitive-doc
 Section: doc
@@ -49,6 +49,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Wrappers for primitive operations${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This package provides wrappers for primitive array operations from GHC.Prim.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list