diff -Nru haskell-hslua-module-text-0.1.2.1/debian/changelog haskell-hslua-module-text-0.1.2.1/debian/changelog --- haskell-hslua-module-text-0.1.2.1/debian/changelog 2018-07-05 07:45:48.000000000 +0000 +++ haskell-hslua-module-text-0.1.2.1/debian/changelog 2018-10-20 05:14:55.000000000 +0000 @@ -1,8 +1,24 @@ -haskell-hslua-module-text (0.1.2.1-1build1) cosmic; urgency=medium +haskell-hslua-module-text (0.1.2.1-4) unstable; urgency=medium - * Rebuild against new GHC ABI. + * Relax dependency on base - -- Gianfranco Costamagna Thu, 05 Jul 2018 09:45:48 +0200 + -- Dmitry Bogatov Sat, 20 Oct 2018 05:14:55 +0000 + +haskell-hslua-module-text (0.1.2.1-3) unstable; urgency=medium + + * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3) + + -- Ilias Tsitsimpis Mon, 01 Oct 2018 13:47:33 +0300 + +haskell-hslua-module-text (0.1.2.1-2) 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:11:27 +0300 haskell-hslua-module-text (0.1.2.1-1) unstable; urgency=low diff -Nru haskell-hslua-module-text-0.1.2.1/debian/compat haskell-hslua-module-text-0.1.2.1/debian/compat --- haskell-hslua-module-text-0.1.2.1/debian/compat 2018-04-17 12:22:43.000000000 +0000 +++ haskell-hslua-module-text-0.1.2.1/debian/compat 2018-09-29 11:07:35.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru haskell-hslua-module-text-0.1.2.1/debian/control haskell-hslua-module-text-0.1.2.1/debian/control --- haskell-hslua-module-text-0.1.2.1/debian/control 2018-04-17 12:22:43.000000000 +0000 +++ haskell-hslua-module-text-0.1.2.1/debian/control 2018-10-03 09:05:35.000000000 +0000 @@ -3,25 +3,20 @@ Uploaders: Clint Adams Priority: optional Section: haskell -Build-Depends: debhelper (>= 9), +Rules-Requires-Root: no +Build-Depends: debhelper (>= 10), haskell-devscripts (>= 0.8), cdbs, - ghc, + ghc (>= 8.4.3), ghc-prof, libghc-hslua-dev (>= 0.9), libghc-hslua-dev (<< 0.10), libghc-hslua-prof (>= 0.9), libghc-hslua-prof (<< 0.10), - libghc-text-dev (>= 1), - libghc-text-dev (<< 1.3), - libghc-text-prof (>= 1), - libghc-text-prof (<< 1.3), libghc-tasty-dev, libghc-tasty-hunit-dev, - libghc-text-dev, Build-Depends-Indep: ghc-doc, libghc-hslua-doc, - libghc-text-doc, Standards-Version: 4.1.4 Homepage: https://github.com/hslua/hslua-module-test X-Description: Lua module for text diff -Nru haskell-hslua-module-text-0.1.2.1/debian/patches/fix-build-with-ghc-8.4.patch haskell-hslua-module-text-0.1.2.1/debian/patches/fix-build-with-ghc-8.4.patch --- haskell-hslua-module-text-0.1.2.1/debian/patches/fix-build-with-ghc-8.4.patch 1970-01-01 00:00:00.000000000 +0000 +++ haskell-hslua-module-text-0.1.2.1/debian/patches/fix-build-with-ghc-8.4.patch 2018-10-20 05:14:55.000000000 +0000 @@ -0,0 +1,20 @@ +Index: haskell-hslua-module-text/hslua-module-text.cabal +=================================================================== +--- haskell-hslua-module-text.orig/hslua-module-text.cabal ++++ haskell-hslua-module-text/hslua-module-text.cabal +@@ -20,7 +20,7 @@ source-repository head + + library + exposed-modules: Foreign.Lua.Module.Text +- build-depends: base >= 4.7 && < 4.11 ++ build-depends: base >= 4.7 && < 4.13 + , hslua >= 0.9 && < 0.10 + , text >= 1 && < 1.3 + hs-source-dirs: src +@@ -37,4 +37,4 @@ test-suite test-hslua + , hslua-module-text + , tasty + , tasty-hunit +- , text +\ No newline at end of file ++ , text diff -Nru haskell-hslua-module-text-0.1.2.1/debian/patches/series haskell-hslua-module-text-0.1.2.1/debian/patches/series --- haskell-hslua-module-text-0.1.2.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ haskell-hslua-module-text-0.1.2.1/debian/patches/series 2018-10-20 05:14:55.000000000 +0000 @@ -0,0 +1 @@ +fix-build-with-ghc-8.4.patch