diff -Nru haskell-aeson-extra-0.4.0.0/debian/changelog haskell-aeson-extra-0.4.0.0/debian/changelog --- haskell-aeson-extra-0.4.0.0/debian/changelog 2017-07-20 15:34:27.000000000 +0000 +++ haskell-aeson-extra-0.4.0.0/debian/changelog 2017-11-06 15:26:03.000000000 +0000 @@ -1,26 +1,13 @@ -haskell-aeson-extra (0.4.0.0-2build4) artful; urgency=medium +haskell-aeson-extra (0.4.0.0-3) unstable; urgency=medium - * Rebuild against new GHC ABI. + * Change Priority to optional. Since Debian Policy version 4.0.1, + priority extra has been deprecated. + * Use the HTTPS form of the copyright-format URL + * Modify d/watch and Source field in d/copyright to use HTTPS + * Declare compliance with Debian policy 4.1.1 + * Get newer build-deps from hackage (Closes: #880513) - -- Gianfranco Costamagna Thu, 20 Jul 2017 17:34:27 +0200 - -haskell-aeson-extra (0.4.0.0-2build3) artful; urgency=medium - - * No-change rebuild for new GHC ABIs - - -- Steve Langasek Sun, 25 Jun 2017 05:24:44 +0000 - -haskell-aeson-extra (0.4.0.0-2build2) artful; urgency=medium - - * No-change rebuild for new GHC ABIs - - -- Steve Langasek Wed, 21 Jun 2017 05:13:12 +0000 - -haskell-aeson-extra (0.4.0.0-2build1) zesty; urgency=medium - - * Rebuild against new GHC ABI. - - -- Gianfranco Costamagna Mon, 30 Jan 2017 19:33:26 +0100 + -- Ilias Tsitsimpis Mon, 06 Nov 2017 17:26:03 +0200 haskell-aeson-extra (0.4.0.0-2) unstable; urgency=medium diff -Nru haskell-aeson-extra-0.4.0.0/debian/control haskell-aeson-extra-0.4.0.0/debian/control --- haskell-aeson-extra-0.4.0.0/debian/control 2017-06-21 05:13:12.000000000 +0000 +++ haskell-aeson-extra-0.4.0.0/debian/control 2017-11-06 15:26:03.000000000 +0000 @@ -1,9 +1,8 @@ Source: haskell-aeson-extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Haskell Group +Maintainer: Debian Haskell Group Uploaders: Dmitry Bogatov , -Priority: extra +Priority: optional Section: haskell Build-Depends: cdbs, @@ -14,7 +13,7 @@ libghc-aeson-compat-dev (<< 0.4), libghc-aeson-compat-dev (>= 0.3.0.0), libghc-aeson-compat-prof, - libghc-aeson-dev (<< 1.1), + libghc-aeson-dev (<< 1.3), libghc-aeson-dev (>= 0.7.0.6), libghc-aeson-prof, libghc-attoparsec-dev (<< 0.14), @@ -59,10 +58,9 @@ libghc-unordered-containers-dev (>= 0.2), libghc-unordered-containers-prof (<< 0.3), libghc-unordered-containers-prof (>= 0.2), - libghc-vector-dev (<< 0.12), + libghc-vector-dev (<< 0.13), libghc-vector-dev (>= 0.10), - libghc-vector-prof (<< 0.12), - libghc-vector-prof (>= 0.10), + libghc-vector-prof, Build-Depends-Indep: ghc-doc, libghc-aeson-compat-doc, @@ -78,7 +76,7 @@ libghc-time-parsers-doc, libghc-unordered-containers-doc, libghc-vector-doc, -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Homepage: https://github.com/phadej/aeson-extra#readme Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-aeson-extra Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git diff -Nru haskell-aeson-extra-0.4.0.0/debian/copyright haskell-aeson-extra-0.4.0.0/debian/copyright --- haskell-aeson-extra-0.4.0.0/debian/copyright 2016-10-17 22:53:00.000000000 +0000 +++ haskell-aeson-extra-0.4.0.0/debian/copyright 2017-11-01 12:08:53.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: aeson-extra Upstream-Contact: Oleg Grenrus Source: https://hackage.haskell.org/package/aeson-extra diff -Nru haskell-aeson-extra-0.4.0.0/debian/patches/newer-deps-from-hackage haskell-aeson-extra-0.4.0.0/debian/patches/newer-deps-from-hackage --- haskell-aeson-extra-0.4.0.0/debian/patches/newer-deps-from-hackage 1970-01-01 00:00:00.000000000 +0000 +++ haskell-aeson-extra-0.4.0.0/debian/patches/newer-deps-from-hackage 2017-11-06 15:25:20.000000000 +0000 @@ -0,0 +1,35 @@ +Description: Newer dependencies from hackage +Origin: upstream, https://hackage.haskell.org/package/aeson-extra-0.4.0.0/revisions/ +--- + +Index: b/aeson-extra.cabal +=================================================================== +--- a/aeson-extra.cabal ++++ b/aeson-extra.cabal +@@ -27,7 +27,7 @@ library + ghc-options: -Wall + build-depends: + base >=4.6 && <4.10 +- , aeson >=0.7.0.6 && <1.1 ++ , aeson >=0.7.0.6 && <1.3 + , aeson-compat >=0.3.0.0 && <0.4 + , attoparsec >=0.11.3.4 && <0.14 + , base-compat >=0.6.0 && <0.10 +@@ -43,7 +43,7 @@ library + , time >=1.4.2 && <1.7 + , time-parsers >=0.1.0.0 && <0.2 + , unordered-containers >=0.2 && <0.3 +- , vector >=0.10 && <0.12 ++ , vector >=0.10 && <0.13 + if impl(ghc >= 7.8) + exposed-modules: + Data.Aeson.Extra.SingObject +@@ -74,7 +74,7 @@ test-suite aeson-extra-test + , time >=1.4.2 && <1.7 + , time-parsers >=0.1.0.0 && <0.2 + , unordered-containers >=0.2 && <0.3 +- , vector >=0.10 && <0.12 ++ , vector >=0.10 && <0.13 + , tasty >=0.10 && <0.12 + , tasty-hunit >=0.9 && <0.10 + , tasty-quickcheck >=0.8 && <0.9 diff -Nru haskell-aeson-extra-0.4.0.0/debian/patches/series haskell-aeson-extra-0.4.0.0/debian/patches/series --- haskell-aeson-extra-0.4.0.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-aeson-extra-0.4.0.0/debian/patches/series 2017-11-06 15:23:50.000000000 +0000 @@ -0,0 +1 @@ +newer-deps-from-hackage diff -Nru haskell-aeson-extra-0.4.0.0/debian/watch haskell-aeson-extra-0.4.0.0/debian/watch --- haskell-aeson-extra-0.4.0.0/debian/watch 2016-10-12 16:16:48.000000000 +0000 +++ haskell-aeson-extra-0.4.0.0/debian/watch 2017-11-01 12:44:24.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://hackage.haskell.org/package/aeson-extra/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://hackage.haskell.org/package/aeson-extra/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))