[DHG_packages] 17/22: secret-sharing: test suite deps

Sean Whitton spw-guest at moszumanska.debian.org
Wed Sep 14 03:29:12 UTC 2016


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

spw-guest pushed a commit to branch master
in repository DHG_packages.

commit 5b990a71f3014cb10962f5d048b1731561bf9fe4
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Tue Sep 13 20:21:43 2016 -0700

    secret-sharing: test suite deps
    
    Patch the cabal file, and add some missing build-dependencies.
---
 p/haskell-secret-sharing/debian/control            |  2 ++
 .../debian/patches/missing-test-suite-deps.patch   | 22 ++++++++++++++++++++++
 p/haskell-secret-sharing/debian/patches/series     |  1 +
 3 files changed, 25 insertions(+)

diff --git a/p/haskell-secret-sharing/debian/control b/p/haskell-secret-sharing/debian/control
index 67fb468..c12e5ff 100644
--- a/p/haskell-secret-sharing/debian/control
+++ b/p/haskell-secret-sharing/debian/control
@@ -16,6 +16,8 @@ Build-Depends: debhelper (>= 9),
  libghc-polynomial-prof,
  libghc-vector-dev (>= 0.10.11.0),
  libghc-vector-prof,
+ libghc-test-framework-dev (>= 0.4.1),
+ libghc-test-framework-quickcheck2-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-dice-entropy-conduit-doc,
  libghc-finite-field-doc,
diff --git a/p/haskell-secret-sharing/debian/patches/missing-test-suite-deps.patch b/p/haskell-secret-sharing/debian/patches/missing-test-suite-deps.patch
new file mode 100644
index 0000000..fb5a7e3
--- /dev/null
+++ b/p/haskell-secret-sharing/debian/patches/missing-test-suite-deps.patch
@@ -0,0 +1,22 @@
+Author: Sean Whitton <spwhitton at spwhitton.name>
+Description: add missing test suite dependencies
+Forwarded: peter.robinson at monoid.at
+
+---
+--- haskell-secret-sharing-1.0.0.3.orig/secret-sharing.cabal
++++ haskell-secret-sharing-1.0.0.3/secret-sharing.cabal
+@@ -60,7 +60,13 @@ test-suite Main
+   build-depends:   base >= 4 && < 5,
+                    QuickCheck >= 2.4,
+                    test-framework >= 0.4.1,
+-                   test-framework-quickcheck2
++                   test-framework-quickcheck2,
++                   polynomial,
++                   bytestring,
++                   vector,
++                   binary,
++                   finite-field,
++                   dice-entropy-conduit
+   hs-source-dirs:  src, tests
+   main-is:         Tests.hs
+ 
diff --git a/p/haskell-secret-sharing/debian/patches/series b/p/haskell-secret-sharing/debian/patches/series
new file mode 100644
index 0000000..8adabac
--- /dev/null
+++ b/p/haskell-secret-sharing/debian/patches/series
@@ -0,0 +1 @@
+missing-test-suite-deps.patch

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