Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
+libcec (2.2.0-2~trusty) trusty; urgency=low
+
+ * Add a build option for exynos support
+
+ -- Piment Noir Packaging <contact@piment-noir.org> Mon, 10 Nov 2014 18:44:00 +0100
+
+libcec (2.1.4-4~trusty) trusty; urgency=low
+
+ * Build for Ubuntu 'trusty'
+
+ -- Pulse-Eight Packaging <packaging@pulse-eight.com> Sat, 14 Dec 2013 01:02:43 +0100
+
libcec (2.2.0-1) unstable; urgency=low
* changed / added:
--- a/debian/rules
+++ b/debian/rules
-@@ -6,3 +6,5 @@
+@@ -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