diff -Nru haskell-tar-0.4.0.1/debian/changelog haskell-tar-0.4.0.1/debian/changelog --- haskell-tar-0.4.0.1/debian/changelog 2012-10-19 20:13:53.000000000 +0000 +++ haskell-tar-0.4.0.1/debian/changelog 2013-05-25 21:52:47.000000000 +0000 @@ -1,3 +1,17 @@ +haskell-tar (0.4.0.1-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:47 +0200 + +haskell-tar (0.4.0.1-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-tar (0.4.0.1-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built diff -Nru haskell-tar-0.4.0.1/debian/compat haskell-tar-0.4.0.1/debian/compat --- haskell-tar-0.4.0.1/debian/compat 2012-10-13 11:42:45.000000000 +0000 +++ haskell-tar-0.4.0.1/debian/compat 2013-05-24 07:55:10.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-tar-0.4.0.1/debian/control haskell-tar-0.4.0.1/debian/control --- haskell-tar-0.4.0.1/debian/control 2012-10-13 12:20:49.000000000 +0000 +++ haskell-tar-0.4.0.1/debian/control 2013-05-25 21:43:26.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 @@ -19,15 +19,14 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: reading, writing and manipulating ".tar" archive files - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb} This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. + . + ${haskell:Blurb} Package: libghc-tar-prof Architecture: any @@ -35,15 +34,14 @@ , ${shlibs:Depends} , ${misc:Depends} Provides: ${haskell:Provides} -Description: reading, writing and manipulating ".tar" archive files; profiling libraries - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb} This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. + . + ${haskell:Blurb} Package: libghc-tar-doc Section: doc @@ -51,12 +49,11 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: reading, writing and manipulating ".tar" archive files; documentation - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: reading, writing and manipulating ".tar" archive files${haskell:ShortBlurb} This library is for working with ".tar" archive files. It can read and write a range of common variations of archive format including V7, USTAR, POSIX and GNU formats. It provides support for packing and unpacking portable archives. This makes it suitable for distribution but not backup because details like file ownership and exact permissions are not preserved. + . + ${haskell:Blurb}