[Pkg-haskell-commits] [package-plan] 21/24: Note darcs flags, add patches
Joachim Breitner
nomeata at moszumanska.debian.org
Thu May 7 08:59:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to branch LTS-2.0
in repository package-plan.
commit 33df2f2ea80037c64658734fb5f2db8188ba80a5
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Thu May 7 10:46:15 2015 +0200
Note darcs flags, add patches
---
packages.txt | 2 +-
patches/darcs/2.8.5/relax-terminfo-dependency | 22 ++++++++++++++++++++++
patches/darcs/2.8.5/series | 1 +
3 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/packages.txt b/packages.txt
index 811843f..5b6cba7 100644
--- a/packages.txt
+++ b/packages.txt
@@ -150,7 +150,7 @@ css-text 0.1.2.1
csv 0.1.2
csv-conduit 0.6.6
curl 1.3.8
-darcs 2.8.5
+darcs 2.8.5 -flibrary -fforce-char8-encoding -fcurl -fterminfo -fmmap
darcs-monitor 0.4.2 ignore # binary broken, HaXml dependency too old
data-accessor 0.2.2.6
data-accessor-mtl 0.2.0.4
diff --git a/patches/darcs/2.8.5/relax-terminfo-dependency b/patches/darcs/2.8.5/relax-terminfo-dependency
new file mode 100644
index 0000000..44cafef
--- /dev/null
+++ b/patches/darcs/2.8.5/relax-terminfo-dependency
@@ -0,0 +1,22 @@
+Index: darcs-2.8.5/darcs.cabal
+===================================================================
+--- darcs-2.8.5.orig/darcs.cabal 2015-05-07 10:43:00.655962113 +0200
++++ darcs-2.8.5/darcs.cabal 2015-05-07 10:43:58.365565650 +0200
+@@ -453,7 +453,7 @@
+
+ -- The terminfo package cannot be built on Windows.
+ if flag(terminfo) && !os(windows)
+- build-depends: terminfo == 0.3.*
++ build-depends: terminfo >= 0.3
+ cpp-options: -DHAVE_TERMINFO
+
+ if flag(color)
+@@ -616,7 +616,7 @@
+
+ -- The terminfo package cannot be built on Windows.
+ if flag(terminfo) && !os(windows)
+- build-depends: terminfo == 0.3.*
++ build-depends: terminfo >= 0.3
+ cpp-options: -DHAVE_TERMINFO
+
+ if flag(color)
diff --git a/patches/darcs/2.8.5/series b/patches/darcs/2.8.5/series
new file mode 100644
index 0000000..6c34c23
--- /dev/null
+++ b/patches/darcs/2.8.5/series
@@ -0,0 +1 @@
+relax-terminfo-dependency
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list