diff -Nru haskell-blaze-builder-0.3.1.0/debian/changelog haskell-blaze-builder-0.3.1.0/debian/changelog --- haskell-blaze-builder-0.3.1.0/debian/changelog 2012-02-06 15:03:11.000000000 +0000 +++ haskell-blaze-builder-0.3.1.0/debian/changelog 2013-06-09 11:00:50.000000000 +0000 @@ -1,3 +1,32 @@ +haskell-blaze-builder (0.3.1.0-4~ppa1) precise; urgency=low + + * Backport from Debian unstable + * Specify my PPA version of libghc-text-dev + + -- Francois Marier Sun, 09 Jun 2013 23:00:24 +1200 + +haskell-blaze-builder (0.3.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:01 +0200 + +haskell-blaze-builder (0.3.1.0-3) unstable; urgency=low + + * Enable compat level 9 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:49:56 +0200 + +haskell-blaze-builder (0.3.1.0-2) experimental; urgency=low + + * Depend on haskell-devscripts 0.8.13 to ensure this packages is built + against experimental + * Bump standards version, no change + + -- Joachim Breitner Sun, 14 Oct 2012 12:00:16 +0200 + haskell-blaze-builder (0.3.1.0-1) unstable; urgency=low * New upstream version. diff -Nru haskell-blaze-builder-0.3.1.0/debian/compat haskell-blaze-builder-0.3.1.0/debian/compat --- haskell-blaze-builder-0.3.1.0/debian/compat 2012-02-06 15:02:45.000000000 +0000 +++ haskell-blaze-builder-0.3.1.0/debian/compat 2013-05-24 07:52:47.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-blaze-builder-0.3.1.0/debian/control haskell-blaze-builder-0.3.1.0/debian/control --- haskell-blaze-builder-0.3.1.0/debian/control 2012-02-06 15:04:15.000000000 +0000 +++ haskell-blaze-builder-0.3.1.0/debian/control 2013-06-09 11:00:22.000000000 +0000 @@ -3,16 +3,16 @@ Priority: extra Maintainer: Debian Haskell Group Uploaders: Marco TĂșlio Gontijo e Silva , Clint Adams -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof - , libghc-text-dev (>> 0.10), libghc-text-dev (<< 0.13) + , libghc-text-dev (>= 0.11.3), libghc-text-dev (<< 0.13) , libghc-text-prof Build-Depends-Indep: ghc-doc , libghc-text-doc -Standards-Version: 3.9.2 +Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/blaze-builder Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-builder Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-builder @@ -25,10 +25,7 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: abstraction of buffered output of byte streams - This package provides a library for the Haskell programming language. - See http://www.haskell.org/ for more information on Haskell. - . +Description: abstraction of buffered output of byte streams${haskell:ShortBlurb} This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows one to efficiently serialize Haskell values to lazy bytestrings with a large average @@ -36,6 +33,8 @@ prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. + . + ${haskell:Blurb} Package: libghc-blaze-builder-prof Architecture: any @@ -44,11 +43,7 @@ Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: abstraction of buffered output of byte streams; 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: abstraction of buffered output of byte streams${haskell:ShortBlurb} This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows one to efficiently serialize Haskell values to lazy bytestrings with a large average @@ -56,6 +51,8 @@ prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. + . + ${haskell:Blurb} Package: libghc-blaze-builder-doc Section: doc @@ -63,11 +60,7 @@ Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: abstraction of buffered output of byte streams; 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: abstraction of buffered output of byte streams${haskell:ShortBlurb} This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows one to efficiently serialize Haskell values to lazy bytestrings with a large average @@ -75,3 +68,5 @@ prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. + . + ${haskell:Blurb}