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