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 2017-01-30 21:34:02.000000000 +0000 +++ haskell-hakyll-4.9.2.0/debian/changelog 2017-01-30 21:49:05.000000000 +0000 @@ -1,8 +1,8 @@ -haskell-hakyll (4.9.2.0-1build2) zesty; urgency=medium +haskell-hakyll (4.9.2.0-1build3) zesty; urgency=medium - * Bump directory bounds + * Really bump directory bounds. - -- Gianfranco Costamagna Mon, 30 Jan 2017 22:33:50 +0100 + -- Gianfranco Costamagna Mon, 30 Jan 2017 22:48:42 +0100 haskell-hakyll (4.9.2.0-1) unstable; urgency=medium 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/fix-directory-bounds.patch haskell-hakyll-4.9.2.0/debian/patches/fix-directory-bounds.patch --- haskell-hakyll-4.9.2.0/debian/patches/fix-directory-bounds.patch 2017-01-30 21:33:49.000000000 +0000 +++ haskell-hakyll-4.9.2.0/debian/patches/fix-directory-bounds.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,11 +0,0 @@ ---- 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, 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 2017-01-30 21:33:45.000000000 +0000 +++ haskell-hakyll-4.9.2.0/debian/patches/series 2017-01-30 21:48:38.000000000 +0000 @@ -1,2 +1,2 @@ missing-test-data -fix-directory-bounds.patch +bump-directory-bounds.patch