From 041f9a8814db0e8b9919dfddf43a0f1b695ba633 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 23 Apr 2018 23:09:20 +0200 Subject: Drop inetutils-arputils Suggests The ACD functionality of NetworkManager is no longer using arping, so the Suggests is no longer useful. --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f6bdcfd2..be979542 100644 --- a/debian/control +++ b/debian/control @@ -68,7 +68,6 @@ Recommends: ppp, modemmanager, crda, isc-dhcp-client (>= 4.1.1-P1-4), - iputils-arping Suggests: libteam-utils Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) -- cgit 1.3.0-6-gf8a5 From 208096b083cbd183f058f47051e9312d74b58601 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 11 Jun 2018 13:25:08 +0200 Subject: Drop version requirements when oldstable ships a newer version --- debian/control | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index be979542..8612f4d1 100644 --- a/debian/control +++ b/debian/control @@ -55,9 +55,9 @@ Architecture: linux-any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, - lsb-base (>= 3.2-14), - wpasupplicant (>= 0.7.3-1), - dbus (>= 1.1.2), + lsb-base, + wpasupplicant, + dbus, udev, adduser, libpam-systemd, @@ -67,7 +67,7 @@ Recommends: ppp, iptables, modemmanager, crda, - isc-dhcp-client (>= 4.1.1-P1-4), + isc-dhcp-client, Suggests: libteam-utils Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) -- cgit 1.3.0-6-gf8a5 From 187fbc01ce44689a4c699aa0b1ff4cadcae13e61 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 17 Jun 2018 23:01:01 +0200 Subject: Drop libnl3 build dependency Upstream has copied the code directly from libnl3 for the few functions it needs with a few small modifications. --- debian/control | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 8612f4d1..902230e8 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,6 @@ Build-Depends: debhelper (>= 10.3), intltool, libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.32), - libnl-3-dev (>= 3.2.8), - libnl-route-3-dev (>= 3.2.8), - libnl-genl-3-dev (>= 3.2.8), ppp-dev (>= 2.4.7-1+1), libpolkit-gobject-1-dev, libpolkit-agent-1-dev (>= 0.97), -- cgit 1.3.0-6-gf8a5 From b44ca0072ea6718c1aeeb92761dd64e9877df612 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Sun, 17 Jun 2018 23:05:50 +0200 Subject: Drop libiw build dependency Hasn't been needed for a long time and was simply a left over from older releases. --- debian/control | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 902230e8..24299c4b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 10.3), dpkg-dev (>= 1.17.14), pkg-config, intltool, - libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.32), ppp-dev (>= 2.4.7-1+1), libpolkit-gobject-1-dev, -- cgit 1.3.0-6-gf8a5 From b4acc5e03e2b821e1cccc69529bb70826c741942 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 5 Jul 2018 13:36:07 +0200 Subject: Add Conflicts to network-manager-dev against deprecated libraries The deprecated libnm-glib-dev, libnm-glib-vpn-dev and libnm-util-dev require header files from network-manager-dev which are no longer provided in newer versions. Add Conflicts to network-manager-dev to ensure that we don't get a broken combination of installed packages. Closes: #903029 --- debian/control | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 24299c4b..f6348853 100644 --- a/debian/control +++ b/debian/control @@ -90,6 +90,9 @@ Section: devel Architecture: linux-any Multi-Arch: same Depends: ${misc:Depends} +Conflicts: libnm-glib-dev, + libnm-glib-vpn-dev, + libnm-util-dev, Description: network management framework (development files) This package provides general header and development files and documentation of configuration formats, command line utilities and the D-Bus API. -- cgit 1.3.0-6-gf8a5 From 3c3b896746befc12908ecab5bebfabca9201590f Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 5 Jul 2018 13:48:26 +0200 Subject: Update description of network-manager-dev --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index f6348853..dc5a7640 100644 --- a/debian/control +++ b/debian/control @@ -94,8 +94,9 @@ Conflicts: libnm-glib-dev, libnm-glib-vpn-dev, libnm-util-dev, Description: network management framework (development files) - This package provides general header and development files and documentation - of configuration formats, command line utilities and the D-Bus API. + This package provides documentation of the NetworkManager D-Bus API, the + configuration formats and command line utilities. + It also provides D-Bus introspection files. Package: libnm0 Section: libs -- cgit 1.3.0-6-gf8a5 From 4e87ea470f7ab21891c335f7e18e6a29857086b5 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Jul 2018 13:27:13 +0200 Subject: Bump Standards-Version to 4.1.5 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index dc5a7640..0827195f 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Build-Depends: debhelper (>= 10.3), valac (>= 0.17.1.24), dbus , python-dbus -Standards-Version: 4.1.3 +Standards-Version: 4.1.5 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