diff options
| author | Clint Adams <clint@debian.org> | 2016-01-13 13:28:36 -0500 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-01-13 13:30:34 -0500 |
| commit | 5f7e33cb5a93c933e8e665a42daf9dbb4525474d (patch) | |
| tree | 98896d3942eb4d22383db6ac712c8a3f2954e1b2 /p/haskell-http2 | |
| parent | 6d8962f2da96bc75cb4d21c05ead78ad913f9816 (diff) | |
| download | DHG_packages-5f7e33cb5a93c933e8e665a42daf9dbb4525474d.tar.gz | |
http2: disable test suites requiring external data
Diffstat (limited to 'p/haskell-http2')
| -rw-r--r-- | p/haskell-http2/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-http2/debian/patches/disable-tests-with-external-test-cases | 54 | ||||
| -rw-r--r-- | p/haskell-http2/debian/patches/series | 1 |
3 files changed, 61 insertions, 0 deletions
diff --git a/p/haskell-http2/debian/changelog b/p/haskell-http2/debian/changelog index 896defc42..7d5cd4dd1 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@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 000000000..082ef2c73 --- /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 d61cbb2d4..0e8d62d7a 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 |
