[Pkg-haskell-commits] darcs: haskell-xhtml: 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:47:30 UTC 2013


Sat May 25 21:43:38 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: 98b8e61f5dde04b3f1227d743e707b7b

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

Sat May 25 21:43:38 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: 98b8e61f5dde04b3f1227d743e707b7b
diff -rN -u old-haskell-xhtml//changelog new-haskell-xhtml//changelog
--- old-haskell-xhtml//changelog	2013-05-26 07:47:30.847291917 +0000
+++ new-haskell-xhtml//changelog	2013-05-26 07:47:30.855315201 +0000
@@ -1,3 +1,10 @@
+haskell-xhtml (3000.2.1-4) 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:38 +0200
+
 haskell-xhtml (3000.2.1-3) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-xhtml//control new-haskell-xhtml//control
--- old-haskell-xhtml//control	2013-05-26 07:47:30.843292018 +0000
+++ new-haskell-xhtml//control	2013-05-26 07:47:30.851132745 +0000
@@ -23,9 +23,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: Haskell xhtml library for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides combinators for constructing HTML documents.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-xhtml-prof
 Architecture: any
@@ -33,9 +33,9 @@
   , ${misc:Depends}
 Provides: ${haskell:Provides}
 Description: Haskell xhtml library for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides combinators for constructing HTML documents.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-xhtml-doc
 Section: doc
@@ -45,7 +45,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: Haskell xhtml library for GHC${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides combinators for constructing HTML documents.
+ .
+ ${haskell:Blurb}
 





More information about the Pkg-haskell-commits mailing list