Don't use $(overridden_command) it doesn't seem to work anymore. archive/raspbian/5.70.0-1+rpi1 raspbian/5.70.0-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Mon, 8 Jun 2020 01:15:14 +0000 (01:15 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 8 Jun 2020 01:15:14 +0000 (01:15 +0000)
debian/changelog
debian/rules

index 2c4b326366b34414bf201a7579bf61941fe4a2b5..a89e2040e53a3ff6575ec584732f7ca7829ff58a 100644 (file)
@@ -6,7 +6,7 @@ kdeclarative (5.70.0-1+rpi1) bullseye-staging; urgency=medium
   [changes introduced in version 5.27.0-1+rpi1 by Peter Michael Green]
   * Disable testsuite.
 
- -- Raspbian forward porter <root@raspbian.org>  Sun, 07 Jun 2020 20:03:55 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Mon, 08 Jun 2020 01:14:35 +0000
 
 kdeclarative (5.70.0-1) unstable; urgency=medium
 
index 578c2e48fb2b6dd91d9762425d4d2887937a0860..dcad4b3c8cedecc5085f1ae621e3c6403e9ef6c5 100755 (executable)
@@ -8,10 +8,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 override_dh_auto_build:
        sed -i s/arch=!armel/optional=meh/ debian/libkf5declarative5.symbols
-       $(overridden_command)
+       dh_auto_build
 
 override_dh_auto_clean:
-       $(overridden_command)
+       dh_auto_clean
        sed -i s/optional=meh/arch=!armel/ debian/libkf5declarative5.symbols
 
 override_dh_auto_configure: