Merge version 4.0.2+dfsg1-2+rpi1 and 4.0.3+dfsg1-1 to produce 4.0.3+dfsg1-1+rpi1
authorRaspbian forward pporter <root@raspbian.org>
Sun, 25 Nov 2018 18:53:14 +0000 (18:53 +0000)
committerRaspbian forward pporter <root@raspbian.org>
Sun, 25 Nov 2018 18:53:14 +0000 (18:53 +0000)
1  2 
debian/changelog
debian/rules

index e24dd6a0069d1ba65fd94ca07e7b0f27b7933cc8,61ac13df80d524ac552b5642b3e05dca5a6825a4..14e2f77a5370f2e64d88816bef3923e14058cf06
@@@ -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 <plugwash@raspbian.org> at Thu, 10 Mar 2016 00:53:26 +0000]
 +  * Add symbols file hack for raspbian.
 +  * Fix clean target.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Tue, 02 Jan 2018 06:01:40 +0000
++ -- Raspbian forward porter <root@raspbian.org>  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 <rbalint@ubuntu.com>  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 <rbalint@ubuntu.com>  Tue, 26 Dec 2017 02:55:36 +0100
  
  libcec (4.0.2+dfsg1-2) unstable; urgency=medium
  
diff --cc debian/rules
index d56191626234811c00736a26496de996193dfe70,adf89f4267f0519ef0c167ea4be4a8c4862fb607..8930477560794ce9c10aaa927d6b7866e62bccdf
@@@ -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