diff -Nru haskell-snap-1.0.0.1/debian/changelog haskell-snap-1.0.0.1/debian/changelog --- haskell-snap-1.0.0.1/debian/changelog 2016-10-29 19:17:01.000000000 +0000 +++ haskell-snap-1.0.0.1/debian/changelog 2017-01-30 10:59:34.000000000 +0000 @@ -1,3 +1,9 @@ +haskell-snap (1.0.0.1-3build1) zesty; urgency=medium + + * Bump directory bounds on buildds. + + -- Bhavani Shankar Mon, 30 Jan 2017 16:28:57 +0530 + haskell-snap (1.0.0.1-3) unstable; urgency=medium * Drop stray .haskell-binaries file (moved to snap-templates). diff -Nru haskell-snap-1.0.0.1/debian/patches/newer-directory haskell-snap-1.0.0.1/debian/patches/newer-directory --- haskell-snap-1.0.0.1/debian/patches/newer-directory 1970-01-01 00:00:00.000000000 +0000 +++ haskell-snap-1.0.0.1/debian/patches/newer-directory 2017-01-30 11:01:11.000000000 +0000 @@ -0,0 +1,16 @@ +Description: Bump directory bounds on buildds. +Author: Bhavani Shankar + +--- haskell-snap-1.0.0.1.orig/snap.cabal ++++ haskell-snap-1.0.0.1/snap.cabal +@@ -111,8 +111,8 @@ Library + clientsession >= 0.8 && < 0.10, + configurator >= 0.1 && < 0.4, + containers >= 0.2 && < 0.6, +- directory >= 1.1 && < 1.3, +- directory-tree >= 0.10 && < 0.13, ++ directory >= 1.1 && < 1.4, ++ directory-tree >= 0.10 && < 0.14, + dlist >= 0.5 && < 0.9, + filepath >= 1.3 && < 1.5, + -- hashable is broken from 1.2.0.0 through 1.2.0.5 diff -Nru haskell-snap-1.0.0.1/debian/patches/series haskell-snap-1.0.0.1/debian/patches/series --- haskell-snap-1.0.0.1/debian/patches/series 2016-10-09 06:08:22.000000000 +0000 +++ haskell-snap-1.0.0.1/debian/patches/series 2017-01-30 11:00:03.000000000 +0000 @@ -1 +1,2 @@ rename-snap-binary +newer-directory