Manual merge of version 5.94.0-1+rpi1 and 5.94.0-3 to produce 5.94.0-3+rpi1 archive/raspbian/5.94.0-3+rpi1 raspbian/5.94.0-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 7 Aug 2022 03:14:23 +0000 (03:14 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 7 Aug 2022 03:14:23 +0000 (03:14 +0000)
1  2 
debian/changelog
debian/rules

index d3f6ae73e0340911158e2bfab4c69e3ff21ba8dc,963441dd4dd1e958cc3b7ed2dde4cfbd5980632b..593c730d437dd8305cc09aeb75ea56e28c5e25d2
@@@ -1,12 -1,28 +1,38 @@@
- kdeclarative (5.94.0-1+rpi1) bookworm-staging; urgency=medium
++kdeclarative (5.94.0-3+rpi1) bookworm-staging; urgency=medium
 +
 +  [changes brought forward from 5.12.0-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 19 Jul 2015 02:00:18 +0000]
 +  * Add symbols file hack for raspbian.
 +
 +  [changes introduced in version 5.27.0-1+rpi1 by Peter Michael Green]
 +  * Disable testsuite.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Sun, 29 May 2022 17:22:37 +0000
++ -- Peter Michael Green <plugwash@debian.org>  Sun, 07 Aug 2022 03:13:30 +0000
++
+ kdeclarative (5.94.0-3) unstable; urgency=medium
+   * Team upload.
+   * Update symbols file from the logs of buildds.
+  -- Pino Toscano <pino@debian.org>  Tue, 26 Jul 2022 19:12:01 +0200
+ kdeclarative (5.94.0-2) unstable; urgency=medium
+   * Team upload.
+   * Bump Standards-Version to 4.6.1, no changes required.
+   * Remove inactive Uploaders.
+   * Modernize building:
+     - add the dh-sequence-kf5 build dependency to use the kf5 addon
+       automatically
+     - drop all the manually specified addons and buildsystem for dh
+   * CI: enable again the blhc job.
+   * Fix field name case in debian/control (Multi-arch => Multi-Arch).
+   * Remove the manual check for nocheck in DEB_BUILD_OPTIONS, as debhelper does
+     it already in compat 13+.
+   * Mark the xauth, and xvfb build dependencies as nocheck, as they are needed
+     only by dh_auto_test.
+   * Update symbols files. (Closes: #1012959)
+  -- Pino Toscano <pino@debian.org>  Mon, 25 Jul 2022 19:51:51 +0200
  
  kdeclarative (5.94.0-1) unstable; urgency=medium
  
diff --cc debian/rules
index fd1f7e3dfbad8f58224462d401de432de8ee44bb,263092f5219856bc2e2d14a3406b2f780ada357b..02514c00a5d592e2d453b03d61eb18c8af31d439
@@@ -4,20 -4,10 +4,18 @@@
  export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath
  
  %:
-       dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
+       dh $@ --with pkgkde_symbolshelper
  
 +override_dh_auto_build:
 +      sed -i s/arch=!armel/optional=meh/ debian/libkf5declarative5.symbols
 +      dh_auto_build
 +
 +override_dh_auto_clean:
 +      dh_auto_clean
 +      sed -i s/optional=meh/arch=!armel/ debian/libkf5declarative5.symbols
 +
  override_dh_auto_configure:
        dh_auto_configure -- -DBUILD_QCH=ON
  
  override_dh_auto_test:
- ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 -      xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test --no-parallel
 +      #xvfb-run -a --server-args="-screen 0 1024x768x24+32" dh_auto_test --no-parallel
- endif