diff -Nru haskell-disk-free-space-0.1.0.1/debian/changelog haskell-disk-free-space-0.1.0.1/debian/changelog --- haskell-disk-free-space-0.1.0.1/debian/changelog 2018-04-10 00:04:48.000000000 +0000 +++ haskell-disk-free-space-0.1.0.1/debian/changelog 2018-09-30 18:06:51.000000000 +0000 @@ -1,3 +1,13 @@ +haskell-disk-free-space (0.1.0.1-5) 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:06:51 +0300 + haskell-disk-free-space (0.1.0.1-4) unstable; urgency=medium [ Ilias Tsitsimpis ] diff -Nru haskell-disk-free-space-0.1.0.1/debian/compat haskell-disk-free-space-0.1.0.1/debian/compat --- haskell-disk-free-space-0.1.0.1/debian/compat 2018-01-07 22:54:26.000000000 +0000 +++ haskell-disk-free-space-0.1.0.1/debian/compat 2018-09-29 11:07:14.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-disk-free-space-0.1.0.1/debian/control haskell-disk-free-space-0.1.0.1/debian/control --- haskell-disk-free-space-0.1.0.1/debian/control 2018-04-09 19:02:10.000000000 +0000 +++ haskell-disk-free-space-0.1.0.1/debian/control 2018-09-29 11:07:14.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), @@ -12,7 +13,7 @@ Standards-Version: 4.1.4 Homepage: https://github.com/redneb/disk-free-space Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-disk-free-space -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-disk-free-space] X-Description: retrieve information about disk space usage A cross-platform library retrieve information about disk space usage.