[Pkg-haskell-commits] darcs: haskell-shakespeare-js: 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:56 UTC 2013


Sat May 25 21:43:19 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: 4a63f741714a32f76a367a9fd8dc85e0

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

Sat May 25 21:43:19 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: 4a63f741714a32f76a367a9fd8dc85e0
diff -rN -u old-haskell-shakespeare-js//changelog new-haskell-shakespeare-js//changelog
--- old-haskell-shakespeare-js//changelog	2013-05-26 07:45:56.691204761 +0000
+++ new-haskell-shakespeare-js//changelog	2013-05-26 07:45:56.699041277 +0000
@@ -1,3 +1,10 @@
+haskell-shakespeare-js (1.1.0-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:19 +0200
+
 haskell-shakespeare-js (1.1.0-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-shakespeare-js//control new-haskell-shakespeare-js//control
--- old-haskell-shakespeare-js//control	2013-05-26 07:45:56.687260630 +0000
+++ new-haskell-shakespeare-js//control	2013-05-26 07:45:56.695058613 +0000
@@ -36,14 +36,14 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: compile-time JavaScript templates${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Shakespeare is a template family for type-safe, efficient templates
  with simple variable interpolation . Shakespeare templates can be
  used inline with a quasi-quoter or in an external file. Shakespeare
  interpolates variables according to the type being inserted.
  .
  In this case, the variable type needs a ToJavascript instance.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-shakespeare-js-prof
 Architecture: any
@@ -53,14 +53,14 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: compile-time JavaScript templates${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Shakespeare is a template family for type-safe, efficient templates
  with simple variable interpolation . Shakespeare templates can be
  used inline with a quasi-quoter or in an external file. Shakespeare
  interpolates variables according to the type being inserted.
  .
  In this case, the variable type needs a ToJavascript instance.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-shakespeare-js-doc
 Section: doc
@@ -69,11 +69,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: compile-time JavaScript templates${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Shakespeare is a template family for type-safe, efficient templates
  with simple variable interpolation . Shakespeare templates can be
  used inline with a quasi-quoter or in an external file. Shakespeare
  interpolates variables according to the type being inserted.
  .
  In this case, the variable type needs a ToJavascript instance.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list