diff -Nru haskell-blaze-markup-0.7.0.2/blaze-markup.cabal haskell-blaze-markup-0.7.0.3/blaze-markup.cabal --- haskell-blaze-markup-0.7.0.2/blaze-markup.cabal 2015-03-23 09:57:17.000000000 +0000 +++ haskell-blaze-markup-0.7.0.3/blaze-markup.cabal 2015-09-28 09:45:08.000000000 +0000 @@ -1,5 +1,5 @@ Name: blaze-markup -Version: 0.7.0.2 +Version: 0.7.0.3 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3 @@ -50,7 +50,7 @@ Text.Blaze.Tests.Util Build-depends: - HUnit >= 1.2 && < 1.3, + HUnit >= 1.2 && < 1.4, QuickCheck >= 2.4 && < 2.9, containers >= 0.3 && < 0.6, test-framework >= 0.4 && < 0.9, diff -Nru haskell-blaze-markup-0.7.0.2/CHANGELOG haskell-blaze-markup-0.7.0.3/CHANGELOG --- haskell-blaze-markup-0.7.0.2/CHANGELOG 2015-03-23 09:57:17.000000000 +0000 +++ haskell-blaze-markup-0.7.0.3/CHANGELOG 2015-09-28 09:45:08.000000000 +0000 @@ -1,3 +1,6 @@ +- 0.7.0.3 + * Relax `HUnit` dependency to allow 1.3 + - 0.7.0.2 * Relax `blaze-builder` dependency to allow 0.3 diff -Nru haskell-blaze-markup-0.7.0.2/debian/changelog haskell-blaze-markup-0.7.0.3/debian/changelog --- haskell-blaze-markup-0.7.0.2/debian/changelog 2015-07-02 09:00:21.000000000 +0000 +++ haskell-blaze-markup-0.7.0.3/debian/changelog 2015-12-26 05:51:43.000000000 +0000 @@ -1,8 +1,28 @@ -haskell-blaze-markup (0.7.0.2-1build1) wily; urgency=medium +haskell-blaze-markup (0.7.0.3-1~ubuntu15.10.1~ppa1) wily; urgency=medium - * Rebuild for new GHC ABIs. + * No-change backport to wily - -- Colin Watson Thu, 02 Jul 2015 10:00:21 +0100 + -- Justin Geibel Sat, 26 Dec 2015 00:51:43 -0500 + +haskell-blaze-markup (0.7.0.3-1) unstable; urgency=medium + + * New upstream release + + -- Clint Adams Thu, 03 Dec 2015 23:53:50 -0500 + +haskell-blaze-markup (0.7.0.2-3) unstable; urgency=medium + + * Switch Vcs-Git/Vcs-Browser headers to new location. + + -- Clint Adams Thu, 03 Dec 2015 14:54:07 -0500 + +haskell-blaze-markup (0.7.0.2-2) experimental; urgency=medium + + * Bump standards-version to 3.9.6 + * Depend on haskell-devscripts >= 0.10 to ensure that this package + builds against GHC in experimental + + -- Joachim Breitner Thu, 20 Aug 2015 10:27:02 +0200 haskell-blaze-markup (0.7.0.2-1) unstable; urgency=medium diff -Nru haskell-blaze-markup-0.7.0.2/debian/control haskell-blaze-markup-0.7.0.3/debian/control --- haskell-blaze-markup-0.7.0.2/debian/control 2015-06-29 19:08:55.000000000 +0000 +++ haskell-blaze-markup-0.7.0.3/debian/control 2015-12-04 05:05:09.000000000 +0000 @@ -1,47 +1,45 @@ Source: haskell-blaze-markup -Priority: extra -Section: haskell Maintainer: Debian Haskell Group Uploaders: Clint Adams -Build-Depends: debhelper (>= 9) - , haskell-devscripts (>= 0.9) - , cdbs - , ghc - , ghc-prof - , ghc-doc - , libghc-blaze-builder-dev (>> 0.3) - , libghc-blaze-builder-dev (<< 0.5) - , libghc-blaze-builder-prof - , libghc-text-dev (>> 0.10) - , libghc-text-dev (<< 1.3) - , libghc-text-prof - , libghc-hunit-dev (>> 1.2) - , libghc-hunit-dev (<< 1.3) - , libghc-quickcheck2-dev (>> 2.4) - , libghc-quickcheck2-dev (<< 2.9) - , libghc-test-framework-dev (>> 0.4) - , libghc-test-framework-dev (<< 0.9) - , libghc-test-framework-hunit-dev (>> 0.3) - , libghc-test-framework-hunit-dev (<< 0.4) - , libghc-test-framework-quickcheck2-dev (>> 0.3) - , libghc-test-framework-quickcheck2-dev (<< 0.4) -Build-Depends-Indep: - , libghc-blaze-builder-doc - , libghc-text-doc -Standards-Version: 3.9.5 -Homepage: http://hackage.haskell.org/package/blaze-markup -Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-blaze-markup -Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-blaze-markup +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 9), + haskell-devscripts (>= 0.10), + cdbs, + ghc, + ghc-prof, + libghc-blaze-builder-dev (>= 0.3), + libghc-blaze-builder-dev (<< 0.5), + libghc-blaze-builder-prof, + libghc-text-dev (>= 0.10), + libghc-text-dev (<< 1.3), + libghc-text-prof, + libghc-hunit-dev (>= 1.2), + libghc-hunit-dev (<< 1.4), + libghc-quickcheck2-dev (>= 2.4), + libghc-quickcheck2-dev (<< 2.9), + libghc-test-framework-dev (>= 0.4), + libghc-test-framework-dev (<< 0.9), + libghc-test-framework-hunit-dev (>= 0.3), + libghc-test-framework-hunit-dev (<< 0.4), + libghc-test-framework-quickcheck2-dev (>= 0.3), + libghc-test-framework-quickcheck2-dev (<< 0.4), +Build-Depends-Indep: ghc-doc, + libghc-blaze-builder-doc, + libghc-text-doc, +Standards-Version: 3.9.6 +Homepage: http://jaspervdj.be/blaze +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-blaze-markup-dev Architecture: any -Depends: - ${haskell:Depends}, +Depends: ${haskell:Depends}, ${misc:Depends}, - ${shlibs:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} + ${shlibs:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: blazingly-fast markup combinator library${haskell:ShortBlurb} Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting @@ -51,12 +49,11 @@ Package: libghc-blaze-markup-prof Architecture: any -Depends: - ${haskell:Depends}, - ${misc:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} -Provides: ${haskell:Provides} +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, +Provides: ${haskell:Provides}, Description: blazingly-fast markup combinator library${haskell:ShortBlurb} Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting @@ -65,13 +62,12 @@ ${haskell:Blurb} Package: libghc-blaze-markup-doc -Section: doc Architecture: all -Depends: - ${haskell:Depends}, - ${misc:Depends} -Suggests: ${haskell:Suggests} -Recommends: ${haskell:Recommends} +Section: doc +Depends: ${haskell:Depends}, + ${misc:Depends}, +Recommends: ${haskell:Recommends}, +Suggests: ${haskell:Suggests}, Description: blazingly-fast markup combinator library${haskell:ShortBlurb} Core modules of a blazingly fast markup combinator library for the Haskell programming language. The Text.Blaze module is a good starting