[yade] 01/02: Do not install qt on armel and armhf.
Anton Gladky
gladk at moszumanska.debian.org
Sun Sep 13 13:26:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository yade.
commit 66b209de1f9f8122207be161028c7eaacead8a10
Author: Anton Gladky <gladk at debian.org>
Date: Sun Sep 13 13:53:27 2015 +0200
Do not install qt on armel and armhf.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index afda7a9..8b9f624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ override_dh_auto_configure:
-cat /proc/cpuinfo
override_dh_auto_install:
-ifeq (,$(filter $(DEB_HOST_ARCH), armel armhf))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf))
sed '2d' -i $(CURDIR)/debian/python-yade.pyinstall
endif
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yade.git
More information about the debian-science-commits
mailing list