Extend symbols file hack. archive/raspbian/5.96.0-3+rpi1 raspbian/5.96.0-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 11 Aug 2022 03:03:44 +0000 (03:03 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 11 Aug 2022 03:03:44 +0000 (03:03 +0000)
debian/changelog
debian/rules

index 593e48e3114399212b84ed0d44b00eab703bf1e1..71a531c251971979cee384fccf8f5879af02125d 100644 (file)
@@ -6,7 +6,10 @@ kdeclarative (5.96.0-3+rpi1) bookworm-staging; urgency=medium
   [changes introduced in version 5.27.0-1+rpi1 by Peter Michael Green]
   * Disable testsuite.
 
- -- Raspbian forward porter <root@raspbian.org>  Thu, 11 Aug 2022 01:42:08 +0000
+  [changes introduced in version 5.96.0-3+rpi1 by Peter Michael Green]
+  * Extend symbols file hack.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Thu, 11 Aug 2022 03:03:20 +0000
 
 kdeclarative (5.96.0-3) unstable; urgency=medium
 
index 02514c00a5d592e2d453b03d61eb18c8af31d439..a1407c5d8708f141c3d6d173ff9e3f079e96221f 100755 (executable)
@@ -8,11 +8,13 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath
 
 override_dh_auto_build:
        sed -i s/arch=!armel/optional=meh/ debian/libkf5declarative5.symbols
+       sed -i 's/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/optional=meh2/' debian/libkf5declarative5.symbols
        dh_auto_build
 
 override_dh_auto_clean:
        dh_auto_clean
        sed -i s/optional=meh/arch=!armel/ debian/libkf5declarative5.symbols
+       sed -i 's/optional=meh2/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/' debian/libkf5declarative5.symbols
 
 override_dh_auto_configure:
        dh_auto_configure -- -DBUILD_QCH=ON