diff -Nru haskell-ifelse-0.85/debian/changelog haskell-ifelse-0.85/debian/changelog --- haskell-ifelse-0.85/debian/changelog 2012-10-14 10:01:19.000000000 +0000 +++ haskell-ifelse-0.85/debian/changelog 2013-05-25 21:52:25.000000000 +0000 @@ -1,3 +1,17 @@ +haskell-ifelse (0.85-7) 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:25 +0200 + +haskell-ifelse (0.85-6) unstable; urgency=low + + * Enable compat level 9 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:51:10 +0200 + haskell-ifelse (0.85-5) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff -Nru haskell-ifelse-0.85/debian/compat haskell-ifelse-0.85/debian/compat --- haskell-ifelse-0.85/debian/compat 2012-10-13 11:32:32.000000000 +0000 +++ haskell-ifelse-0.85/debian/compat 2013-05-24 07:54:04.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-ifelse-0.85/debian/control haskell-ifelse-0.85/debian/control --- haskell-ifelse-0.85/debian/control 2012-10-13 12:19:48.000000000 +0000 +++ haskell-ifelse-0.85/debian/control 2013-05-25 21:42:54.000000000 +0000 @@ -3,9 +3,9 @@ Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco TĂșlio Gontijo e Silva -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , ghc-doc @@ -21,12 +21,11 @@ , ${misc:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: anaphoric and miscellaneous useful control-flow - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb} Library for control flow inside of monads with anaphoric variants on if and when and a C-like "switch" function. + . + ${haskell:Blurb} Package: libghc-ifelse-prof Architecture: any @@ -34,13 +33,11 @@ , ${shlibs:Depends} , ${misc:Depends} Provides: ${haskell:Provides} -Description: anaphoric and miscellaneous useful control-flow; 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: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb} Library for control flow inside of monads with anaphoric variants on if and when and a C-like "switch" function. + . + ${haskell:Blurb} Package: libghc-ifelse-doc Section: doc @@ -48,10 +45,8 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: anaphoric and miscellaneous useful control-flow; 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: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb} Library for control flow inside of monads with anaphoric variants on if and when and a C-like "switch" function. + . + ${haskell:Blurb}