[DHG_packages] 02/08: gitit: relax dependency on aeson

Dmitry Bogatov kaction-guest at moszumanska.debian.org
Sat Jan 9 22:25:20 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 a5bcbbc8b28f7703bcd9af057061cb90e1f033b7
Author: Dmitry Bogatov <KAction at gnu.org>
Date:   Sat Jan 9 23:35:38 2016 +0300

    gitit: relax dependency on aeson
---
 p/gitit/debian/changelog                      |  1 +
 p/gitit/debian/patches/relax-aeson-0.10.patch | 19 +++++++++++++++++++
 p/gitit/debian/patches/series                 |  1 +
 3 files changed, 21 insertions(+)

diff --git a/p/gitit/debian/changelog b/p/gitit/debian/changelog
index 3aec22b..2bc3700 100644
--- a/p/gitit/debian/changelog
+++ b/p/gitit/debian/changelog
@@ -1,6 +1,7 @@
 gitit (0.12.0.1-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Relax dependency on aeson.
 
  -- Dmitry Bogatov <KAction at gnu.org>  Sat, 09 Jan 2016 22:09:53 +0300
 
diff --git a/p/gitit/debian/patches/relax-aeson-0.10.patch b/p/gitit/debian/patches/relax-aeson-0.10.patch
new file mode 100644
index 0000000..cec90ae
--- /dev/null
+++ b/p/gitit/debian/patches/relax-aeson-0.10.patch
@@ -0,0 +1,19 @@
+Description: Relax dependency on aeson
+ Attempt to solve tricky situation with LTS-4.0 transition. LTS-4.0 contains
+ aeson-0.10, so we need to build gitit with it. This patch is imported into
+ additional-patches, but it is not clear whether gitit is actually user-ready.
+Author: Dmitry Bogatov <KAction at gnu.org>
+Last-Update: 2015-01-09
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/gitit.cabal
++++ b/gitit.cabal
+@@ -170,7 +170,7 @@ Library
+                      hoauth2 >= 0.4.2 && < 0.5,
+                      http-conduit >= 2.1.4 && < 2.2,
+                      http-client-tls >= 0.2.2 && < 0.3,
+-                     aeson >= 0.7 && < 0.10,
++                     aeson >= 0.7 && < 0.12,
+                      uuid >= 1.3 && < 1.4
+   if impl(ghc >= 6.10)
+     build-depends:   base >= 4, syb
diff --git a/p/gitit/debian/patches/series b/p/gitit/debian/patches/series
index fb3f053..a697f73 100644
--- a/p/gitit/debian/patches/series
+++ b/p/gitit/debian/patches/series
@@ -1 +1,2 @@
+relax-aeson-0.10.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