[DHG_packages] 01/02: aws: Patch to support haskell-xml-conduit v1.5

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Mon Nov 6 14:47:12 UTC 2017


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

iliastsi-guest pushed a commit to branch master
in repository DHG_packages.

commit 63ae1e9feb7c576b1a2d42049dc2d3b5b806fa9f
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Mon Nov 6 16:32:05 2017 +0200

    aws: Patch to support haskell-xml-conduit v1.5
---
 p/haskell-aws/debian/changelog                 |  5 +++--
 p/haskell-aws/debian/control                   |  2 +-
 p/haskell-aws/debian/patches/newer-xml-conduit | 17 +++++++++++++++++
 p/haskell-aws/debian/patches/series            |  1 +
 4 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/p/haskell-aws/debian/changelog b/p/haskell-aws/debian/changelog
index e9ca45f..02fa013 100644
--- a/p/haskell-aws/debian/changelog
+++ b/p/haskell-aws/debian/changelog
@@ -1,4 +1,4 @@
-haskell-aws (0.16-2) UNRELEASED; urgency=medium
+haskell-aws (0.16-2) unstable; urgency=medium
 
   [ Joachim Breitner ]
   * Remove Joey Hess from Uploaders
@@ -9,8 +9,9 @@ haskell-aws (0.16-2) UNRELEASED; urgency=medium
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
   * Declare compliance with Debian policy 4.1.1
+  * Patch to support haskell-xml-conduit v1.5
 
- -- Joachim Breitner <nomeata at debian.org>  Sat, 22 Jul 2017 15:47:55 -0400
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 06 Nov 2017 16:31:55 +0200
 
 haskell-aws (0.16-1) unstable; urgency=medium
 
diff --git a/p/haskell-aws/debian/control b/p/haskell-aws/debian/control
index 40c1703..ac80edc 100644
--- a/p/haskell-aws/debian/control
+++ b/p/haskell-aws/debian/control
@@ -83,7 +83,7 @@ Build-Depends:
  libghc-vector-dev (>= 0.10),
  libghc-vector-prof,
  libghc-xml-conduit-dev (>= 1.2),
- libghc-xml-conduit-dev (<< 1.5),
+ libghc-xml-conduit-dev (<< 1.6),
  libghc-xml-conduit-prof,
 Build-Depends-Indep:
  ghc-doc,
diff --git a/p/haskell-aws/debian/patches/newer-xml-conduit b/p/haskell-aws/debian/patches/newer-xml-conduit
new file mode 100644
index 0000000..5f05e16
--- /dev/null
+++ b/p/haskell-aws/debian/patches/newer-xml-conduit
@@ -0,0 +1,17 @@
+Description: Support newer version of xml-conduit
+Origin: upstream, https://hackage.haskell.org/package/aws-0.16/revisions/
+---
+
+Index: b/aws.cabal
+===================================================================
+--- a/aws.cabal
++++ b/aws.cabal
+@@ -145,7 +145,7 @@ Library
+                        unordered-containers >= 0.2,
+                        utf8-string          >= 0.3     && < 1.1,
+                        vector               >= 0.10,
+-                       xml-conduit          >= 1.2     && <1.5
++                       xml-conduit          >= 1.2     && <1.6
+  
+   if !impl(ghc >= 7.6)
+     Build-depends: ghc-prim
diff --git a/p/haskell-aws/debian/patches/series b/p/haskell-aws/debian/patches/series
new file mode 100644
index 0000000..176c2a5
--- /dev/null
+++ b/p/haskell-aws/debian/patches/series
@@ -0,0 +1 @@
+newer-xml-conduit

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