Manual merge of version 5.8.1-2+rpi1 and 5.9.0-1 to produce 5.9.0-1+rpi1 archive/raspbian/5.9.0-1+rpi1 raspbian/5.9.0-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 28 Oct 2021 17:10:43 +0000 (17:10 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Thu, 28 Oct 2021 17:10:43 +0000 (17:10 +0000)
1  2 
debian/changelog
debian/rules

index 289b4b24ef10e42ab7f40f31d16438080bd60599,95260feef0f8ba09309ca20aed9d1d6935a76aab..232c70a8f0017225b9aa520d103ab467dd1e9b8f
@@@ -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 <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
  
diff --cc debian/rules
index 5a4a5a1920a8210ce0dfaec1f192eeb8fbd5f5af,4676f270d14b4376797110ddd478699e29e86534..5eab040c286c5c7b3e68c490ef0ba00de7b6b000
@@@ -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