[Pkg-haskell-commits] darcs: haskell-data-binary-ieee754: 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:42:17 UTC 2013


Sat May 25 21:42: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: 6212e433a3b4862d44577fcb82965e41

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

Sat May 25 21:42: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: 6212e433a3b4862d44577fcb82965e41
diff -rN -u old-haskell-data-binary-ieee754//changelog new-haskell-data-binary-ieee754//changelog
--- old-haskell-data-binary-ieee754//changelog	2013-05-26 07:42:17.683036530 +0000
+++ new-haskell-data-binary-ieee754//changelog	2013-05-26 07:42:17.691039100 +0000
@@ -1,3 +1,10 @@
+haskell-data-binary-ieee754 (0.4.2.1-6) 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:42:31 +0200
+
 haskell-data-binary-ieee754 (0.4.2.1-5) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-data-binary-ieee754//control new-haskell-data-binary-ieee754//control
--- old-haskell-data-binary-ieee754//control	2013-05-26 07:42:17.667037715 +0000
+++ new-haskell-data-binary-ieee754//control	2013-05-26 07:42:17.687036545 +0000
@@ -26,9 +26,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It converts Float and Decimal values to and from raw octets.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-binary-ieee754-prof
 Architecture: any
@@ -38,9 +38,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It converts Float and Decimal values to and from raw octets.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-data-binary-ieee754-doc
 Section: doc
@@ -49,6 +49,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It converts Float and Decimal values to and from raw octets.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list