[DHG_packages] 01/02: xml-hamlet: Get newer build-deps from hackage
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Mon Nov 6 19:20:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository DHG_packages.
commit 351e66581eccbd79c1c087328e80150905c6cab1
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date: Mon Nov 6 20:58:17 2017 +0200
xml-hamlet: Get newer build-deps from hackage
Closes: #880518
---
p/haskell-xml-hamlet/debian/changelog | 5 +++--
p/haskell-xml-hamlet/debian/control | 3 +--
p/haskell-xml-hamlet/debian/patches/newer-xml-conduit | 17 +++++++++++++++++
p/haskell-xml-hamlet/debian/patches/series | 1 +
4 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/p/haskell-xml-hamlet/debian/changelog b/p/haskell-xml-hamlet/debian/changelog
index e64f872..a2f5022 100644
--- a/p/haskell-xml-hamlet/debian/changelog
+++ b/p/haskell-xml-hamlet/debian/changelog
@@ -1,12 +1,13 @@
-haskell-xml-hamlet (0.4.1-2) UNRELEASED; urgency=medium
+haskell-xml-hamlet (0.4.1-2) unstable; urgency=medium
* Change Priority to optional. Since Debian Policy version 4.0.1,
priority extra has been deprecated.
* Use the HTTPS form of the copyright-format URL
* Modify d/watch and Source field in d/copyright to use HTTPS
* Declare compliance with Debian policy 4.1.1
+ * Get newer build-deps from hackage (Closes: #880518)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 01 Nov 2017 12:15:41 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 06 Nov 2017 20:57:42 +0200
haskell-xml-hamlet (0.4.1-1) unstable; urgency=medium
diff --git a/p/haskell-xml-hamlet/debian/control b/p/haskell-xml-hamlet/debian/control
index 090ed6c..201109f 100644
--- a/p/haskell-xml-hamlet/debian/control
+++ b/p/haskell-xml-hamlet/debian/control
@@ -24,8 +24,7 @@ Build-Depends:
libghc-text-dev,
libghc-text-dev (>= 0.10),
libghc-text-prof,
- libghc-xml-conduit-dev,
- libghc-xml-conduit-dev (<< 1.5),
+ libghc-xml-conduit-dev (<< 1.7),
libghc-xml-conduit-dev (>= 1.0),
libghc-xml-conduit-prof,
Build-Depends-Indep:
diff --git a/p/haskell-xml-hamlet/debian/patches/newer-xml-conduit b/p/haskell-xml-hamlet/debian/patches/newer-xml-conduit
new file mode 100644
index 0000000..97ec2f5
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/patches/newer-xml-conduit
@@ -0,0 +1,17 @@
+Description: Newer version of xml-conduit
+Origin: upstream, https://hackage.haskell.org/package/xml-hamlet-0.4.1/revisions/
+---
+
+Index: b/xml-hamlet.cabal
+===================================================================
+--- a/xml-hamlet.cabal
++++ b/xml-hamlet.cabal
+@@ -19,7 +19,7 @@ Library
+
+ Build-depends: base >= 4 && < 5
+ , shakespeare >= 1.0 && < 2.2
+- , xml-conduit >= 1.0 && < 1.5
++ , xml-conduit >= 1.0 && < 1.7
+ , text >= 0.10
+ , template-haskell
+ , parsec >= 2.0 && < 3.2
diff --git a/p/haskell-xml-hamlet/debian/patches/series b/p/haskell-xml-hamlet/debian/patches/series
new file mode 100644
index 0000000..176c2a5
--- /dev/null
+++ b/p/haskell-xml-hamlet/debian/patches/series
@@ -0,0 +1 @@
+newer-xml-conduit
--
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