[Pkg-haskell-commits] darcs: haskell-language-javascript: 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:44:10 UTC 2013


Sat May 25 21:42:56 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: 4768342da6ac02bd7f6359444b410fb8

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

Sat May 25 21:42:56 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: 4768342da6ac02bd7f6359444b410fb8
diff -rN -u old-haskell-language-javascript//changelog new-haskell-language-javascript//changelog
--- old-haskell-language-javascript//changelog	2013-05-26 07:44:10.323040545 +0000
+++ new-haskell-language-javascript//changelog	2013-05-26 07:44:10.331037362 +0000
@@ -1,3 +1,10 @@
+haskell-language-javascript (0.5.6-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:42:56 +0200
+
 haskell-language-javascript (0.5.6-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-language-javascript//control new-haskell-language-javascript//control
--- old-haskell-language-javascript//control	2013-05-26 07:44:10.282129101 +0000
+++ new-haskell-language-javascript//control	2013-05-26 07:44:10.327038707 +0000
@@ -46,9 +46,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: JavaScript parser${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It parses JavaScript into an Abstract Syntax Tree (AST).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-language-javascript-prof
 Architecture: any
@@ -57,9 +57,9 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: JavaScript parser${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It parses JavaScript into an Abstract Syntax Tree (AST).
+ .
+ ${haskell:Blurb}
 
 Package: libghc-language-javascript-doc
 Section: doc
@@ -68,6 +68,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: JavaScript parser${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It parses JavaScript into an Abstract Syntax Tree (AST).
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list