[med-svn] [phybin] 02/02: Try to allow later libghc-text versions
Andreas Tille
tille at debian.org
Fri Dec 18 08:26:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository phybin.
commit 2387193dd766a99fa7bc31f1dc8bc3ff0e917fa1
Author: Andreas Tille <tille at debian.org>
Date: Fri Dec 18 09:25:03 2015 +0100
Try to allow later libghc-text versions
---
debian/control | 9 +++----
debian/patches/allow_any_libghc-text_version.patch | 29 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 33 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 4a2d291..3e46251 100644
--- a/debian/control
+++ b/debian/control
@@ -24,10 +24,8 @@ Build-Depends: debhelper (>= 9.0)
, libghc-prettyclass-prof
, libghc-split-dev (>= 0.2)
, libghc-split-prof (>= 0.2)
- , libghc-text-dev (>= 0.11)
- , libghc-text-dev (<< 0.12)
- , libghc-text-prof (>= 0.11)
- , libghc-text-prof (<< 0.12)
+ , libghc-text-dev
+ , libghc-text-prof
, libghc-vector-dev (>= 0.10)
, libghc-vector-prof (>= 0.10)
Build-Depends-Indep: ghc-doc
@@ -39,8 +37,7 @@ Build-Depends-Indep: ghc-doc
, libghc-parsec3-doc (>= 3.1.0)
, libghc-prettyclass-doc
, libghc-split-doc (>= 0.2)
- , libghc-text-doc (>= 0.11)
- , libghc-text-doc (<< 0.12)
+ , libghc-text-doc
, libghc-vector-doc (>= 0.10)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/debian-med/phybin.git
diff --git a/debian/patches/allow_any_libghc-text_version.patch b/debian/patches/allow_any_libghc-text_version.patch
new file mode 100644
index 0000000..062863d
--- /dev/null
+++ b/debian/patches/allow_any_libghc-text_version.patch
@@ -0,0 +1,29 @@
+--- a/phybin.cabal
++++ b/phybin.cabal
+@@ -75,7 +75,7 @@ Library
+ async, time,
+ filepath,
+ graphviz >= 2999.16,
+- text >= 0.11 && < 0.12,
++ text >= 0.11,
+ prettyclass, fgl,
+ HUnit, bytestring,
+ -- For bytestring.lazy support:
+@@ -101,7 +101,7 @@ Executable phybin
+ async, time,
+ filepath,
+ graphviz >= 2999.16,
+- text >= 0.11 && < 0.12,
++ text >= 0.11,
+ prettyclass, fgl,
+ HUnit, bytestring,
+ -- For bytestring.lazy support:
+@@ -129,7 +129,7 @@ Test-Suite test-phybin
+ async, time,
+ filepath,
+ graphviz >= 2999.16,
+- text >= 0.11 && < 0.12,
++ text >= 0.11,
+ prettyclass, fgl,
+ HUnit, bytestring,
+ parsec >= 3.1.0,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8f3c573
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+allow_any_libghc-text_version.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phybin.git
More information about the debian-med-commit
mailing list