Disabling test target in rules on sparc (Closes: #608642).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6704c23074
commit
32e6329ab7
1 changed files with 7 additions and 0 deletions
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -1,8 +1,15 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@}
|
dh ${@}
|
||||||
|
|
||||||
|
ifeq ($(DEB_BUILD_ARCH),sparc)
|
||||||
|
override_dh_auto_test:
|
||||||
|
# disabled, see #608642 for more information
|
||||||
|
endif
|
||||||
|
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue