From: Raspbian forward pporter Date: Sun, 25 Nov 2018 18:53:14 +0000 (+0000) Subject: Merge version 4.0.2+dfsg1-2+rpi1 and 4.0.3+dfsg1-1 to produce 4.0.3+dfsg1-1+rpi1 X-Git-Tag: archive/raspbian/4.0.3+dfsg1-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d62135a526b80b5d35df8492a7ea2b8ff7143b64;p=libcec.git Merge version 4.0.2+dfsg1-2+rpi1 and 4.0.3+dfsg1-1 to produce 4.0.3+dfsg1-1+rpi1 --- d62135a526b80b5d35df8492a7ea2b8ff7143b64 diff --cc debian/changelog index e24dd6a,61ac13d..14e2f77 --- a/debian/changelog +++ b/debian/changelog @@@ -1,10 -1,23 +1,31 @@@ - libcec (4.0.2+dfsg1-2+rpi1) buster-staging; urgency=medium ++libcec (4.0.3+dfsg1-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 3.1.0+dfsg1-4+rpi1 by Peter Michael Green at Thu, 10 Mar 2016 00:53:26 +0000] + * Add symbols file hack for raspbian. + * Fix clean target. + - -- Raspbian forward porter Tue, 02 Jan 2018 06:01:40 +0000 ++ -- Raspbian forward porter Sun, 25 Nov 2018 18:53:14 +0000 ++ + libcec (4.0.3+dfsg1-1) unstable; urgency=medium + + [ Ondřej Nový ] + * d/copyright: Use https protocol in Format field + * d/control: Fix wrong Vcs-* + + [ Balint Reczey ] + * New upstream version 4.0.3+dfsg1 + * Update symbols after enabling Exynos and AOCEC API support + * Update installing Python 2 package content + * Update symbols. There are symbol removals, but upstream does not list + them as being part of the public API. + + -- Balint Reczey Fri, 16 Nov 2018 03:36:22 +0100 + + libcec (4.0.2+dfsg1-3) experimental; urgency=medium + + * Enable Exynos and AOCEC API support (Closes: #885177) + + -- Balint Reczey Tue, 26 Dec 2017 02:55:36 +0100 libcec (4.0.2+dfsg1-2) unstable; urgency=medium diff --cc debian/rules index d561916,adf89f4..8930477 --- a/debian/rules +++ b/debian/rules @@@ -8,9 -8,10 +8,11 @@@ DEB_HOST_MULTIARCH ?= $(shell dpkg-arch dh $@ --with python2 override_dh_auto_configure: + sed -i 's/(arch=!armel)/(optional=raspbian)/' debian/libcec*.symbols ln -s /usr/include/cec-platform include/platform && \ - dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) + dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) \ + -DHAVE_EXYNOS_API=1 \ + -DHAVE_AOCEC_API=1 override_dh_auto_install: dh_auto_install