diff -Nru haskell-attoparsec-0.10.4.0/debian/changelog haskell-attoparsec-0.10.4.0/debian/changelog --- haskell-attoparsec-0.10.4.0/debian/changelog 2013-02-07 19:29:31.000000000 +0000 +++ haskell-attoparsec-0.10.4.0/debian/changelog 2013-05-30 00:14:55.000000000 +0000 @@ -1,3 +1,16 @@ +haskell-attoparsec (0.10.4.0-2build1) saucy; urgency=low + + * Rebuild for new GHC ABIs. + + -- Colin Watson Thu, 30 May 2013 01:14:55 +0100 + +haskell-attoparsec (0.10.4.0-2) unstable; urgency=low + + * Enable compat level 9 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:49:50 +0200 + haskell-attoparsec (0.10.4.0-1) experimental; urgency=low * New upstream release diff -Nru haskell-attoparsec-0.10.4.0/debian/compat haskell-attoparsec-0.10.4.0/debian/compat --- haskell-attoparsec-0.10.4.0/debian/compat 2012-10-13 11:18:38.000000000 +0000 +++ haskell-attoparsec-0.10.4.0/debian/compat 2013-05-24 08:15:28.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru haskell-attoparsec-0.10.4.0/debian/control haskell-attoparsec-0.10.4.0/debian/control --- haskell-attoparsec-0.10.4.0/debian/control 2012-10-15 14:09:30.000000000 +0000 +++ haskell-attoparsec-0.10.4.0/debian/control 2013-05-24 09:11:56.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki , Clint Adams -Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts (>= 0.8.13) +Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-text-dev (>> 0.11.1.5) @@ -24,12 +24,12 @@ Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} -Description: Fast combinator parsing for bytestrings +Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb} A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . - This package contains the libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-attoparsec-prof Architecture: any @@ -37,12 +37,12 @@ Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Suggests: ${haskell:Suggests} -Description: Fast combinator parsing for bytestrings; profiling library +Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb} A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . - This package contains the profiling libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-attoparsec-doc Architecture: all @@ -50,9 +50,9 @@ Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Fast combinator parsing for bytestrings; documentation +Description: Fast combinator parsing for bytestrings${haskell:ShortBlurb} A fast parser combinator library, aimed particularly at dealing efficiently with network protocols and complicated text/binary file formats. . - This package contains the library documentation. + ${haskell:Blurb}