[DHG_packages] 01/04: gitit: patch for newer tagsoup
Clint Adams
clint at moszumanska.debian.org
Tue Oct 18 00:33:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 98b4422bdd94fab24750957c15d9519f9e9848e2
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 12 12:34:22 2016 -0400
gitit: patch for newer tagsoup
---
p/gitit/debian/changelog | 6 ++++++
p/gitit/debian/patches/newer-tagsoup | 11 +++++++++++
p/gitit/debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/p/gitit/debian/changelog b/p/gitit/debian/changelog
index 8dd0ea8..bc81aee 100644
--- a/p/gitit/debian/changelog
+++ b/p/gitit/debian/changelog
@@ -1,3 +1,9 @@
+gitit (0.12.1.1+dfsg-4) experimental; urgency=medium
+
+ * Patch for newer tagsoup.
+
+ -- Clint Adams <clint at debian.org> Wed, 12 Oct 2016 12:34:03 -0400
+
gitit (0.12.1.1+dfsg-3) experimental; urgency=medium
* Temporarily build-depend on ghc 8.
diff --git a/p/gitit/debian/patches/newer-tagsoup b/p/gitit/debian/patches/newer-tagsoup
new file mode 100644
index 0000000..cada05a
--- /dev/null
+++ b/p/gitit/debian/patches/newer-tagsoup
@@ -0,0 +1,11 @@
+--- a/gitit.cabal
++++ b/gitit.cabal
+@@ -155,7 +155,7 @@ Library
+ ConfigFile >= 1 && < 1.2,
+ feed >= 0.3.6 && < 0.4,
+ xss-sanitize >= 0.3 && < 0.4,
+- tagsoup >= 0.13 && < 0.14,
++ tagsoup >= 0.13 && < 0.15,
+ blaze-html >= 0.4 && < 0.9,
+ json >= 0.4 && < 0.10,
+ uri >= 0.1 && < 0.2,
diff --git a/p/gitit/debian/patches/series b/p/gitit/debian/patches/series
index cbc1544..b17c3ac 100644
--- a/p/gitit/debian/patches/series
+++ b/p/gitit/debian/patches/series
@@ -1,2 +1,3 @@
clean-cabal-file.patch
jquery.patch
+newer-tagsoup
--
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