[DHG_packages] 03/03: haskell-snap: fix build by bumping directory bounds

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Wed Jun 21 06:47:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository DHG_packages.

commit 5fb359a55698a48e3fa497c96f2f086e8dda9a44
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Jun 21 08:42:08 2017 +0200

    haskell-snap: fix build by bumping directory bounds
---
 p/haskell-snap/debian/changelog               |  8 ++++++--
 p/haskell-snap/debian/patches/newer-directory | 16 ++++++++++++++++
 p/haskell-snap/debian/patches/series          |  1 +
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/p/haskell-snap/debian/changelog b/p/haskell-snap/debian/changelog
index 7d0daa2..8e4f8ad 100644
--- a/p/haskell-snap/debian/changelog
+++ b/p/haskell-snap/debian/changelog
@@ -1,11 +1,15 @@
-haskell-snap (1.0.0.1-4) UNRELEASED; urgency=medium
+haskell-snap (1.0.0.1-4) unstable; urgency=medium
 
+  [ Gianfranco Costamagna ]
+  * Team upload.
+  * fix test build with upstream patch
+  [ Ilias Tsitsimpis ]
   * Correct package description, since 'snap-framework' has been moved
     to a different package, namely haskell-snap-templates.
   * Do not recommend libghc-snap-loader-{dynamic,static}-dev.
     Both of these packages have been removed from the archive.
 
- -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com>  Mon, 21 Nov 2016 12:13:17 +0200
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Wed, 21 Jun 2017 08:45:54 +0200
 
 haskell-snap (1.0.0.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-snap/debian/patches/newer-directory b/p/haskell-snap/debian/patches/newer-directory
new file mode 100644
index 0000000..bc36b49
--- /dev/null
+++ b/p/haskell-snap/debian/patches/newer-directory
@@ -0,0 +1,16 @@
+Description: Bump directory bounds on buildds.
+Author: Bhavani Shankar <bhavi at ubuntu.com>
+
+--- 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 --git a/p/haskell-snap/debian/patches/series b/p/haskell-snap/debian/patches/series
index e341243..9c42677 100644
--- a/p/haskell-snap/debian/patches/series
+++ b/p/haskell-snap/debian/patches/series
@@ -1 +1,2 @@
 rename-snap-binary
+newer-directory

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list