diff -Nru haskell-quickcheck-unicode-1.0.1.0/debian/changelog haskell-quickcheck-unicode-1.0.1.0/debian/changelog --- haskell-quickcheck-unicode-1.0.1.0/debian/changelog 2018-07-04 13:22:49.000000000 +0000 +++ haskell-quickcheck-unicode-1.0.1.0/debian/changelog 2018-09-30 18:18:51.000000000 +0000 @@ -1,8 +1,12 @@ -haskell-quickcheck-unicode (1.0.1.0-2build1) cosmic; urgency=medium +haskell-quickcheck-unicode (1.0.1.0-3) unstable; urgency=medium - * Rebuild against new GHC ABI. + [ Clint Adams ] + * Set Rules-Requires-Root to no. - -- Gianfranco Costamagna Wed, 04 Jul 2018 15:22:49 +0200 + [ Ilias Tsitsimpis ] + * Bump debhelper compat level to 10 + + -- Ilias Tsitsimpis Sun, 30 Sep 2018 21:18:51 +0300 haskell-quickcheck-unicode (1.0.1.0-2) unstable; urgency=medium diff -Nru haskell-quickcheck-unicode-1.0.1.0/debian/compat haskell-quickcheck-unicode-1.0.1.0/debian/compat --- haskell-quickcheck-unicode-1.0.1.0/debian/compat 2018-01-07 22:54:27.000000000 +0000 +++ haskell-quickcheck-unicode-1.0.1.0/debian/compat 2018-09-29 11:08:11.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-quickcheck-unicode-1.0.1.0/debian/control haskell-quickcheck-unicode-1.0.1.0/debian/control --- haskell-quickcheck-unicode-1.0.1.0/debian/control 2018-04-09 19:03:00.000000000 +0000 +++ haskell-quickcheck-unicode-1.0.1.0/debian/control 2018-09-29 11:08:11.000000000 +0000 @@ -3,7 +3,8 @@ Uploaders: Joachim Breitner Priority: optional Section: haskell -Build-Depends: debhelper (>= 9), +Rules-Requires-Root: no +Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), cdbs, ghc (>= 8), @@ -15,7 +16,7 @@ Standards-Version: 4.1.4 Homepage: https://github.com/bos/quickcheck-unicode Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-quickcheck-unicode -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-quickcheck-unicode] X-Description: Generator and shrink functions for testing Unicode-related software. The default Arbitrary instance for the Char type intentionally generates only ASCII values. This can lead to a false sense of security in cases where