- zimlib (6.2.0-2+rpi1) bullseye-staging; urgency=medium
++zimlib (6.2.2-1+rpi1) bullseye-staging; urgency=medium
+
+ [changes brought forward from 4.0.4-5+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Fri, 18 Jan 2019 22:43:45 +0000]
+ * Update symbols file for Raspbian.
+
+ [changes brought forward from 4.0.4-5+rpi2 by Peter Michael Green <plugwash@raspbian.org> at Sun, 07 Jun 2020 17:28:23 +0000]
+ * Disable testsuite.
+ * Fix clean target.
+
- -- Peter Michael Green <plugwash@raspbian.org> Sat, 05 Sep 2020 11:13:28 +0000
++ -- Raspbian forward porter <root@raspbian.org> Thu, 10 Sep 2020 13:10:10 +0000
++
+ zimlib (6.2.2-1) unstable; urgency=medium
+
+ * New upstream version 6.2.2
+ * Drop symbols file (Closes: #969196, #924572)
+
+ -- Kunal Mehta <legoktm@debian.org> Sat, 05 Sep 2020 02:29:25 -0700
zimlib (6.2.0-2) unstable; urgency=medium
# Skip some extremely memory-intensive tests
export SKIP_BIG_MEMORY_TEST=1
%:
- dh $@ --with pkgkde_symbolshelper --buildsystem=meson
+ dh $@ --buildsystem=meson
-# Increase test timeout
override_dh_auto_test:
- dh_auto_test -- -t 3
+ echo testsuite disabled
+
+override_dh_auto_clean:
+ rm -rf test/pytest/__pycache__
+ dh_auto_clean