diff -Nru haskell-bytestring-handle-0.1.0.5/bytestring-handle.cabal haskell-bytestring-handle-0.1.0.6/bytestring-handle.cabal --- haskell-bytestring-handle-0.1.0.5/bytestring-handle.cabal 2016-11-30 17:29:54.000000000 +0000 +++ haskell-bytestring-handle-0.1.0.6/bytestring-handle.cabal 2017-11-30 07:08:43.000000000 +0000 @@ -1,5 +1,5 @@ name: bytestring-handle -version: 0.1.0.5 +version: 0.1.0.6 synopsis: ByteString-backed Handles -- description: homepage: http://hub.darcs.net/ganesh/bytestring-handle @@ -18,7 +18,7 @@ Data.ByteString.Handle.Read Data.ByteString.Handle.Write build-depends: bytestring >= 0.9.1.5 && < 0.11, - base >= 4.2 && < 4.10 + base >= 4.2 && < 4.11 hs-source-dirs: src test-suite test @@ -28,11 +28,11 @@ main-is: Test.hs build-depends: - QuickCheck >= 2.1.2 && < 2.10, + QuickCheck >= 2.1.2 && < 2.11, test-framework-quickcheck2 >= 0.2.5 && < 0.4, - HUnit >= 1.2 && < 1.6, + HUnit >= 1.2 && < 1.7, test-framework-hunit >= 0.2.0 && < 0.4, test-framework >= 0.2.0 && < 0.9, bytestring >= 0.9.1.5 && < 0.11, - base >= 4.2 && < 4.10, - bytestring-handle \ No newline at end of file + base >= 4.2 && < 4.11, + bytestring-handle diff -Nru haskell-bytestring-handle-0.1.0.5/debian/changelog haskell-bytestring-handle-0.1.0.6/debian/changelog --- haskell-bytestring-handle-0.1.0.5/debian/changelog 2017-06-17 17:52:17.000000000 +0000 +++ haskell-bytestring-handle-0.1.0.6/debian/changelog 2017-12-17 13:48:15.000000000 +0000 @@ -1,3 +1,17 @@ +haskell-bytestring-handle (0.1.0.6-1) unstable; urgency=medium + + [ Ilias Tsitsimpis ] + * 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 + + [ Clint Adams ] + * New upstream release + + -- Clint Adams Sun, 17 Dec 2017 08:48:15 -0500 + haskell-bytestring-handle (0.1.0.5-1) unstable; urgency=medium * New upstream release diff -Nru haskell-bytestring-handle-0.1.0.5/debian/control haskell-bytestring-handle-0.1.0.6/debian/control --- haskell-bytestring-handle-0.1.0.5/debian/control 2017-06-17 17:52:17.000000000 +0000 +++ haskell-bytestring-handle-0.1.0.6/debian/control 2017-12-17 13:48:15.000000000 +0000 @@ -2,7 +2,7 @@ Maintainer: Debian Haskell Group Uploaders: Clint Adams , -Priority: extra +Priority: optional Section: haskell Build-Depends: cdbs, @@ -11,9 +11,9 @@ ghc-prof, haskell-devscripts (>= 0.13), libghc-hunit-dev (>= 1.2), - libghc-hunit-dev (<< 1.6), + libghc-hunit-dev (<< 1.7), libghc-quickcheck2-dev (>= 2.1.2), - libghc-quickcheck2-dev (<< 2.10), + libghc-quickcheck2-dev (<< 2.11), libghc-test-framework-dev (>= 0.2.0), libghc-test-framework-dev (<< 0.9), libghc-test-framework-hunit-dev (<< 0.4), @@ -22,7 +22,7 @@ libghc-test-framework-quickcheck2-dev (>= 0.2.5), Build-Depends-Indep: ghc-doc, -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Homepage: http://hub.darcs.net/ganesh/bytestring-handle Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-bytestring-handle Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git diff -Nru haskell-bytestring-handle-0.1.0.5/debian/copyright haskell-bytestring-handle-0.1.0.6/debian/copyright --- haskell-bytestring-handle-0.1.0.5/debian/copyright 2017-06-17 17:52:17.000000000 +0000 +++ haskell-bytestring-handle-0.1.0.6/debian/copyright 2017-12-17 13:48:15.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: bytestring-handle Upstream-Contact: Ganesh Sittampalam Source: https://hackage.haskell.org/package/bytestring-handle diff -Nru haskell-bytestring-handle-0.1.0.5/debian/watch haskell-bytestring-handle-0.1.0.6/debian/watch --- haskell-bytestring-handle-0.1.0.5/debian/watch 2017-06-17 17:52:17.000000000 +0000 +++ haskell-bytestring-handle-0.1.0.6/debian/watch 2017-12-17 13:48:15.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://hackage.haskell.org/package/bytestring-handle/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) +https://hackage.haskell.org/package/bytestring-handle/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))