diff -Nru haskell-bindings-dsl-1.0.24/bindings-DSL.cabal haskell-bindings-dsl-1.0.25/bindings-DSL.cabal --- haskell-bindings-dsl-1.0.24/bindings-DSL.cabal 2017-12-09 22:17:33.000000000 +0000 +++ haskell-bindings-dsl-1.0.25/bindings-DSL.cabal 2018-05-19 06:22:25.000000000 +0000 @@ -17,7 +17,7 @@ . The extra module Bindings.Utilities will contain tools that may be convenient when working with FFI. -version: 1.0.24 +version: 1.0.25 license: BSD3 license-file: LICENSE maintainer: John Wiegley @@ -38,4 +38,4 @@ source-repository this type: git location: git://github.com/jwiegley/bindings-dsl - tag: 1.0.24 + tag: 1.0.25 diff -Nru haskell-bindings-dsl-1.0.24/debian/changelog haskell-bindings-dsl-1.0.25/debian/changelog --- haskell-bindings-dsl-1.0.24/debian/changelog 2018-04-10 00:04:42.000000000 +0000 +++ haskell-bindings-dsl-1.0.25/debian/changelog 2018-07-03 01:25:46.000000000 +0000 @@ -1,3 +1,10 @@ +haskell-bindings-dsl (1.0.25-1) unstable; urgency=medium + + * Set Rules-Requires-Root to no. + * New upstream release + + -- Clint Adams Mon, 02 Jul 2018 21:25:46 -0400 + haskell-bindings-dsl (1.0.24-2) unstable; urgency=medium [ Ilias Tsitsimpis ] diff -Nru haskell-bindings-dsl-1.0.24/debian/control haskell-bindings-dsl-1.0.25/debian/control --- haskell-bindings-dsl-1.0.24/debian/control 2018-04-09 19:01:51.000000000 +0000 +++ haskell-bindings-dsl-1.0.25/debian/control 2018-07-03 01:25:46.000000000 +0000 @@ -3,6 +3,7 @@ Uploaders: Clint Adams Priority: optional Section: haskell +Rules-Requires-Root: no Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.13), cdbs, @@ -12,7 +13,7 @@ Standards-Version: 4.1.4 Homepage: https://github.com/jwiegley/bindings-dsl/wiki Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-bindings-dsl -Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git +Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-bindings-dsl] X-Description: FFI domain specific language, on top of hsc2hs This is a set of macros to be used when writing Haskell FFI. They were designed to be able to fully describe C interfaces, so that hsc2hs can