[DHG_packages] 02/03: ghc-mod: 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 3d6b02e441fece3092cc5df0239d9868f2b0d545
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Wed Jun 21 08:40:05 2017 +0200

    ghc-mod: fix build by bumping directory bounds
---
 p/ghc-mod/debian/changelog               |  7 +++++++
 p/ghc-mod/debian/patches/newer-directory | 32 ++++++++++++++++++++++++++++++++
 p/ghc-mod/debian/patches/series          |  1 +
 3 files changed, 40 insertions(+)

diff --git a/p/ghc-mod/debian/changelog b/p/ghc-mod/debian/changelog
index 7f88a85..2888d3b 100644
--- a/p/ghc-mod/debian/changelog
+++ b/p/ghc-mod/debian/changelog
@@ -1,3 +1,10 @@
+ghc-mod (5.6.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:39:47 +0200
+
 ghc-mod (5.6.0.0-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/ghc-mod/debian/patches/newer-directory b/p/ghc-mod/debian/patches/newer-directory
new file mode 100644
index 0000000..d92df75
--- /dev/null
+++ b/p/ghc-mod/debian/patches/newer-directory
@@ -0,0 +1,32 @@
+Description: Bump directory versions on buildds.
+Author: Bhavani Shankar <bhavi at ubuntu.com>
+
+--- ghc-mod-5.6.0.0.orig/ghc-mod.cabal
++++ ghc-mod-5.6.0.0/ghc-mod.cabal
+@@ -176,7 +176,7 @@ Library
+                       , containers        < 0.6
+                       , cabal-helper      < 0.8 && >= 0.7.1.0
+                       , deepseq           < 1.5
+-                      , directory         < 1.3
++                      , directory         > 1.3
+                       , filepath          < 1.5
+                       , ghc               < 8.2 && >= 7.6
+                       , ghc-paths         < 0.2
+@@ -221,7 +221,7 @@ Executable ghc-mod
+   Default-Extensions:   ConstraintKinds, FlexibleContexts
+   HS-Source-Dirs:       src
+   Build-Depends:        base      < 5 && >= 4.0
+-                      , directory < 1.3
++                      , directory > 1.3
+                       , filepath  < 1.5
+                       , pretty    < 1.2
+                       , process   < 1.5
+@@ -246,7 +246,7 @@ Executable ghc-modi
+   Build-Depends:        base      < 5 && >= 4.0
+                       , binary    < 0.9 && >= 0.5.1.0
+                       , deepseq   < 1.5
+-                      , directory < 1.3
++                      , directory > 1.3
+                       , filepath  < 1.5
+                       , process   < 1.5
+                       , old-time  < 1.2
diff --git a/p/ghc-mod/debian/patches/series b/p/ghc-mod/debian/patches/series
new file mode 100644
index 0000000..8320b23
--- /dev/null
+++ b/p/ghc-mod/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