diff -Nru haskell-hakyll-4.9.2.0/debian/changelog haskell-hakyll-4.9.2.0/debian/changelog --- haskell-hakyll-4.9.2.0/debian/changelog 2016-12-11 02:38:39.000000000 +0000 +++ haskell-hakyll-4.9.2.0/debian/changelog 2017-01-30 21:49:05.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-hakyll (4.9.2.0-1build3) zesty; urgency=medium + + * Really bump directory bounds. + + -- Gianfranco Costamagna Mon, 30 Jan 2017 22:48:42 +0100 + haskell-hakyll (4.9.2.0-1) unstable; urgency=medium * New upstream release. diff -Nru haskell-hakyll-4.9.2.0/debian/patches/bump-directory-bounds.patch haskell-hakyll-4.9.2.0/debian/patches/bump-directory-bounds.patch --- haskell-hakyll-4.9.2.0/debian/patches/bump-directory-bounds.patch 1970-01-01 00:00:00.000000000 +0000 +++ haskell-hakyll-4.9.2.0/debian/patches/bump-directory-bounds.patch 2017-01-30 21:48:41.000000000 +0000 @@ -0,0 +1,29 @@ +--- haskell-hakyll-4.9.2.0.orig/hakyll.cabal ++++ haskell-hakyll-4.9.2.0/hakyll.cabal +@@ -158,7 +158,7 @@ Library + cryptohash >= 0.7 && < 0.12, + data-default >= 0.4 && < 0.8, + deepseq >= 1.3 && < 1.5, +- directory >= 1.0 && < 1.3, ++ directory >= 1.0 && < 1.4, + filepath >= 1.0 && < 1.5, + lrucache >= 1.1.1 && < 1.3, + mtl >= 1 && < 2.3, +@@ -251,7 +251,7 @@ Test-suite hakyll-tests + cryptohash >= 0.7 && < 0.12, + data-default >= 0.4 && < 0.8, + deepseq >= 1.3 && < 1.5, +- directory >= 1.0 && < 1.3, ++ directory >= 1.0 && < 1.4, + filepath >= 1.0 && < 1.5, + lrucache >= 1.1.1 && < 1.3, + mtl >= 1 && < 2.3, +@@ -312,7 +312,7 @@ Executable hakyll-init + + Build-depends: + base >= 4 && < 5, +- directory >= 1.0 && < 1.3, ++ directory >= 1.0 && < 1.4, + filepath >= 1.0 && < 1.5 + + Other-modules: diff -Nru haskell-hakyll-4.9.2.0/debian/patches/series haskell-hakyll-4.9.2.0/debian/patches/series --- haskell-hakyll-4.9.2.0/debian/patches/series 2016-12-11 02:38:39.000000000 +0000 +++ haskell-hakyll-4.9.2.0/debian/patches/series 2017-01-30 21:48:38.000000000 +0000 @@ -1 +1,2 @@ missing-test-data +bump-directory-bounds.patch