Package: freedombox-setup Severity: minor Tags: patch Previously we were using some programs in net-tools, but they are no longer needed: - We now use NetworkManager to set up our network connections. - The diagnostic tests to check open ports have been moved to Plinth, and no longer use netstat.
net-tools is also considered obsolete by its Debian maintainer (https://lists.debian.org/debian-devel/2016/12/msg00606.html). I'm attaching a patch that drops the dependency on net-tools. I've done basic testing of this patch, by building an image with freedom-maker and accessing Plinth. -- James
From 94e7d5de31b8c5431eef8c024401a1517f331b13 Mon Sep 17 00:00:00 2001 From: James Valleroy <jvalle...@mailbox.org> Date: Mon, 26 Dec 2016 11:54:08 -0500 Subject: [PATCH] Drop net-tools dependency - We now use NetworkManager to set up our network connections. - The diagnostic tests to check open ports have been moved to Plinth, and no longer use netstat. --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index ebb722c..4bd105f 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,6 @@ Depends: ${misc:Depends} , lsof , netcat-openbsd , network-manager - , net-tools , openssh-server , parted , plinth (>> 0.9.2) -- 2.11.0
signature.asc
Description: OpenPGP digital signature