From: Peter Michael Green Date: Thu, 28 Oct 2021 17:10:43 +0000 (+0000) Subject: Manual merge of version 5.8.1-2+rpi1 and 5.9.0-1 to produce 5.9.0-1+rpi1 X-Git-Tag: archive/raspbian/5.9.0-1+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=064d93b3ccf34357bca8a989fcdbb948e0ac4dd8;p=gdu.git Manual merge of version 5.8.1-2+rpi1 and 5.9.0-1 to produce 5.9.0-1+rpi1 --- 064d93b3ccf34357bca8a989fcdbb948e0ac4dd8 diff --cc debian/changelog index 289b4b2,95260fe..232c70a --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,16 +1,23 @@@ - 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 at Sat, 08 May 2021 11:33:59 +0000] + * Disable testsuite (I suspect it's a btrfs related failure) + - -- Raspbian forward porter Wed, 13 Oct 2021 21:15:58 +0000 ++ -- Raspbian forward porter 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 Sat, 23 Oct 2021 15:16:31 +0200 + + gdu (5.8.1-3) unstable; urgency=medium + + * use go 1.16 + + -- Daniel Milde Fri, 15 Oct 2021 14:30:04 +0200 gdu (5.8.1-2) unstable; urgency=medium diff --cc debian/rules index 5a4a5a1,4676f27..5eab040 --- a/debian/rules +++ b/debian/rules @@@ -20,7 -17,4 +17,7 @@@ override_dh_auto_install 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