[yade] 02/03: Fix compilation without GUI on armel and armhf.

Anton Gladky gladk at moszumanska.debian.org
Fri Jul 24 19:46:18 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 bed9ecfa5378b9e065e3acd71c8e45d03401cc69
Author: Anton Gladky <gladk at debian.org>
Date:   Sun Jul 19 21:44:42 2015 +0300

    Fix compilation without GUI on armel and armhf.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index daf234e..afda7a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,9 @@ override_dh_auto_configure:
 	-cat /proc/cpuinfo
 
 override_dh_auto_install:
+ifeq (,$(filter $(DEB_HOST_ARCH), armel armhf))
+	sed '2d' -i $(CURDIR)/debian/python-yade.pyinstall
+endif
 	dh_auto_install
 	# generate manpages
 	help2man $(tmpInstall)/usr/bin/yade > yade.1

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