[DHG_packages] 01/01: haskell-werewolf: fix build by bumping directory bounds
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Jun 21 06:50:51 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 e311725d5284b0e7bb1dffcca0c2a872a2953cba
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Jun 21 08:50:22 2017 +0200
haskell-werewolf: fix build by bumping directory bounds
---
p/haskell-werewolf/debian/changelog | 7 +++++++
p/haskell-werewolf/debian/patches/newer-directory | 14 ++++++++++++++
p/haskell-werewolf/debian/patches/series | 1 +
3 files changed, 22 insertions(+)
diff --git a/p/haskell-werewolf/debian/changelog b/p/haskell-werewolf/debian/changelog
index 9be2023..02039a7 100644
--- a/p/haskell-werewolf/debian/changelog
+++ b/p/haskell-werewolf/debian/changelog
@@ -1,3 +1,10 @@
+haskell-werewolf (1.5.1.1-4) unstable; urgency=medium
+
+ * Team upload.
+ * fix test build with upstream patch
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Wed, 21 Jun 2017 08:49:48 +0200
+
haskell-werewolf (1.5.1.1-3) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-werewolf/debian/patches/newer-directory b/p/haskell-werewolf/debian/patches/newer-directory
new file mode 100644
index 0000000..092c614
--- /dev/null
+++ b/p/haskell-werewolf/debian/patches/newer-directory
@@ -0,0 +1,14 @@
+Description: Bump directory bounds on buildds.
+Author: Bhavani Shankar <bhavi at ubuntu.com>
+
+--- haskell-werewolf-1.5.1.1.orig/werewolf.cabal
++++ haskell-werewolf-1.5.1.1/werewolf.cabal
+@@ -352,7 +352,7 @@ executable werewolf
+ aeson >= 0.8 && < 0.12,
+ base >= 4.8 && < 5,
+ containers == 0.5.*,
+- directory == 1.2.*,
++ directory > 1.2,
+ extra == 1.4.*,
+ filepath == 1.4.*,
+ lens >= 4.12 && < 4.15,
diff --git a/p/haskell-werewolf/debian/patches/series b/p/haskell-werewolf/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/haskell-werewolf/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