diff options
| -rw-r--r-- | p/haskell-shakespeare-css/debian/changelog | 7 | ||||
| -rw-r--r-- | p/haskell-shakespeare-css/debian/control | 12 |
2 files changed, 13 insertions, 6 deletions
diff --git a/p/haskell-shakespeare-css/debian/changelog b/p/haskell-shakespeare-css/debian/changelog index 15e3f07a2..9a67ffc6e 100644 --- a/p/haskell-shakespeare-css/debian/changelog +++ b/p/haskell-shakespeare-css/debian/changelog @@ -1,3 +1,10 @@ +haskell-shakespeare-css (1.0.2-3) UNRELEASED; urgency=low + + * Move Haskell blurb to the end of the description, reduces the impact + of #708703 + + -- Joachim Breitner <nomeata@debian.org> Sat, 25 May 2013 23:43:18 +0200 + haskell-shakespeare-css (1.0.2-2) unstable; urgency=low * Enable compat level 9 diff --git a/p/haskell-shakespeare-css/debian/control b/p/haskell-shakespeare-css/debian/control index 7ed8346ea..7964e1d77 100644 --- a/p/haskell-shakespeare-css/debian/control +++ b/p/haskell-shakespeare-css/debian/control @@ -40,8 +40,6 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: compile-time CSS 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 @@ -54,6 +52,8 @@ Description: compile-time CSS templates${haskell:ShortBlurb} semi-colons. Lucius does not care about whitespace and is a strict superset of CSS. There are also some significant conveniences added for CSS. + . + ${haskell:Blurb} Package: libghc-shakespeare-css-prof Architecture: any @@ -63,8 +63,6 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: compile-time CSS 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 @@ -77,6 +75,8 @@ Description: compile-time CSS templates${haskell:ShortBlurb} semi-colons. Lucius does not care about whitespace and is a strict superset of CSS. There are also some significant conveniences added for CSS. + . + ${haskell:Blurb} Package: libghc-shakespeare-css-doc Section: doc @@ -85,8 +85,6 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: compile-time CSS 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 @@ -99,3 +97,5 @@ Description: compile-time CSS templates${haskell:ShortBlurb} semi-colons. Lucius does not care about whitespace and is a strict superset of CSS. There are also some significant conveniences added for CSS. + . + ${haskell:Blurb} |
