Update symbols files hack.
authorPeter Michael Green <plugwash@raspbian.org>
Wed, 28 Nov 2018 08:51:07 +0000 (08:51 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 28 Nov 2018 08:51:52 +0000 (08:51 +0000)
debian/changelog
debian/rules

index 14e2f77a5370f2e64d88816bef3923e14058cf06..1fd6b023daff1c26a6455744a3727c8eb22e4b81 100644 (file)
@@ -4,7 +4,7 @@ libcec (4.0.3+dfsg1-1+rpi1) buster-staging; urgency=medium
   * Add symbols file hack for raspbian.
   * Fix clean target.
 
- -- Raspbian forward porter <root@raspbian.org>  Sun, 25 Nov 2018 18:53:14 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Wed, 28 Nov 2018 08:51:38 +0000
 
 libcec (4.0.3+dfsg1-1) unstable; urgency=medium
 
index 8930477560794ce9c10aaa927d6b7866e62bccdf..d874f2737cab21c3329a0880b47fb8e5ac8b6093 100755 (executable)
@@ -8,7 +8,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
        dh  $@ --with python2
 
 override_dh_auto_configure:
-       sed -i 's/(arch=!armel)/(optional=raspbian)/' debian/libcec*.symbols
+       sed -i 's/(arch=!armel !riscv64)/(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) \
                -DHAVE_EXYNOS_API=1 \
@@ -27,4 +27,4 @@ override_dh_auto_clean:
        rm -f src/cecc-client/env.h
        rm -f src/libcec/env.h
        rm -f src/libcec/libcec.pc
-       sed -i 's/(optional=raspbian)/(arch=!armel)/' debian/libcec*.symbols
+       sed -i 's/(optional=raspbian)/(arch=!armel !riscv64)/' debian/libcec*.symbols