[DHG_packages] 01/01: hslua: drop kfreebsd-amd64 from luajit whitelist, as it appears to only have luajit in experimental.

Clint Adams clint at moszumanska.debian.org
Sun Apr 10 13:55:22 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 1eeb3587ec7f588057da5f25e9282fc0126798f4
Author: Clint Adams <clint at debian.org>
Date:   Sun Apr 10 09:53:47 2016 -0400

    hslua: drop kfreebsd-amd64 from luajit whitelist, as it appears to only have luajit in experimental.
---
 p/haskell-hslua/debian/changelog | 8 +++++++-
 p/haskell-hslua/debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/p/haskell-hslua/debian/changelog b/p/haskell-hslua/debian/changelog
index 6d652fc..21bcc4e 100644
--- a/p/haskell-hslua/debian/changelog
+++ b/p/haskell-hslua/debian/changelog
@@ -1,9 +1,15 @@
+haskell-hslua (0.4.1-8) unstable; urgency=medium
+
+  * Drop kfreebsd-amd64 from luajit whitelist, as it appears to only
+    have luajit in experimental.
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 Apr 2016 09:50:34 -0400
+
 haskell-hslua (0.4.1-7) unstable; urgency=medium
 
   * Update architecture whitelist also in the binaries Depends: field. Yet
     again closes: #811554. *grmbl* redundancies
 
-
  -- Joachim Breitner <nomeata at debian.org>  Thu, 21 Jan 2016 09:05:31 +0100
 
 haskell-hslua (0.4.1-6) unstable; urgency=medium
diff --git a/p/haskell-hslua/debian/rules b/p/haskell-hslua/debian/rules
index 28a9181..4f9e0a4 100755
--- a/p/haskell-hslua/debian/rules
+++ b/p/haskell-hslua/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-ifeq (,$(filter $(DEB_BUILD_ARCH),amd64 armel armhf i386 mips mipsel powerpc hurd-i386 kfreebsd-i386 kfreebsd-amd64))
+ifeq (,$(filter $(DEB_BUILD_ARCH),amd64 armel armhf i386 mips mipsel powerpc hurd-i386 kfreebsd-i386))
 DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=-luajit
 else
 DEB_SETUP_GHC_CONFIGURE_ARGS += --flags=luajit

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