From: Jérôme Benoit Date: Wed, 26 Nov 2014 18:39:53 +0000 (+0100) Subject: Better exynos support. X-Git-Tag: debian/2.2.0-3_trusty~8 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=fe312fda1859e237686b12f3aba4f46a687e22a7 Better exynos support. Signed-off-by: Jérôme Benoit --- 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