~ubuntu-branches/debian/stretch/yade/stretch

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Anton Gladky, 66b209d
  • Date: 2015-09-13 13:53:41 UTC
  • Revision ID: package-import@ubuntu.com-20150913135341-auskyvikf4q8zkl4
Tags: 1.14.0-7
[66b209d] Do not install qt on armel and armhf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        -cat /proc/cpuinfo
42
42
 
43
43
override_dh_auto_install:
44
 
ifeq (,$(filter $(DEB_HOST_ARCH), armel armhf))
 
44
ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf))
45
45
        sed '2d' -i $(CURDIR)/debian/python-yade.pyinstall
46
46
endif
47
47
        dh_auto_install