diff -Nru haskell-shakespeare-js-1.1.0/debian/changelog haskell-shakespeare-js-1.1.0/debian/changelog --- haskell-shakespeare-js-1.1.0/debian/changelog 2013-05-02 23:12:47.000000000 +0000 +++ haskell-shakespeare-js-1.1.0/debian/changelog 2013-05-30 15:01:09.000000000 +0000 @@ -1,8 +1,22 @@ -haskell-shakespeare-js (1.1.0-1build1) saucy; urgency=low +haskell-shakespeare-js (1.1.0-3build1) saucy; urgency=low * Rebuild for new GHC ABIs. - -- Colin Watson Thu, 02 May 2013 16:12:47 -0700 + -- Colin Watson Thu, 30 May 2013 16:01:09 +0100 + +haskell-shakespeare-js (1.1.0-3) unstable; urgency=low + + * Move Haskell blurb to the end of the description, reduces the impact + of #708703 + + -- Joachim Breitner Sat, 25 May 2013 23:52:42 +0200 + +haskell-shakespeare-js (1.1.0-2) unstable; urgency=low + + * Enable compat level 9 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:52:00 +0200 haskell-shakespeare-js (1.1.0-1) experimental; urgency=low diff -Nru haskell-shakespeare-js-1.1.0/debian/compat haskell-shakespeare-js-1.1.0/debian/compat --- haskell-shakespeare-js-1.1.0/debian/compat 2012-11-18 01:05:05.000000000 +0000 +++ haskell-shakespeare-js-1.1.0/debian/compat 2013-05-24 07:54:57.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-shakespeare-js-1.1.0/debian/control haskell-shakespeare-js-1.1.0/debian/control --- haskell-shakespeare-js-1.1.0/debian/control 2012-11-18 01:07:41.000000000 +0000 +++ haskell-shakespeare-js-1.1.0/debian/control 2013-05-25 21:43:19.000000000 +0000 @@ -3,9 +3,9 @@ Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-aeson-dev (>> 0.5) @@ -35,16 +35,15 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: compile-time JavaScript templates - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: compile-time JavaScript templates${haskell:ShortBlurb} 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,17 +52,15 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: compile-time JavaScript templates; profiling libraries - This package provides a library for the Haskell programming language, - compiled for profiling. - See http://www.haskell.org/ for more information on Haskell. - . +Description: compile-time JavaScript templates${haskell:ShortBlurb} 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 @@ -71,14 +68,12 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: compile-time JavaScript templates; documentation - This package provides the documentation for a library for the Haskell - programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: compile-time JavaScript templates${haskell:ShortBlurb} 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}