| Age | Commit message (Collapse) | Author |
|
|
|
There are enough use cases for network-manager not involving Wi-Fi which
justifies to make this dependency optional.
Closes: #919619
Closes: #980218
|
|
Unless explicitly configured otherwise the internal DHCP client is used.
|
|
|
|
|
|
Gbp-Dch: Ignore
|
|
Required by the test suite. Mark as <!nocheck> accordingly.
|
|
Closes: #979378
|
|
|
|
CRDA is no longer needed as of Linux kernel v4.15.
Closes: #973241
|
|
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
|
|
|
|
|
|
|
|
|
|
The tests are designed to work with either python2 or python3.
We should be able to simply switch build-dependencies to python3
equivalents. However if something transitively pulls in python2 the
AM_PATH_PYTHON autoconf macro will find python(2) binary, so we
explicitly set PYTHON=/usr/bin/python3.
Closes: #938944
|
|
The DHCP client now defaults to "internal". This default can be
overridden at run time by setting the main.dhcp option in the
configuration file. The old default was "dhclient" and required
isc-dhcp-client.
Closes: #933545
|
|
Remove leftover avahi-autopid bits from package description.
Fixes commit d701201bfd5b2d7a6bb1cc81660ae55fd4f4e36b.
Gbp-Dch: Short
Thanks: Sebastien Bacher
|
|
No longer needed as even the version in oldstable is new enough.
|
|
It is only needed when booting with sysvinit and initscripts, but
initscripts already Depends on lsb-base (see #864999).
|
|
|
|
|
|
|
|
Make sure network-manager and libnm0 are always upgraded in lockstep.
Closes: #818165
|
|
|
|
|
|
|
|
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
|
|
Hasn't been needed for a long time and was simply a left over from older releases.
|
|
Upstream has copied the code directly from libnl3 for the few functions
it needs with a few small modifications.
|
|
|
|
The ACD functionality of NetworkManager is no longer using arping, so
the Suggests is no longer useful.
|
|
Those libraries have been deprecated for several years. The successor is
libnm, a GObject-based client library using GDBus instead of dbus-glib.
|
|
|
|
|
|
|
|
There are currently too many issues with dh_installsystemd, so switch
back to compat 10 using dh_systemd_enable and dh_systemd_start for the
time being.
This reverts commit ac717b686e40bc8c365e2f3eae7315f4ad239ae7.
|
|
|
|
|
|
|
|
It is needed to build the settings documentation.
Closes: #871519
|
|
|
|
|
|
|
|
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859934:#37
|
|
Provide a new package called network-manager-config-connectivity-debian
which can be installed to enable NetworkManager's connectivity checking
functionality. This is particularly useful for captive portal detection.
Closes: #729783
Closes: #859934
|
|
|
|
Keep the introspection data for the deprecated libnm-glib and libnm-util
library in gir1.2-networkmanager-1.0 but split out the introspection
data for libnm into a new gir1.2-nm-1.0 package.
This will make a transition from libnm-glib/libnm-util to libnm easier.
To not break existing packages, add a dependency on gir1.2-nm-1.0 to
gir1.2-networkmanager-1.0.
|
|
- Use libudev instead of libgudev
- Use libpsl and libcurl instead of libsoup
|
|
|