diff -Nru haskell-lazysmallcheck-0.6/debian/changelog haskell-lazysmallcheck-0.6/debian/changelog --- haskell-lazysmallcheck-0.6/debian/changelog 2018-04-10 00:04:55.000000000 +0000 +++ haskell-lazysmallcheck-0.6/debian/changelog 2018-09-30 18:13:48.000000000 +0000 @@ -1,3 +1,13 @@ +haskell-lazysmallcheck (0.6-11) unstable; urgency=medium + + [ Clint Adams ] + * Set Rules-Requires-Root to no. + + [ Ilias Tsitsimpis ] + * Bump debhelper compat level to 10 + + -- Ilias Tsitsimpis Sun, 30 Sep 2018 21:13:48 +0300 + haskell-lazysmallcheck (0.6-10) unstable; urgency=medium [ Ilias Tsitsimpis ] diff -Nru haskell-lazysmallcheck-0.6/debian/compat haskell-lazysmallcheck-0.6/debian/compat --- haskell-lazysmallcheck-0.6/debian/compat 2018-01-07 22:54:27.000000000 +0000 +++ haskell-lazysmallcheck-0.6/debian/compat 2018-09-29 11:07:46.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-lazysmallcheck-0.6/debian/control haskell-lazysmallcheck-0.6/debian/control --- haskell-lazysmallcheck-0.6/debian/control 2018-04-09 19:02:39.000000000 +0000 +++ haskell-lazysmallcheck-0.6/debian/control 2018-09-29 11:07:46.000000000 +0000 @@ -3,9 +3,10 @@ Uploaders: Joachim Breitner Priority: optional Section: haskell +Rules-Requires-Root: no Build-Depends: cdbs, - debhelper (>= 9), + debhelper (>= 10), ghc (>= 8), ghc-prof, haskell-devscripts (>= 0.13), @@ -13,7 +14,7 @@ Standards-Version: 4.1.4 Homepage: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/ Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lazysmallcheck -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lazysmallcheck] X-Description: A library for demand-driven testing of Haskell programs Lazy SmallCheck is a library for exhaustive, demand-driven testing of Haskell programs. It is based on the idea that if a property holds