Don't use $(overidden_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>
Fri, 5 Jun 2020 23:46:54 +0000 (23:46 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 5 Jun 2020 23:46:54 +0000 (23:46 +0000)
debian/changelog
debian/rules

index 899612a7233677c531e46151ae5a0f23e7d9cee4..8c028ad16caf1c4e868fc335e4fc322469916eca 100644 (file)
@@ -3,7 +3,7 @@ kactivities-kf5 (5.70.0-1+rpi1) bullseye-staging; urgency=medium
   [changes brought forward from 5.12.0-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 19 Jul 2015 21:22:27 +0000]
   * Add symbols file hack for raspbian.
 
- -- Raspbian forward porter <root@raspbian.org>  Fri, 05 Jun 2020 22:57:26 +0000
+ -- Peter Michael Green <plugwash@raspbian.org>  Fri, 05 Jun 2020 22:57:26 +0000
 
 kactivities-kf5 (5.70.0-1) unstable; urgency=medium
 
index 625b281c6f65f9e93c6bd481b9c980499d03083c..dc4c915665923df20b1f8ac33bce1552e6752bb8 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/libkf5activities5.symbols 
-       $(overridden_command)
+       dh_auto_build
 
 override_dh_auto_clean:
-       $(overridden_command)
+       dh_auto_clean
        sed -i s/optional=meh/arch=!armel/ debian/libkf5activities5.symbols 
 
 override_dh_auto_configure: