diff -Nru haskell-haxr-3000.11.4.1/debian/changelog haskell-haxr-3000.11.4.1/debian/changelog --- haskell-haxr-3000.11.4.1/debian/changelog 2022-05-19 19:18:40.000000000 +0000 +++ haskell-haxr-3000.11.4.1/debian/changelog 2022-07-27 07:45:34.000000000 +0000 @@ -1,32 +1,9 @@ -haskell-haxr (3000.11.4.1-1build5) kinetic; urgency=medium +haskell-haxr (3000.11.4.1-2) unstable; urgency=medium - * Rebuild against new GHC ABI. + * Declare compliance with Debian policy 4.6.1 + * Patch for newer dependencies - -- Gianfranco Costamagna Thu, 19 May 2022 21:18:40 +0200 - -haskell-haxr (3000.11.4.1-1build4) jammy; urgency=medium - - * No-change rebuild against openssl3-enabled hsopenssl - - -- Simon Chopin Fri, 11 Feb 2022 16:42:52 +0100 - -haskell-haxr (3000.11.4.1-1build3) jammy; urgency=medium - - * No-change rebuild against libssl3 - - -- Steve Langasek Wed, 08 Dec 2021 23:33:05 +0000 - -haskell-haxr (3000.11.4.1-1build2) hirsute; urgency=medium - - * No-change rebuild for new GHC ABIs - - -- Steve Langasek Fri, 30 Oct 2020 00:47:50 +0000 - -haskell-haxr (3000.11.4.1-1build1) groovy; urgency=medium - - * No-change rebuild for new GHC ABIs - - -- Steve Langasek Sat, 29 Aug 2020 19:00:38 +0000 + -- Ilias Tsitsimpis Wed, 27 Jul 2022 10:45:34 +0300 haskell-haxr (3000.11.4.1-1) unstable; urgency=medium diff -Nru haskell-haxr-3000.11.4.1/debian/control haskell-haxr-3000.11.4.1/debian/control --- haskell-haxr-3000.11.4.1/debian/control 2020-08-29 19:00:38.000000000 +0000 +++ haskell-haxr-3000.11.4.1/debian/control 2022-07-27 07:45:07.000000000 +0000 @@ -1,6 +1,5 @@ Source: haskell-haxr -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Haskell Group +Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki , Priority: optional @@ -14,7 +13,7 @@ ghc-prof, haskell-devscripts (>= 0.13), libghc-base-compat-dev (>= 0.8), - libghc-base-compat-dev (<< 0.12), + libghc-base-compat-dev (<< 0.13), libghc-base-compat-prof, libghc-base64-bytestring-dev, libghc-base64-bytestring-prof, @@ -58,7 +57,7 @@ libghc-old-locale-doc, libghc-old-time-doc, libghc-utf8-string-doc, -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Homepage: http://www.haskell.org/haskellwiki/HaXR Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-haxr Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-haxr] diff -Nru haskell-haxr-3000.11.4.1/debian/patches/newer-deps haskell-haxr-3000.11.4.1/debian/patches/newer-deps --- haskell-haxr-3000.11.4.1/debian/patches/newer-deps 1970-01-01 00:00:00.000000000 +0000 +++ haskell-haxr-3000.11.4.1/debian/patches/newer-deps 2022-07-27 07:44:45.000000000 +0000 @@ -0,0 +1,31 @@ +Index: b/haxr.cabal +=================================================================== +--- a/haxr.cabal ++++ b/haxr.cabal +@@ -1,5 +1,6 @@ + Name: haxr + Version: 3000.11.4.1 ++x-revision: 2 + Cabal-version: >=1.10 + Build-type: Simple + Copyright: Bjorn Bringert, 2003-2006 +@@ -22,7 +23,7 @@ Extra-Source-Files: + examples/test_client.hs examples/test_server.hs examples/time-xmlrpc-com.hs + examples/validate.hs examples/Makefile + Bug-reports: https://github.com/byorgey/haxr/issues +-Tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1 ++Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1 || ==9.0.1 || ==9.2.1 + + Source-repository head + type: git +@@ -33,8 +34,8 @@ flag network-uri + default: True + + Library +- Build-depends: base >= 4.9 && < 4.15, +- base-compat >= 0.8 && < 0.12, ++ Build-depends: base >= 4.9 && < 4.17, ++ base-compat >= 0.8 && < 0.13, + mtl, + mtl-compat, + network < 3.2, diff -Nru haskell-haxr-3000.11.4.1/debian/patches/no-mtl-compat haskell-haxr-3000.11.4.1/debian/patches/no-mtl-compat --- haskell-haxr-3000.11.4.1/debian/patches/no-mtl-compat 2020-08-02 23:57:07.000000000 +0000 +++ haskell-haxr-3000.11.4.1/debian/patches/no-mtl-compat 2022-07-27 07:45:34.000000000 +0000 @@ -1,8 +1,10 @@ +Index: b/haxr.cabal +=================================================================== --- a/haxr.cabal +++ b/haxr.cabal -@@ -36,7 +36,6 @@ - Build-depends: base >= 4.9 && < 4.15, - base-compat >= 0.8 && < 0.12, +@@ -37,7 +37,6 @@ Library + Build-depends: base >= 4.9 && < 4.17, + base-compat >= 0.8 && < 0.13, mtl, - mtl-compat, network < 3.2, diff -Nru haskell-haxr-3000.11.4.1/debian/patches/series haskell-haxr-3000.11.4.1/debian/patches/series --- haskell-haxr-3000.11.4.1/debian/patches/series 2020-06-13 14:50:57.000000000 +0000 +++ haskell-haxr-3000.11.4.1/debian/patches/series 2022-07-27 07:44:00.000000000 +0000 @@ -1 +1,2 @@ +newer-deps no-mtl-compat