Commit another patch that touch debian/* files.
[deb_libcec.git] / debian / rules
... / ...
CommitLineData
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
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