[DHG_packages] 01/01: xmlhtml: patch out bytestring-builder dep

Clint Adams clint at moszumanska.debian.org
Wed Oct 4 12:23:54 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 9ef412d56236ce58296ec7bf9996bdf7ad85982a
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 4 08:23:09 2017 -0400

    xmlhtml: patch out bytestring-builder dep
---
 p/haskell-xmlhtml/debian/changelog                     |  6 ++++++
 p/haskell-xmlhtml/debian/control                       |  2 +-
 p/haskell-xmlhtml/debian/patches/no-bytestring-builder | 18 ++++++++++++++++++
 p/haskell-xmlhtml/debian/patches/series                |  1 +
 4 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/p/haskell-xmlhtml/debian/changelog b/p/haskell-xmlhtml/debian/changelog
index c6b8082..c6d1ad3 100644
--- a/p/haskell-xmlhtml/debian/changelog
+++ b/p/haskell-xmlhtml/debian/changelog
@@ -1,3 +1,9 @@
+haskell-xmlhtml (0.2.5-2) unstable; urgency=medium
+
+  * Patch out bytestring-builder dep.
+
+ -- Clint Adams <clint at debian.org>  Wed, 04 Oct 2017 08:22:11 -0400
+
 haskell-xmlhtml (0.2.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control
index 2050139..98010bd 100644
--- a/p/haskell-xmlhtml/debian/control
+++ b/p/haskell-xmlhtml/debian/control
@@ -53,7 +53,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-parsec3-doc,
  libghc-text-doc,
  libghc-unordered-containers-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
 Homepage: https://github.com/snapframework/xmlhtml
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-xmlhtml
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-xmlhtml/debian/patches/no-bytestring-builder b/p/haskell-xmlhtml/debian/patches/no-bytestring-builder
new file mode 100644
index 0000000..c4978d9
--- /dev/null
+++ b/p/haskell-xmlhtml/debian/patches/no-bytestring-builder
@@ -0,0 +1,18 @@
+--- a/xmlhtml.cabal
++++ b/xmlhtml.cabal
+@@ -825,7 +825,6 @@
+                        blaze-html           >= 0.9   && < 0.10,
+                        blaze-markup         >= 0.8   && < 0.9,
+                        bytestring           >= 0.9   && < 0.11,
+-                       bytestring-builder   >= 0.10.4.0.2 && < 0.11,
+                        containers           >= 0.3   && < 0.6,
+                        parsec               >= 3.1.2 && < 3.2,
+                        text                 >= 0.11  && < 1.3,
+@@ -854,7 +853,6 @@
+     blaze-html,
+     blaze-markup,
+     bytestring,
+-    bytestring-builder,
+     directory                  >= 1.0      && <1.4,
+     hspec                      >= 2.4      && <2.5,
+     text,
diff --git a/p/haskell-xmlhtml/debian/patches/series b/p/haskell-xmlhtml/debian/patches/series
index f35b2a8..91489a5 100644
--- a/p/haskell-xmlhtml/debian/patches/series
+++ b/p/haskell-xmlhtml/debian/patches/series
@@ -1 +1,2 @@
 saner-testsuite
+no-bytestring-builder

-- 
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