- gdu (5.8.1-2+rpi1) bookworm-staging; urgency=medium
++gdu (5.9.0-1+rpi1) bookworm-staging; urgency=medium
+
+ [changes brought forward from 4.6.3-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 08 May 2021 11:33:59 +0000]
+ * Disable testsuite (I suspect it's a btrfs related failure)
+
- -- Raspbian forward porter <root@raspbian.org> Wed, 13 Oct 2021 21:15:58 +0000
++ -- Raspbian forward porter <root@raspbian.org> Wed, 27 Oct 2021 06:23:34 +0000
++
+ gdu (5.9.0-1) unstable; urgency=medium
+
+ * added option to show total usage for given path #96
+ * added option to read ignore patterns from file
+ * refactor: struct fields aligned correctly
+
+ -- Daniel Milde <daniel@milde.cz> Sat, 23 Oct 2021 15:16:31 +0200
+
+ gdu (5.8.1-3) unstable; urgency=medium
+
+ * use go 1.16
+
+ -- Daniel Milde <daniel@milde.cz> Fri, 15 Oct 2021 14:30:04 +0200
gdu (5.8.1-2) unstable; urgency=medium
dh_auto_install -- --no-source
override_dh_auto_build:
- dh_auto_build -- -ldflags "$(GOLDFLAGS)"
+ dh_auto_build -O--buildsystem=golang -- -ldflags "$(GO_LDFLAGS)"
+
+override_dh_auto_test:
+ echo testsuite disabled