[DHG_packages] 01/01: diagrams-cairo: Get newer build-deps from hackage

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Tue Nov 7 13:32:08 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 d88da1af85ed898847210ee8b088add429cb2d81
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Tue Nov 7 15:22:51 2017 +0200

    diagrams-cairo: Get newer build-deps from hackage
    
    Closes: #880510
---
 p/haskell-diagrams-cairo/debian/changelog           |  5 +++--
 p/haskell-diagrams-cairo/debian/control             |  5 ++---
 .../debian/patches/newer-deps-from-hackage          | 21 +++++++++++++++++++++
 p/haskell-diagrams-cairo/debian/patches/series      |  1 +
 4 files changed, 27 insertions(+), 5 deletions(-)

diff --git a/p/haskell-diagrams-cairo/debian/changelog b/p/haskell-diagrams-cairo/debian/changelog
index 2c623a2..7317118 100644
--- a/p/haskell-diagrams-cairo/debian/changelog
+++ b/p/haskell-diagrams-cairo/debian/changelog
@@ -1,12 +1,13 @@
-haskell-diagrams-cairo (1.4-2) UNRELEASED; urgency=medium
+haskell-diagrams-cairo (1.4-2) unstable; urgency=medium
 
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * 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
+  * Get newer build-deps from hackage (Closes: #880510)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 12:14:01 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 07 Nov 2017 15:22:35 +0200
 
 haskell-diagrams-cairo (1.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-diagrams-cairo/debian/control b/p/haskell-diagrams-cairo/debian/control
index cf31da7..1aef933 100644
--- a/p/haskell-diagrams-cairo/debian/control
+++ b/p/haskell-diagrams-cairo/debian/control
@@ -37,8 +37,7 @@ Build-Depends:
  libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
  libghc-optparse-applicative-dev (>= 0.13),
- libghc-optparse-applicative-dev (<< 0.14),
- libghc-optparse-applicative-dev (>= 0.10),
+ libghc-optparse-applicative-dev (<< 0.15),
  libghc-optparse-applicative-prof,
  libghc-pango-dev (<< 0.14),
  libghc-pango-dev (>= 0.12.5),
@@ -49,7 +48,7 @@ Build-Depends:
  libghc-statestack-dev (<< 0.3),
  libghc-statestack-dev (>= 0.2),
  libghc-statestack-prof,
- libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-dev (>= 0.10.0),
  libghc-vector-prof,
 Build-Depends-Indep:
diff --git a/p/haskell-diagrams-cairo/debian/patches/newer-deps-from-hackage b/p/haskell-diagrams-cairo/debian/patches/newer-deps-from-hackage
new file mode 100644
index 0000000..c25740e
--- /dev/null
+++ b/p/haskell-diagrams-cairo/debian/patches/newer-deps-from-hackage
@@ -0,0 +1,21 @@
+Description: Newer build-deps from hackage
+Origin: upstream, https://hackage.haskell.org/package/diagrams-cairo-1.4/revisions/
+---
+
+Index: b/diagrams-cairo.cabal
+===================================================================
+--- a/diagrams-cairo.cabal
++++ b/diagrams-cairo.cabal
+@@ -67,10 +67,10 @@ Library
+                        data-default-class >= 0.0.1 && < 0.2,
+                        statestack >= 0.2 && < 0.3,
+                        JuicyPixels >= 3.1.3.2 && < 3.3,
+-                       vector >= 0.10.0 && < 0.12,
++                       vector >= 0.10.0 && < 0.13,
+                        array >= 0.4.0 && < 0.6,
+                        bytestring >= 0.9 && < 0.11,
+-                       optparse-applicative >= 0.13 && < 0.14,
++                       optparse-applicative >= 0.13 && < 0.15,
+                        transformers >= 0.3 && <0.6,
+                        hashable >= 1.1 && < 1.3
+   if impl(ghc < 7.6)
diff --git a/p/haskell-diagrams-cairo/debian/patches/series b/p/haskell-diagrams-cairo/debian/patches/series
new file mode 100644
index 0000000..30c91d0
--- /dev/null
+++ b/p/haskell-diagrams-cairo/debian/patches/series
@@ -0,0 +1 @@
+newer-deps-from-hackage

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