From: Jérôme Benoit Date: Mon, 1 Dec 2014 16:02:36 +0000 (+0100) Subject: Commit another patch that touch debian/* files. X-Git-Tag: debian/2.2.0-3_trusty~2 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=d316a3c931aeeb50939213cd2880b4c59f57c824 Commit another patch that touch debian/* files. Signed-off-by: Jérôme Benoit --- diff --git a/debian/gbp.conf b/debian/gbp.conf deleted file mode 100644 index cec628c..0000000 --- a/debian/gbp.conf +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -pristine-tar = True diff --git a/debian/rules b/debian/rules index b4bd2b6..ad1ff95 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,8 @@ %: dh $@ --parallel +DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH) +ifeq ($(DEB_HOST_ARCH),armhf) +override_dh_auto_configure: + dh_auto_configure -- --enable-exynos +endif