[DHG_packages] 01/01: http2: disable test suites requiring external data

Clint Adams clint at moszumanska.debian.org
Wed Jan 13 18:31:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 5f7e33cb5a93c933e8e665a42daf9dbb4525474d
Author: Clint Adams <clint at debian.org>
Date:   Wed Jan 13 13:28:36 2016 -0500

    http2: disable test suites requiring external data
---
 p/haskell-http2/debian/changelog                   |  6 +++
 .../patches/disable-tests-with-external-test-cases | 54 ++++++++++++++++++++++
 p/haskell-http2/debian/patches/series              |  1 +
 3 files changed, 61 insertions(+)

diff --git a/p/haskell-http2/debian/changelog b/p/haskell-http2/debian/changelog
index 896defc..7d5cd4d 100644
--- a/p/haskell-http2/debian/changelog
+++ b/p/haskell-http2/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http2 (1.3.1-3) unstable; urgency=medium
+
+  * Disable test suites requiring external data.
+
+ -- Clint Adams <clint at debian.org>  Wed, 13 Jan 2016 13:24:46 -0500
+
 haskell-http2 (1.3.1-2) unstable; urgency=medium
 
   * Add missing build deps.
diff --git a/p/haskell-http2/debian/patches/disable-tests-with-external-test-cases b/p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
new file mode 100644
index 0000000..082ef2c
--- /dev/null
+++ b/p/haskell-http2/debian/patches/disable-tests-with-external-test-cases
@@ -0,0 +1,54 @@
+--- a/http2.cabal
++++ b/http2.cabal
+@@ -102,51 +102,6 @@
+                       , unordered-containers
+                       , word8
+ 
+-Test-Suite hpack
+-  Type:                 exitcode-stdio-1.0
+-  Default-Language:     Haskell2010
+-  HS-Source-Dirs:       test-hpack, .
+-  Ghc-Options:          -Wall
+-  Main-Is:              Spec.hs
+-  Other-Modules:        HPACKDecode
+-                        HPACKSpec
+-                        JSON
+-  Build-Depends:        base >= 4 && < 5
+-                      , aeson
+-                      , aeson-pretty
+-                      , array
+-                      , bytestring
+-                      , containers
+-                      , directory
+-                      , filepath
+-                      , hex
+-                      , hspec >= 1.3
+-                      , text
+-                      , unordered-containers
+-                      , vector
+-                      , word8
+-
+-Test-Suite frame
+-  Type:                 exitcode-stdio-1.0
+-  Default-Language:     Haskell2010
+-  HS-Source-Dirs:       test-frame
+-  GHC-Options:          -Wall
+-  Main-Is:              Spec.hs
+-  Other-Modules:        Case
+-                        JSON
+-  Build-Depends:        base >= 4 && < 5
+-                      , Glob
+-                      , aeson
+-                      , aeson-pretty
+-                      , bytestring
+-                      , directory
+-                      , filepath
+-                      , hex
+-                      , hspec >= 1.3
+-                      , http2
+-                      , text
+-                      , unordered-containers
+-
+ ----------------------------------------------------------------
+ 
+ Executable hpack-encode
diff --git a/p/haskell-http2/debian/patches/series b/p/haskell-http2/debian/patches/series
index d61cbb2..0e8d62d 100644
--- a/p/haskell-http2/debian/patches/series
+++ b/p/haskell-http2/debian/patches/series
@@ -1 +1,2 @@
 no-bytestring-builder
+disable-tests-with-external-test-cases

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