[DHG_packages] 06/08: gitit: relax dependency on hoauth
Dmitry Bogatov
kaction-guest at moszumanska.debian.org
Sat Jan 9 22:25:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
kaction-guest pushed a commit to branch master
in repository DHG_packages.
commit b5a8b47f50872b921e917e6cfd85e494a4daf92e
Author: Dmitry Bogatov <KAction at gnu.org>
Date: Sun Jan 10 00:19:21 2016 +0300
gitit: relax dependency on hoauth
---
p/gitit/debian/changelog | 1 +
p/gitit/debian/patches/relax-hoauth2.patch | 11 +++++++++++
p/gitit/debian/patches/series | 1 +
3 files changed, 13 insertions(+)
diff --git a/p/gitit/debian/changelog b/p/gitit/debian/changelog
index 2bc3700..fb630a7 100644
--- a/p/gitit/debian/changelog
+++ b/p/gitit/debian/changelog
@@ -2,6 +2,7 @@ gitit (0.12.0.1-1) UNRELEASED; urgency=medium
* New upstream release
* Relax dependency on aeson.
+ * Relax dependency on hoauth2 (houth2-0.5 in LTS-4.0)
-- Dmitry Bogatov <KAction at gnu.org> Sat, 09 Jan 2016 22:09:53 +0300
diff --git a/p/gitit/debian/patches/relax-hoauth2.patch b/p/gitit/debian/patches/relax-hoauth2.patch
new file mode 100644
index 0000000..aa0a2cb
--- /dev/null
+++ b/p/gitit/debian/patches/relax-hoauth2.patch
@@ -0,0 +1,11 @@
+--- a/gitit.cabal
++++ b/gitit.cabal
+@@ -167,7 +167,7 @@ Library
+ json >= 0.4 && < 0.10,
+ uri >= 0.1 && < 0.2,
+ split,
+- hoauth2 >= 0.4.2 && < 0.5,
++ hoauth2 >= 0.4.2 && < 0.6,
+ http-conduit >= 2.1.4 && < 2.2,
+ http-client-tls >= 0.2.2 && < 0.3,
+ aeson >= 0.7 && < 0.12,
diff --git a/p/gitit/debian/patches/series b/p/gitit/debian/patches/series
index a697f73..cd5edfb 100644
--- a/p/gitit/debian/patches/series
+++ b/p/gitit/debian/patches/series
@@ -1,2 +1,3 @@
relax-aeson-0.10.patch
+relax-hoauth2.patch
use-debian-packaged-jquery.patch
--
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