Further extend symbols file hack. archive/raspbian/5.115.0-3+rpi1 raspbian/5.115.0-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 20 Jun 2024 01:29:50 +0000 (01:29 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 20 Jun 2024 01:29:50 +0000 (01:29 +0000)
debian/changelog
debian/rules

index 4350ccc5c3462cc0c7e9075f6d236e3ffb45311b..32f3f271e0dc261a9ef6a7f6e112923ad6f64280 100644 (file)
@@ -12,7 +12,10 @@ kdeclarative (5.115.0-3+rpi1) trixie-staging; urgency=medium
   [changes introduced in version 5.98.0-2+rpi1 by Peter Michael Green]
   * Further extend and fix symbols file hack.
 
- -- Raspbian forward porter <root@raspbian.org>  Wed, 19 Jun 2024 20:19:00 +0000
+  [changes introduced in version 5.115.0-3+rpi1 by Peter Michael Green]
+  * Further extend and fix symbols file hack.
+
+ -- Peter Michael Green <plugwash@raspbian.org>  Thu, 20 Jun 2024 01:28:19 +0000
 
 kdeclarative (5.115.0-3) unstable; urgency=medium
 
index bd11d46d03775609f0b3cfe7d9420f77ca22c40b..d31f37b45bea21f8ed7987e3b7ce3ff5a1d39ec3 100755 (executable)
@@ -12,10 +12,12 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
 override_dh_auto_build:
        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
+       sed -i 's/arch=alpha amd64 arm64 armhf hppa i386 loong64 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/optional=meh3/' debian/*.symbols
        dh_auto_build
 
 override_dh_auto_clean:
        dh_auto_clean
+       sed -i 's/optional=meh3/arch=alpha amd64 arm64 armhf hppa i386 loong64 mips64el mipsel powerpc ppc64 ppc64el s390x sh4/' debian/*.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