diff -Nru munin-2.0.47/debian/changelog munin-2.0.47/debian/changelog --- munin-2.0.47/debian/changelog 2019-04-12 22:01:41.000000000 +0000 +++ munin-2.0.47/debian/changelog 2019-04-13 00:33:48.000000000 +0000 @@ -1,3 +1,9 @@ +munin (2.0.47-1ubuntu3) disco; urgency=medium + + * Add missing test dependency on net-tools for netstat plugin. + + -- Steve Langasek Fri, 12 Apr 2019 17:33:48 -0700 + munin (2.0.47-1ubuntu2) disco; urgency=medium * Drop sysvinit autopkgtests, sysvinit is not supported in Ubuntu. diff -Nru munin-2.0.47/debian/tests/control munin-2.0.47/debian/tests/control --- munin-2.0.47/debian/tests/control 2019-04-12 22:01:26.000000000 +0000 +++ munin-2.0.47/debian/tests/control 2019-04-13 00:33:32.000000000 +0000 @@ -35,12 +35,12 @@ # systemd Tests: node-systemd -Depends: munin-node, netcat-openbsd, sharness +Depends: munin-node, netcat-openbsd, sharness, net-tools Restrictions: needs-root, breaks-testbed, isolation-container # sysvinit-core Tests: node-sysvinit -Depends: munin-node, netcat-openbsd, sharness, sysvinit-core +Depends: munin-node, netcat-openbsd, sharness, net-tools, sysvinit-core Restrictions: needs-root, breaks-testbed, isolation-machine, needs-reboot, skip-not-installable