From d70079768d24e7b5c187f37b4423436f9bc848bc Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 11 Feb 2021 19:15:42 +0100 Subject: Drop unused Build-Depends Closes: #979378 --- debian/control | 4 ---- 1 file changed, 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b50a848f..7ed03dc6 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,6 @@ Build-Depends: debhelper-compat (= 13), intltool, libglib2.0-dev (>= 2.32), ppp-dev (>= 2.4.7-1+1), - libpolkit-gobject-1-dev, - libpolkit-agent-1-dev (>= 0.97), libselinux1-dev, libaudit-dev, libgnutls28-dev (>= 2.12), @@ -26,8 +24,6 @@ Build-Depends: debhelper-compat (= 13), libpsl-dev (>= 0.1), libcurl4-gnutls-dev (>= 7.24.0), gtk-doc-tools, - perl, - libyaml-perl, libglib2.0-doc, libmm-glib-dev (>= 0.7.991), libndp-dev, -- cgit 1.3.0-6-gf8a5 From 6c616225b284e289570f0e30dd00d074399925e7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 15 Feb 2021 13:47:15 +0100 Subject: Add iproute2 to Build-Depends Required by the test suite. Mark as accordingly. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7ed03dc6..06146cd2 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,8 @@ Build-Depends: debhelper-compat (= 13), libbluetooth-dev (>= 5), valac (>= 0.17.1.24), dbus , - python3-dbus + python3-dbus , + iproute2 , Standards-Version: 4.5.1 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/utopia-team/network-manager.git -- cgit 1.3.0-6-gf8a5