Make symbols file hack soversion independent. stretch-staging archive/raspbian/4.0.1+dfsg1-1+rpi1 raspbian/4.0.1+dfsg1-1+rpi1
authorroot <root@odroidu2>
Thu, 2 Feb 2017 17:51:42 +0000 (09:51 -0800)
committerroot <root@odroidu2>
Thu, 2 Feb 2017 17:51:42 +0000 (09:51 -0800)
debian/changelog
debian/rules

index 13900215f5450618d72e93280c99c71d8bf9322e..ceef6b032c7c644cdb90f65867c8589f1d24f0b2 100644 (file)
@@ -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 <root@raspbian.org>  Thu, 02 Feb 2017 15:11:26 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Thu, 02 Feb 2017 15:11:26 +0000
 
 libcec (4.0.1+dfsg1-1) unstable; urgency=medium
 
index c39aa981dbefb9149a779fcac52cd2ee4d3a3a9a..d005a420085ab496b81d1ff1659c0f4b808a2321 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/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