From fe312fda1859e237686b12f3aba4f46a687e22a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 26 Nov 2014 19:39:53 +0100 Subject: [PATCH] Better exynos support. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- debian/changelog | 12 ++++++++++++ debian/patches/exynos-dpkg.patch | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 862c347..bbe5eb1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libcec (2.2.0-2~trusty) trusty; urgency=low + + * Add a build option for exynos support + + -- Piment Noir Packaging Mon, 10 Nov 2014 18:44:00 +0100 + +libcec (2.1.4-4~trusty) trusty; urgency=low + + * Build for Ubuntu 'trusty' + + -- Pulse-Eight Packaging Sat, 14 Dec 2013 01:02:43 +0100 + libcec (2.2.0-1) unstable; urgency=low * changed / added: diff --git a/debian/patches/exynos-dpkg.patch b/debian/patches/exynos-dpkg.patch index 5c1581b..84b7926 100644 --- a/debian/patches/exynos-dpkg.patch +++ b/debian/patches/exynos-dpkg.patch @@ -1,8 +1,11 @@ --- 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 -- 2.34.1