Further extend/fix symbols file hack. archive/raspbian/5.98.0-2+rpi1 raspbian/5.98.0-2+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 29 Sep 2022 14:47:56 +0000 (14:47 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 29 Sep 2022 14:47:56 +0000 (14:47 +0000)
debian/changelog
debian/rules

index b4541437d6958564301f1481ca44989cfb93d810..0b7ef01b40ddb133d29b85fa78556f4cbdfa0942 100644 (file)
@@ -9,6 +9,9 @@ kdeclarative (5.98.0-2+rpi1) bookworm-staging; urgency=medium
   [changes introduced in version 5.96.0-3+rpi1 by Peter Michael Green]
   * Extend symbols file hack.
 
+  [changes introduced in version 5.98.0-2+rpi1 by Peter Michael Green]
+  * Further extend and fix symbols file hack.
+
  -- Peter Michael Green <plugwash@raspbian.org>  Sun, 25 Sep 2022 18:40:25 +0000
 
 kdeclarative (5.98.0-2) unstable; urgency=medium
index 84b79471ae611e33b775f04a922cabe905bd649d..ef48936cafce8d99aed86e5a643714f2bd4bf0a5 100755 (executable)
@@ -10,14 +10,14 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
        dh $@
 
 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
+       sed -i s/arch=!armel/optional=meh/ debian/*.symbols
+       sed -i 's/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/optional=meh2/' debian/*.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
+       sed -i 's/optional=meh2/arch=alpha amd64 arm64 armhf hppa i386 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/' debian/*.symbols
+       sed -i s/optional=meh/arch=!armel/ debian/*.symbols
 
 override_dh_auto_configure:
        dh_auto_configure -- -DBUILD_QCH=ON