[DHG_packages] 02/21: ed25519: patch deps

Joachim Breitner nomeata at moszumanska.debian.org
Wed Jun 1 09:05:37 UTC 2016


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

nomeata pushed a commit to branch LTS-6
in repository DHG_packages.

commit 1f714d7b7b94dd72a83beb279b77af289a930e7e
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jun 1 10:05:53 2016 +0200

    ed25519: patch deps
---
 p/haskell-ed25519/debian/changelog                 |  8 ++++++--
 p/haskell-ed25519/debian/control                   |  2 +-
 .../debian/patches/new-metadata-from-hackage       | 22 ++++++++++++++++++++++
 p/haskell-ed25519/debian/patches/series            |  1 +
 4 files changed, 30 insertions(+), 3 deletions(-)

diff --git a/p/haskell-ed25519/debian/changelog b/p/haskell-ed25519/debian/changelog
index 3b852c3..b918288 100644
--- a/p/haskell-ed25519/debian/changelog
+++ b/p/haskell-ed25519/debian/changelog
@@ -1,8 +1,12 @@
-haskell-ed25519 (0.0.5.0-2) UNRELEASED; urgency=medium
+haskell-ed25519 (0.0.5.0-2) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Bump standards version to 3.9.8 (no changes needed)
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 10:34:00 +0300
+  [ Joachim Breitner ]
+  * Bump dependency on doctest
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 01 Jun 2016 10:05:45 +0200
 
 haskell-ed25519 (0.0.5.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-ed25519/debian/control b/p/haskell-ed25519/debian/control
index ef7454a..8dad4cd 100644
--- a/p/haskell-ed25519/debian/control
+++ b/p/haskell-ed25519/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
  libghc-quickcheck2-dev (>= 2.4),
  libghc-quickcheck2-dev (<< 2.9),
  libghc-doctest-dev (>= 0.10),
- libghc-doctest-dev (<< 0.11),
+ libghc-doctest-dev (<< 0.12),
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://thoughtpolice.github.com/hs-ed25519
diff --git a/p/haskell-ed25519/debian/patches/new-metadata-from-hackage b/p/haskell-ed25519/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..3f3d8be
--- /dev/null
+++ b/p/haskell-ed25519/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,22 @@
+Index: haskell-ed25519/ed25519.cabal
+===================================================================
+--- haskell-ed25519.orig/ed25519.cabal	2015-10-12 01:24:33.000000000 +0200
++++ haskell-ed25519/ed25519.cabal	2016-06-01 10:05:22.271149791 +0200
+@@ -60,7 +60,7 @@
+ 
+ library
+   build-depends:
+-    ghc-prim    >= 0.1 && < 0.5,
++    ghc-prim    >= 0.1 && < 0.6,
+     base        >= 4   && < 5,
+     bytestring  >= 0.9 && < 0.11
+ 
+@@ -130,7 +130,7 @@
+       base      >= 4    && < 5,
+       filepath  >= 1.0  && < 1.5,
+       directory >= 1.0  && < 1.3,
+-      doctest   >= 0.10 && < 0.11
++      doctest   >= 0.10 && < 0.12
+ 
+ -------------------------------------------------------------------------------
+ -- Build pt 3: benchmarks
diff --git a/p/haskell-ed25519/debian/patches/series b/p/haskell-ed25519/debian/patches/series
index 0ec7525..91a046d 100644
--- a/p/haskell-ed25519/debian/patches/series
+++ b/p/haskell-ed25519/debian/patches/series
@@ -1 +1,2 @@
+new-metadata-from-hackage
 fix-dist-path

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