diff -Nru haskell-data-binary-ieee754-0.4.2.1/debian/changelog haskell-data-binary-ieee754-0.4.2.1/debian/changelog --- haskell-data-binary-ieee754-0.4.2.1/debian/changelog 2012-10-14 10:00:36.000000000 +0000 +++ haskell-data-binary-ieee754-0.4.2.1/debian/changelog 2013-05-25 21:52:09.000000000 +0000 @@ -1,3 +1,17 @@ +haskell-data-binary-ieee754 (0.4.2.1-6) 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:09 +0200 + +haskell-data-binary-ieee754 (0.4.2.1-5) unstable; urgency=low + + * Enable compat level 9 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:50:20 +0200 + haskell-data-binary-ieee754 (0.4.2.1-4) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff -Nru haskell-data-binary-ieee754-0.4.2.1/debian/compat haskell-data-binary-ieee754-0.4.2.1/debian/compat --- haskell-data-binary-ieee754-0.4.2.1/debian/compat 2012-10-13 11:24:00.000000000 +0000 +++ haskell-data-binary-ieee754-0.4.2.1/debian/compat 2013-05-24 07:53:12.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-data-binary-ieee754-0.4.2.1/debian/control haskell-data-binary-ieee754-0.4.2.1/debian/control --- haskell-data-binary-ieee754-0.4.2.1/debian/control 2012-10-13 12:18:57.000000000 +0000 +++ haskell-data-binary-ieee754-0.4.2.1/debian/control 2013-05-25 21:42:31.000000000 +0000 @@ -3,19 +3,19 @@ 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-binary-dev + , libghc-binary-dev , libghc-binary-prof Build-Depends-Indep: ghc-doc , libghc-binary-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/data-binary-ieee754 -Vcs-Git: git://git.debian.org/collab-maint/haskell-data-binary-ieee754.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/haskell-data-binary-ieee754.git;a=summary +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-data-binary-ieee754 +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-data-binary-ieee754 Package: libghc-data-binary-ieee754-dev Architecture: any @@ -25,11 +25,10 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: parser/serialiser for IEEE-754 floating-point values - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} It converts Float and Decimal values to and from raw octets. + . + ${haskell:Blurb} Package: libghc-data-binary-ieee754-prof Architecture: any @@ -38,12 +37,10 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: parser/serialiser for IEEE-754 floating-point values; 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: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} It converts Float and Decimal values to and from raw octets. + . + ${haskell:Blurb} Package: libghc-data-binary-ieee754-doc Section: doc @@ -51,9 +48,7 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: parser/serialiser for IEEE-754 floating-point values; 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: parser/serialiser for IEEE-754 floating-point values${haskell:ShortBlurb} It converts Float and Decimal values to and from raw octets. + . + ${haskell:Blurb}