[DHG_packages] 01/02: Only depend on libluajit-5.1-dev on architectures where we also build-depend on it; this plus Clint's earlier fixes closes: #807389.
Colin Watson
cjwatson at moszumanska.debian.org
Sat Dec 19 14:58:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
cjwatson pushed a commit to branch master
in repository DHG_packages.
commit 540745895c59bc17d3bb43c26c998152f46b1dc6
Author: Colin Watson <cjwatson at debian.org>
Date: Sat Dec 19 14:55:08 2015 +0000
Only depend on libluajit-5.1-dev on architectures where we also build-depend on it; this plus Clint's earlier fixes closes: #807389.
---
p/haskell-hslua/debian/changelog | 7 +++++++
p/haskell-hslua/debian/control | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/p/haskell-hslua/debian/changelog b/p/haskell-hslua/debian/changelog
index de872da..daab30b 100644
--- a/p/haskell-hslua/debian/changelog
+++ b/p/haskell-hslua/debian/changelog
@@ -1,3 +1,10 @@
+haskell-hslua (0.4.1-4) UNRELEASED; urgency=medium
+
+ * Only depend on libluajit-5.1-dev on architectures where we also
+ build-depend on it; this plus Clint's earlier fixes closes: #807389.
+
+ -- Colin Watson <cjwatson at debian.org> Sat, 19 Dec 2015 14:54:32 +0000
+
haskell-hslua (0.4.1-3) unstable; urgency=medium
* Tweak system-lua patch to not force luajit on all architectures.
diff --git a/p/haskell-hslua/debian/control b/p/haskell-hslua/debian/control
index 5b8f701..dd16d18 100644
--- a/p/haskell-hslua/debian/control
+++ b/p/haskell-hslua/debian/control
@@ -32,7 +32,7 @@ Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
liblua5.1-0-dev,
- libluajit-5.1-dev,
+ libluajit-5.1-dev [!arm64 !ppc64el !s390x],
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Provides: ${haskell:Provides},
--
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