diff -Nru haskell-digest-0.0.1.0/debian/changelog haskell-digest-0.0.1.0/debian/changelog --- haskell-digest-0.0.1.0/debian/changelog 2012-10-14 10:00:41.000000000 +0000 +++ haskell-digest-0.0.1.0/debian/changelog 2013-05-25 21:52:12.000000000 +0000 @@ -1,3 +1,17 @@ +haskell-digest (0.0.1.0-4) 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:12 +0200 + +haskell-digest (0.0.1.0-3) unstable; urgency=low + + * Enable compat level 9 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:50:28 +0200 + haskell-digest (0.0.1.0-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff -Nru haskell-digest-0.0.1.0/debian/compat haskell-digest-0.0.1.0/debian/compat --- haskell-digest-0.0.1.0/debian/compat 2012-10-13 11:25:01.000000000 +0000 +++ haskell-digest-0.0.1.0/debian/compat 2013-05-24 07:53:20.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-digest-0.0.1.0/debian/control haskell-digest-0.0.1.0/debian/control --- haskell-digest-0.0.1.0/debian/control 2012-10-13 12:19:05.000000000 +0000 +++ haskell-digest-0.0.1.0/debian/control 2013-05-25 21:42:35.000000000 +0000 @@ -3,8 +3,8 @@ Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner -Build-Depends: debhelper (>= 7) - , haskell-devscripts (>= 0.8.13) +Build-Depends: debhelper (>= 9) + , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof @@ -20,26 +20,23 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, zlib1g-dev Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: efficient cryptographic hash implementations for bytestrings - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: efficient cryptographic hash implementations for bytestrings${haskell:ShortBlurb} This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. + . + ${haskell:Blurb} Package: libghc-digest-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${haskell:Provides} -Description: efficient cryptographic hash implementations bytestrings; profiling library - This package provides a library for the Haskell programming language, - compiled for profiling. - See http://www.haskell.org/ for more information on Haskell. - . +Description: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb} This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. + . + ${haskell:Blurb} Package: libghc-digest-doc Section: doc @@ -47,11 +44,9 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: efficient cryptographic hash implementations bytestrings; 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: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb} This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. + . + ${haskell:Blurb}