diff -Nru haskell-template-0.2.0.8/debian/changelog haskell-template-0.2.0.8/debian/changelog --- haskell-template-0.2.0.8/debian/changelog 2012-10-19 21:49:30.000000000 +0000 +++ haskell-template-0.2.0.8/debian/changelog 2013-05-28 09:38:25.000000000 +0000 @@ -1,3 +1,16 @@ +haskell-template (0.2.0.8-2build1) saucy; urgency=low + + * Rebuild for new GHC ABIs. + + -- Colin Watson Tue, 28 May 2013 10:38:25 +0100 + +haskell-template (0.2.0.8-2) unstable; urgency=low + + * Enable compat level 9 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:52:12 +0200 + haskell-template (0.2.0.8-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff -Nru haskell-template-0.2.0.8/debian/compat haskell-template-0.2.0.8/debian/compat --- haskell-template-0.2.0.8/debian/compat 2012-10-13 11:42:46.000000000 +0000 +++ haskell-template-0.2.0.8/debian/compat 2013-05-24 07:55:10.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-template-0.2.0.8/debian/control haskell-template-0.2.0.8/debian/control --- haskell-template-0.2.0.8/debian/control 2012-10-13 12:20:49.000000000 +0000 +++ haskell-template-0.2.0.8/debian/control 2013-05-24 08:55:57.000000000 +0000 @@ -3,9 +3,9 @@ Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev (>= 1.1) @@ -30,14 +30,13 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: string substitution library +Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-template-prof Architecture: any @@ -46,14 +45,13 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: string substitution library; profiling libraries +Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . - This package provides a library for the Haskell programming language, compiled - for profiling. See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb} Package: libghc-template-doc Section: doc @@ -61,12 +59,10 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: string substitution library; documentation +Description: string substitution library${haskell:ShortBlurb} This is a simple string substitution library that supports "$"-based substitution. It is meant to be used when Text.Printf or string concatenation would lead to code that is hard to read but when a full blown templating system is overkill. . - This package provides the documentation for a library for the Haskell - programming language. - See http://www.haskell.org/ for more information on Haskell. + ${haskell:Blurb}