From 05dd06faecdb38a1550c1a84fc0b51ea7c73fcb7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 12 Apr 2021 20:43:32 +0200 Subject: Please lintian Gbp-Dch: Ignore --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 06146cd2..d95f09bd 100644 --- a/debian/control +++ b/debian/control @@ -65,7 +65,7 @@ Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when - available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + available. It manages ethernet, Wi-Fi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . @@ -100,7 +100,7 @@ Depends: ${shlibs:Depends}, Description: GObject-based client library for NetworkManager NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when - available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + available. It manages ethernet, Wi-Fi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . @@ -118,7 +118,7 @@ Depends: ${misc:Depends}, Description: GObject-based client library for NetworkManager (development files) NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when - available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + available. It manages ethernet, Wi-Fi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . @@ -136,7 +136,7 @@ Replaces: gir1.2-networkmanager-1.0 (<< 1.8.0-2) Description: GObject introspection data for the libnm library NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when - available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + available. It manages ethernet, Wi-Fi, mobile broadband (WWAN), and PPPoE devices, and provides VPN integration with a variety of different VPN services. . -- cgit 1.3.0-6-gf8a5 From dd9727ff313e893dee58d309489e3fd8b335eef9 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Fri, 1 Oct 2021 23:48:28 +0200 Subject: Bump Standards-Version to 4.6.0 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d95f09bd..8d828937 100644 --- a/debian/control +++ b/debian/control @@ -36,7 +36,7 @@ Build-Depends: debhelper-compat (= 13), dbus , python3-dbus , iproute2 , -Standards-Version: 4.5.1 +Standards-Version: 4.6.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/utopia-team/network-manager.git Vcs-Browser: https://salsa.debian.org/utopia-team/network-manager -- cgit 1.3.0-6-gf8a5 From 47606f3ee6b299944dc38f76f93683b5cbc368fa Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 2 Oct 2021 08:55:22 +0200 Subject: Drop obsolete Breaks/Replaces --- debian/control | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8d828937..37163a21 100644 --- a/debian/control +++ b/debian/control @@ -131,8 +131,6 @@ Multi-Arch: same Depends: ${gir:Depends}, ${shlibs:Depends}, ${misc:Depends} -Breaks: gir1.2-networkmanager-1.0 (<< 1.8.0-2) -Replaces: gir1.2-networkmanager-1.0 (<< 1.8.0-2) Description: GObject introspection data for the libnm library NetworkManager is a system network service that manages your network devices and connections, attempting to keep active network connectivity when -- cgit 1.3.0-6-gf8a5 From d828a6dead9f6cbb05bd10e7e9b78f247232e733 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sat, 2 Oct 2021 09:35:39 +0200 Subject: Remove isc-dhcp-client from Suggests Unless explicitly configured otherwise the internal DHCP client is used. --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 37163a21..85a18339 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,6 @@ Recommends: ppp, wireless-regdb, libpam-systemd, Suggests: libteam-utils, - isc-dhcp-client, Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices -- cgit 1.3.0-6-gf8a5 From dd9f1b1cce9f090e7d90df6708e94e1f2d43cb5f Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 18 Jan 2022 20:50:43 +0100 Subject: Demote wpasupplicant to Recommends There are enough use cases for network-manager not involving Wi-Fi which justifies to make this dependency optional. Closes: #919619 Closes: #980218 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 85a18339..e84e0b5c 100644 --- a/debian/control +++ b/debian/control @@ -48,7 +48,6 @@ Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, libnm0 (= ${binary:Version}), - wpasupplicant, dbus, udev, adduser, @@ -58,6 +57,7 @@ Recommends: ppp, iptables, modemmanager, wireless-regdb, + wpasupplicant, libpam-systemd, Suggests: libteam-utils, Breaks: ${misc:Breaks} -- cgit 1.3.0-6-gf8a5