diff -Nru haskell-abstract-par-0.3.3/debian/changelog haskell-abstract-par-0.3.3/debian/changelog --- haskell-abstract-par-0.3.3/debian/changelog 2018-04-10 00:04:40.000000000 +0000 +++ haskell-abstract-par-0.3.3/debian/changelog 2018-09-30 18:01:26.000000000 +0000 @@ -1,3 +1,13 @@ +haskell-abstract-par (0.3.3-9) 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:01:26 +0300 + haskell-abstract-par (0.3.3-8) unstable; urgency=medium [ Ilias Tsitsimpis ] diff -Nru haskell-abstract-par-0.3.3/debian/compat haskell-abstract-par-0.3.3/debian/compat --- haskell-abstract-par-0.3.3/debian/compat 2018-01-07 22:54:26.000000000 +0000 +++ haskell-abstract-par-0.3.3/debian/compat 2018-09-29 11:06:47.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-abstract-par-0.3.3/debian/control haskell-abstract-par-0.3.3/debian/control --- haskell-abstract-par-0.3.3/debian/control 2018-04-09 19:01:46.000000000 +0000 +++ haskell-abstract-par-0.3.3/debian/control 2018-09-29 11:06:47.000000000 +0000 @@ -3,7 +3,8 @@ Uploaders: Sven Bartscher 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/simonmar/monad-par Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-abstract-par -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-abstract-par] X-Description: abstract parallelization interface This module offers the types and abstract definitons for the par monad. The par monad offers parrallelization based on dataflow programming.