[DHG_packages] 01/01: http2: Disable doctests, the fail on armel.
Joachim Breitner
nomeata at moszumanska.debian.org
Tue May 3 16:03:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to annotated tag haskell-http2_v1.5.3-3
in repository DHG_packages.
commit 5ce3b412f9dcae82ed05041e8bf69c404529e037
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue May 3 17:41:16 2016 +0200
http2: Disable doctests, the fail on armel.
---
p/haskell-http2/debian/changelog | 6 ++++++
p/haskell-http2/debian/patches/disable-doctest | 20 ++++++++++++++++++++
p/haskell-http2/debian/patches/series | 1 +
3 files changed, 27 insertions(+)
diff --git a/p/haskell-http2/debian/changelog b/p/haskell-http2/debian/changelog
index af36137..8ce9f16 100644
--- a/p/haskell-http2/debian/changelog
+++ b/p/haskell-http2/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http2 (1.5.3-3) unstable; urgency=medium
+
+ * Disable doctests, the fail on armel.
+
+ -- Joachim Breitner <nomeata at debian.org> Tue, 03 May 2016 17:40:56 +0200
+
haskell-http2 (1.5.3-2) unstable; urgency=medium
* Upstream patch to stop using memcpy. closes: #818143.
diff --git a/p/haskell-http2/debian/patches/disable-doctest b/p/haskell-http2/debian/patches/disable-doctest
new file mode 100644
index 0000000..66c7f1d
--- /dev/null
+++ b/p/haskell-http2/debian/patches/disable-doctest
@@ -0,0 +1,20 @@
+Index: haskell-http2/http2.cabal
+===================================================================
+--- haskell-http2.orig/http2.cabal 2016-05-03 17:40:34.000000000 +0200
++++ haskell-http2/http2.cabal 2016-05-03 17:40:48.565770395 +0200
+@@ -88,15 +88,6 @@
+
+ ----------------------------------------------------------------
+
+-Test-Suite doctest
+- Type: exitcode-stdio-1.0
+- Default-Language: Haskell2010
+- HS-Source-Dirs: test
+- Ghc-Options: -Wall
+- Main-Is: doctests.hs
+- Build-Depends: base >= 4 && < 5
+- , doctest >= 0.9.3
+-
+ Test-Suite spec
+ Type: exitcode-stdio-1.0
+ Default-Language: Haskell2010
diff --git a/p/haskell-http2/debian/patches/series b/p/haskell-http2/debian/patches/series
index 55aa939..0656d29 100644
--- a/p/haskell-http2/debian/patches/series
+++ b/p/haskell-http2/debian/patches/series
@@ -1,3 +1,4 @@
+disable-doctest
no-bytestring-builder
disable-tests-with-external-test-cases
stop-using-memcpy
--
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