[DHG_packages] 01/03: haskell-heist: 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 f9f3b093e89e20231e931910c6fc870b29345493
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Jun 21 08:37:54 2017 +0200
haskell-heist: fix build by bumping directory bounds
---
p/haskell-heist/debian/changelog | 7 +++++++
p/haskell-heist/debian/patches/newer-directory | 14 ++++++++++++++
p/haskell-heist/debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/p/haskell-heist/debian/changelog b/p/haskell-heist/debian/changelog
index 8b975b8..153a284 100644
--- a/p/haskell-heist/debian/changelog
+++ b/p/haskell-heist/debian/changelog
@@ -1,3 +1,10 @@
+haskell-heist (1.0.0.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * fix test build with upstream patch
+
+ -- Clint Adams <clint at debian.org> Wed, 21 Jun 2017 08:37:20 +0200
+
haskell-heist (1.0.0.0-2) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-heist/debian/patches/newer-directory b/p/haskell-heist/debian/patches/newer-directory
new file mode 100644
index 0000000..bb3cbc8
--- /dev/null
+++ b/p/haskell-heist/debian/patches/newer-directory
@@ -0,0 +1,14 @@
+Description: Bump directory bounds on buildds.
+Author: Bhavani Shankar <bhavi at ubuntu.com>
+
+--- haskell-heist-1.0.0.0.orig/heist.cabal
++++ haskell-heist-1.0.0.0/heist.cabal
+@@ -142,7 +142,7 @@ Library
+ blaze-html >= 0.4 && < 0.9,
+ bytestring >= 0.9 && < 0.11,
+ containers >= 0.2 && < 0.6,
+- directory >= 1.1 && < 1.3,
++ directory >= 1.1 && < 1.4,
+ directory-tree >= 0.10 && < 0.13,
+ dlist >= 0.5 && < 0.9,
+ filepath >= 1.3 && < 1.5,
diff --git a/p/haskell-heist/debian/patches/series b/p/haskell-heist/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/haskell-heist/debian/patches/series
@@ -0,0 +1 @@
+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