From 051c2c4941f89f892cd00e37921ff2a728d8f7da Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 31 Dec 2020 10:14:16 +0100 Subject: Demote libpam-systemd to Recommends This allows users to use and experiment with other init systems. Such a setup is neither tested nor fully supported and users need to be aware that some functionality might be broken. Closes: #921012 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 377f8779..fe2d4ed4 100644 --- a/debian/control +++ b/debian/control @@ -55,13 +55,13 @@ Depends: ${shlibs:Depends}, dbus, udev, adduser, - libpam-systemd, policykit-1 Recommends: ppp, dnsmasq-base, iptables, modemmanager, crda, + libpam-systemd, Suggests: libteam-utils, isc-dhcp-client, Breaks: ${misc:Breaks} -- cgit 1.3.0-6-gf8a5 From d5d4fb6a1e20b85c70ac1bf5354a35c508c73dc6 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 31 Dec 2020 10:37:52 +0100 Subject: Recommend wireless-regdb instead of crda CRDA is no longer needed as of Linux kernel v4.15. Closes: #973241 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index fe2d4ed4..d677680d 100644 --- a/debian/control +++ b/debian/control @@ -60,7 +60,7 @@ Recommends: ppp, dnsmasq-base, iptables, modemmanager, - crda, + wireless-regdb, libpam-systemd, Suggests: libteam-utils, isc-dhcp-client, -- cgit 1.3.0-6-gf8a5 From 65303ae701dee3d3b5f7661e8b31808c5a48c3e7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 31 Dec 2020 10:40:34 +0100 Subject: Bump Standards-Version to 4.5.1 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d677680d..b50a848f 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Build-Depends: debhelper-compat (= 13), valac (>= 0.17.1.24), dbus , python3-dbus -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 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