From 9372787e5c4b184de86da10b1c8e61ab2fe5dc07 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Feb 2017 09:51:42 -0800 Subject: [PATCH] Make symbols file hack soversion independent. --- debian/changelog | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1390021..ceef6b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ libcec (4.0.1+dfsg1-1+rpi1) stretch-staging; urgency=medium * Add symbols file hack for raspbian. * Fix clean target. - -- Raspbian forward porter Thu, 02 Feb 2017 15:11:26 +0000 + -- Peter Michael Green Thu, 02 Feb 2017 15:11:26 +0000 libcec (4.0.1+dfsg1-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index c39aa98..d005a42 100755 --- a/debian/rules +++ b/debian/rules @@ -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/libcec3.symbols + 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) @@ -26,4 +26,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/libcec3.symbols + sed -i 's/(optional=raspbian)/(arch=!armel)/' debian/libcec*.symbols -- 2.30.2