[Pkg-haskell-commits] darcs: haskell-hjsmin: 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:43:46 UTC 2013


Sat May 25 21:42:50 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: 45c3ca35ec4036bd51460762b2bb6769

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

Sat May 25 21:42:50 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: 45c3ca35ec4036bd51460762b2bb6769
diff -rN -u old-haskell-hjsmin//changelog new-haskell-hjsmin//changelog
--- old-haskell-hjsmin//changelog	2013-05-26 07:43:46.546269964 +0000
+++ new-haskell-hjsmin//changelog	2013-05-26 07:43:46.554109603 +0000
@@ -1,3 +1,10 @@
+haskell-hjsmin (0.1.4-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:50 +0200
+
 haskell-hjsmin (0.1.4-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-hjsmin//control new-haskell-hjsmin//control
--- old-haskell-hjsmin//control	2013-05-26 07:43:46.541551173 +0000
+++ new-haskell-hjsmin//control	2013-05-26 07:43:46.550372534 +0000
@@ -33,11 +33,11 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: JavaScript minifier${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It reduces the size of JavaScript files by stripping out extraneous
  whitespace and other syntactic elements, without changing the
  semantics.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hjsmin-prof
 Architecture: any
@@ -46,11 +46,11 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: JavaScript minifier${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It reduces the size of JavaScript files by stripping out extraneous
  whitespace and other syntactic elements, without changing the
  semantics.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hjsmin-doc
 Section: doc
@@ -59,8 +59,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: JavaScript minifier${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  It reduces the size of JavaScript files by stripping out extraneous
  whitespace and other syntactic elements, without changing the
  semantics.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list