diff -Nru fwts-14.03.00/debian/changelog fwts-14.03.00/debian/changelog --- fwts-14.03.00/debian/changelog 2014-03-17 08:31:38.000000000 +0000 +++ fwts-14.03.00/debian/changelog 2014-03-24 10:21:24.000000000 +0000 @@ -1,3 +1,9 @@ +fwts (14.03.00-0ubuntu2) trusty; urgency=low + + * skip fwts-test on arm64 + + -- Keng-Yu Lin Mon, 24 Mar 2014 17:02:29 +0800 + fwts (14.03.00-0ubuntu1) trusty; urgency=low [Colin Ian King] diff -Nru fwts-14.03.00/debian/rules fwts-14.03.00/debian/rules --- fwts-14.03.00/debian/rules 2014-03-17 08:31:38.000000000 +0000 +++ fwts-14.03.00/debian/rules 2014-03-24 09:55:03.000000000 +0000 @@ -4,6 +4,8 @@ export AUTOMAKE=automake-1.11 export ACLOCAL=aclocal-1.11 +DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) + DEBVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \ | cut -d- -f1) @@ -19,6 +21,10 @@ override_dh_dkms: dh_dkms -V $(VERSION) +override_dh_auto_test: +ifneq ($(DEB_BUILD_ARCH),arm64) + dh_auto_test $@ +endif %: dh $@ --with autoreconf,dkms