[DHG_packages] 01/01: ed25519: patch for newer directory
Clint Adams
clint at moszumanska.debian.org
Wed Jun 21 03:15:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit d4b0b61cf058bf1729b0fbec3dd690a3e78df574
Author: Clint Adams <clint at debian.org>
Date: Tue Jun 20 23:14:58 2017 -0400
ed25519: patch for newer directory
---
p/haskell-ed25519/debian/changelog | 6 ++++++
p/haskell-ed25519/debian/control | 2 +-
p/haskell-ed25519/debian/patches/newer-directory | 11 +++++++++++
p/haskell-ed25519/debian/patches/series | 1 +
4 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/p/haskell-ed25519/debian/changelog b/p/haskell-ed25519/debian/changelog
index bf7167c..cdf1e55 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
+
+ * Patch for newer directory.
+
+ -- Clint Adams <clint at debian.org> Tue, 20 Jun 2017 23:13:45 -0400
+
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/control b/p/haskell-ed25519/debian/control
index bd46a63..06e0585 100644
--- a/p/haskell-ed25519/debian/control
+++ b/p/haskell-ed25519/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
libghc-quickcheck2-dev (>= 2.4),
Build-Depends-Indep:
ghc-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
Homepage: http://thoughtpolice.github.com/hs-ed25519
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-ed25519
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-ed25519/debian/patches/newer-directory b/p/haskell-ed25519/debian/patches/newer-directory
new file mode 100644
index 0000000..f9f3430
--- /dev/null
+++ b/p/haskell-ed25519/debian/patches/newer-directory
@@ -0,0 +1,11 @@
+--- a/ed25519.cabal
++++ b/ed25519.cabal
+@@ -129,7 +129,7 @@
+ 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