[DHG_packages] 01/01: hslua: don't try to use luajit on [arm64, ppc64el, s390x], enable testsuite

Clint Adams clint at moszumanska.debian.org
Thu Dec 17 21:11:35 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 6815766c307195ae8a954d50bdd06c7448d29a4e
Author: Clint Adams <clint at debian.org>
Date:   Thu Dec 17 15:54:24 2015 -0500

    hslua: don't try to use luajit on [arm64,ppc64el,s390x], enable testsuite
---
 p/haskell-hslua/debian/changelog | 7 +++++++
 p/haskell-hslua/debian/control   | 8 +++++++-
 p/haskell-hslua/debian/rules     | 2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/p/haskell-hslua/debian/changelog b/p/haskell-hslua/debian/changelog
index fb06085..8e3ccae 100644
--- a/p/haskell-hslua/debian/changelog
+++ b/p/haskell-hslua/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hslua (0.4.1-2) unstable; urgency=medium
+
+  * Don't try to use luajit on [arm64,ppc64el,s390x].
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Thu, 17 Dec 2015 15:51:56 -0500
+
 haskell-hslua (0.4.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hslua/debian/control b/p/haskell-hslua/debian/control
index 0c29261..5b8f701 100644
--- a/p/haskell-hslua/debian/control
+++ b/p/haskell-hslua/debian/control
@@ -10,7 +10,13 @@ Build-Depends: debhelper (>= 9),
  ghc-prof,
  pkg-config,
  liblua5.1-0-dev,
- libluajit-5.1-dev,
+ libluajit-5.1-dev [!arm64 !ppc64el !s390x],
+ libghc-hspec-dev,
+ libghc-hspec-contrib-dev,
+ libghc-hunit-dev,
+ libghc-text-dev,
+ libghc-quickcheck2-dev (>= 2.7),
+ libghc-quickcheck-instances-dev,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.6
 Homepage: http://hackage.haskell.org/package/hslua
diff --git a/p/haskell-hslua/debian/rules b/p/haskell-hslua/debian/rules
index d730346..01f1aaf 100755
--- a/p/haskell-hslua/debian/rules
+++ b/p/haskell-hslua/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-# DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

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