Commit another patch that touch debian/* files.
[deb_libcec.git] / debian / rules
CommitLineData
abbca718 1#!/usr/bin/make -f
abbca718
LOK
2
3# Uncomment this to turn on verbose mode.
e1a123a8 4#export DH_VERBOSE=1
abbca718
LOK
5
6%:
142d1b01 7 dh $@ --parallel
354ded4d 8
d316a3c9
JB
9DEB_HOST_ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
10ifeq ($(DEB_HOST_ARCH),armhf)
11override_dh_auto_configure:
12 dh_auto_configure -- --enable-exynos
13endif