[DHG_packages] 01/02: darcs: Patch to allow vector 0.11 (Closes: 811066)

Joachim Breitner nomeata at moszumanska.debian.org
Fri Jan 15 14:24:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to annotated tag darcs_v2.10.2-1
in repository DHG_packages.

commit 6fa6ceaf99fcb44865a209f651671d4d08173bc0
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Jan 15 14:56:53 2016 +0100

    darcs: Patch to allow vector 0.11 (Closes: 811066)
---
 p/darcs/debian/changelog                 |  6 ++++++
 p/darcs/debian/control                   |  2 +-
 p/darcs/debian/patches/allow-vector-0.11 | 13 +++++++++++++
 p/darcs/debian/patches/series            |  1 +
 4 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/p/darcs/debian/changelog b/p/darcs/debian/changelog
index b5eb5a3..4137b97 100644
--- a/p/darcs/debian/changelog
+++ b/p/darcs/debian/changelog
@@ -1,3 +1,9 @@
+darcs (2.10.1-8) UNRELEASED; urgency=medium
+
+  * Patch to allow vector 0.11 (Closes: 811066)
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 15 Jan 2016 14:56:01 +0100
+
 darcs (2.10.1-7) unstable; urgency=medium
 
   [ Joachim Breitner ]
diff --git a/p/darcs/debian/control b/p/darcs/debian/control
index 901da17..b940e67 100644
--- a/p/darcs/debian/control
+++ b/p/darcs/debian/control
@@ -29,7 +29,7 @@ Build-Depends: cdbs,
  libghc-utf8-string-dev (>= 0.3.6),
  libghc-utf8-string-dev (<< 1.1),
  libghc-vector-dev (>= 0.7),
- libghc-vector-dev (<< 0.11),
+ libghc-vector-dev (<< 0.12),
  libghc-tar-dev (>= 0.4),
  libghc-tar-dev (<< 0.5),
  libghc-data-ordlist-dev (>= 0.4),
diff --git a/p/darcs/debian/patches/allow-vector-0.11 b/p/darcs/debian/patches/allow-vector-0.11
new file mode 100644
index 0000000..88bba5a
--- /dev/null
+++ b/p/darcs/debian/patches/allow-vector-0.11
@@ -0,0 +1,13 @@
+Index: darcs/darcs.cabal
+===================================================================
+--- darcs.orig/darcs.cabal	2016-01-15 14:56:27.787336523 +0100
++++ darcs/darcs.cabal	2016-01-15 14:56:38.843569838 +0100
+@@ -437,7 +437,7 @@
+                      cryptohash   >= 0.4 && < 0.12,
+                      base16-bytestring >= 0.1 && < 0.2,
+                      utf8-string >= 0.3.6 && < 1.1,
+-                     vector       >= 0.7 && < 0.11,
++                     vector       >= 0.7 && < 0.12,
+                      tar          == 0.4.*,
+                      data-ordlist == 0.4.*,
+                      attoparsec   >= 0.11 && < 0.14,
diff --git a/p/darcs/debian/patches/series b/p/darcs/debian/patches/series
index 0a7ede8..9577d57 100644
--- a/p/darcs/debian/patches/series
+++ b/p/darcs/debian/patches/series
@@ -1,3 +1,4 @@
 use-sensible-editor
 avoid-TH-in-Setup
 Num-constraint
+allow-vector-0.11

-- 
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