[Pkg-haskell-commits] darcs: haskell-hamlet: 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:32 UTC 2013


Sat May 25 21:42:47 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: a33090b3ffe923c9c7dbe38685b85b97

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

Sat May 25 21:42:47 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: a33090b3ffe923c9c7dbe38685b85b97
diff -rN -u old-haskell-hamlet//changelog new-haskell-hamlet//changelog
--- old-haskell-hamlet//changelog	2013-05-26 07:43:31.927080130 +0000
+++ new-haskell-hamlet//changelog	2013-05-26 07:43:31.931068567 +0000
@@ -1,3 +1,10 @@
+haskell-hamlet (1.1.1.1-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:47 +0200
+
 haskell-hamlet (1.1.1.1-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-hamlet//control new-haskell-hamlet//control
--- old-haskell-hamlet//control	2013-05-26 07:43:31.919038668 +0000
+++ new-haskell-hamlet//control	2013-05-26 07:43:31.927080130 +0000
@@ -53,14 +53,14 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: type-safe tool for generating HTML code${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Hamlet gives you a type-safe tool for generating HTML code. It
  works via Quasi-Quoting, and generating extremely efficient output
  code. The syntax is white-space sensitive, and it helps you avoid
  cross-site scripting issues and 404 errors. Please see the
  documentation at http://docs.yesodweb.com/book/hamlet/ for more
  details.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hamlet-prof
 Architecture: any
@@ -70,14 +70,14 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: type-safe tool for generating HTML code${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Hamlet gives you a type-safe tool for generating HTML code. It
  works via Quasi-Quoting, and generating extremely efficient output
  code. The syntax is white-space sensitive, and it helps you avoid
  cross-site scripting issues and 404 errors. Please see the
  documentation at http://docs.yesodweb.com/book/hamlet/ for more
  details.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-hamlet-doc
 Section: doc
@@ -86,11 +86,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: type-safe tool for generating HTML code${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  Hamlet gives you a type-safe tool for generating HTML code. It
  works via Quasi-Quoting, and generating extremely efficient output
  code. The syntax is white-space sensitive, and it helps you avoid
  cross-site scripting issues and 404 errors. Please see the
  documentation at http://docs.yesodweb.com/book/hamlet/ for more
  details.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list