[Pkg-haskell-commits] darcs: haskell-shakespeare: 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:50 UTC 2013
Sat May 25 21:43:18 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: a861644c9e2c36a9bc7c64bd1941e288
M ./changelog +7
M ./control -6 +6
Sat May 25 21:43:18 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: a861644c9e2c36a9bc7c64bd1941e288
diff -rN -u old-haskell-shakespeare//changelog new-haskell-shakespeare//changelog
--- old-haskell-shakespeare//changelog 2013-05-26 07:45:50.423037706 +0000
+++ new-haskell-shakespeare//changelog 2013-05-26 07:45:50.431038556 +0000
@@ -1,3 +1,10 @@
+haskell-shakespeare (1.0.2-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:18 +0200
+
haskell-shakespeare (1.0.2-2) unstable; urgency=low
* Enable compat level 9
diff -rN -u old-haskell-shakespeare//control new-haskell-shakespeare//control
--- old-haskell-shakespeare//control 2013-05-26 07:45:50.411036923 +0000
+++ new-haskell-shakespeare//control 2013-05-26 07:45:50.427036906 +0000
@@ -33,12 +33,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: toolkit for making compile-time interpolated 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.
+ .
+ ${haskell:Blurb}
Package: libghc-shakespeare-prof
Architecture: any
@@ -48,12 +48,12 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: toolkit for making compile-time interpolated 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.
+ .
+ ${haskell:Blurb}
Package: libghc-shakespeare-doc
Section: doc
@@ -62,10 +62,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: toolkit for making compile-time interpolated 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.
+ .
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list