[DHG_packages] 14/34: ed25519: Bump bounds for newer directory
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Fri Jan 27 09:46:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch ghc-8.0.2
in repository DHG_packages.
commit 5f1ade61a3e249664c8e034febd6c2e2d08939c3
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Wed Jan 25 21:20:30 2017 +0200
ed25519: Bump bounds for newer directory
---
p/haskell-ed25519/debian/changelog | 6 ++++++
p/haskell-ed25519/debian/patches/fix-dist-path | 8 ++++----
.../debian/patches/new-metadata-from-hackage | 10 +++++-----
p/haskell-ed25519/debian/patches/newer-directory | 18 ++++++++++++++++++
p/haskell-ed25519/debian/patches/series | 1 +
5 files changed, 34 insertions(+), 9 deletions(-)
diff --git a/p/haskell-ed25519/debian/changelog b/p/haskell-ed25519/debian/changelog
index bf7167c..05f1561 100644
--- a/p/haskell-ed25519/debian/changelog
+++ b/p/haskell-ed25519/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ed25519 (0.0.5.0-5) unstable; urgency=medium
+
+ * Bump bounds for newer directory, shipped with ghc-8.0.2.
+
+ -- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Wed, 25 Jan 2017 19:15:57 +0200
+
haskell-ed25519 (0.0.5.0-4) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-ed25519/debian/patches/fix-dist-path b/p/haskell-ed25519/debian/patches/fix-dist-path
index 604157f..64382a9 100644
--- a/p/haskell-ed25519/debian/patches/fix-dist-path
+++ b/p/haskell-ed25519/debian/patches/fix-dist-path
@@ -1,8 +1,8 @@
-Index: haskell-ed25519/tests/doctests.hs
+Index: b/tests/doctests.hs
===================================================================
---- haskell-ed25519.orig/tests/doctests.hs 2015-10-12 01:24:33.000000000 +0200
-+++ haskell-ed25519/tests/doctests.hs 2015-12-20 23:49:38.840553383 +0100
-@@ -14,7 +14,7 @@
+--- a/tests/doctests.hs
++++ b/tests/doctests.hs
+@@ -14,7 +14,7 @@ main = allSources >>= \sources -> doctes
allSources :: IO [FilePath]
allSources = liftM2 (++) (getFiles ".hs" "src")
diff --git a/p/haskell-ed25519/debian/patches/new-metadata-from-hackage b/p/haskell-ed25519/debian/patches/new-metadata-from-hackage
index 3f3d8be..2cebc4a 100644
--- a/p/haskell-ed25519/debian/patches/new-metadata-from-hackage
+++ b/p/haskell-ed25519/debian/patches/new-metadata-from-hackage
@@ -1,8 +1,8 @@
-Index: haskell-ed25519/ed25519.cabal
+Index: b/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 @@
+--- a/ed25519.cabal
++++ b/ed25519.cabal
+@@ -60,7 +60,7 @@ flag no-donna
library
build-depends:
@@ -11,7 +11,7 @@ Index: haskell-ed25519/ed25519.cabal
base >= 4 && < 5,
bytestring >= 0.9 && < 0.11
-@@ -130,7 +130,7 @@
+@@ -130,7 +130,7 @@ test-suite doctests
base >= 4 && < 5,
filepath >= 1.0 && < 1.5,
directory >= 1.0 && < 1.3,
diff --git a/p/haskell-ed25519/debian/patches/newer-directory b/p/haskell-ed25519/debian/patches/newer-directory
new file mode 100644
index 0000000..b344fe9
--- /dev/null
+++ b/p/haskell-ed25519/debian/patches/newer-directory
@@ -0,0 +1,18 @@
+Description: Bump bounds for newer directory
+ Bump bounds for directory 1.3.0.0, shipped with ghc-8.0.2.
+Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
+Origin: no
+
+Index: b/ed25519.cabal
+===================================================================
+--- a/ed25519.cabal
++++ b/ed25519.cabal
+@@ -129,7 +129,7 @@ test-suite doctests
+ build-depends:
+ base >= 4 && < 5,
+ filepath >= 1.0 && < 1.5,
+- directory >= 1.0 && < 1.3,
++ directory >= 1.0 && < 1.4,
+ doctest >= 0.10 && < 0.12
+
+ -------------------------------------------------------------------------------
diff --git a/p/haskell-ed25519/debian/patches/series b/p/haskell-ed25519/debian/patches/series
index 91a046d..582fea2 100644
--- a/p/haskell-ed25519/debian/patches/series
+++ b/p/haskell-ed25519/debian/patches/series
@@ -1,2 +1,3 @@
new-metadata-from-hackage
fix-dist-path
+newer-directory
--
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