about summary refs log tree commit diff
path: root/debian/control
AgeCommit message (Collapse)Author
2020-05-09Bump debhelper-compat to 13Michael Biebl
2020-02-25Mark network-manager-dev as Architecture: all and M-A: foreignMichael Biebl
2020-01-31Bump Standards-Version to 4.5.0Michael Biebl
2019-11-25Bump Standards Version to 4.4.1Michael Biebl
2019-09-30Switch build-dependencies to python3Andreas Henriksson
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
2019-08-01Demote isc-dhcp-client to SuggestsMichael Biebl
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
2019-05-10Fix package description after avahi-autoipd removalMichael Biebl
Remove leftover avahi-autopid bits from package description. Fixes commit d701201bfd5b2d7a6bb1cc81660ae55fd4f4e36b. Gbp-Dch: Short Thanks: Sebastien Bacher
2019-04-11Drop dpkg-dev (>= 1.17.14) Build-DependsMichael Biebl
No longer needed as even the version in oldstable is new enough.
2019-04-11Drop dependency on lsb-baseMichael Biebl
It is only needed when booting with sysvinit and initscripts, but initscripts already Depends on lsb-base (see #864999).
2019-02-26Bump Standards-Version to 4.3.0Michael Biebl
2019-01-04Use debhelper-compat (= 12) Build-Depends and drop debian/compatMichael Biebl
2018-10-25Switch to debhelper compat level 12 and dh_installsystemdMichael Biebl
2018-10-08Tighten inter-package dependenciesMichael Biebl
Make sure network-manager and libnm0 are always upgraded in lockstep. Closes: #818165
2018-09-08Bump Standards-Version to 4.2.1Michael Biebl
2018-07-25Bump Standards-Version to 4.1.5Michael Biebl
2018-07-05Update description of network-manager-devMichael Biebl
2018-07-05Add Conflicts to network-manager-dev against deprecated librariesMichael Biebl
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
2018-06-18Drop libiw build dependencyMichael Biebl
Hasn't been needed for a long time and was simply a left over from older releases.
2018-06-17Drop libnl3 build dependencyMichael Biebl
Upstream has copied the code directly from libnl3 for the few functions it needs with a few small modifications.
2018-06-11Drop version requirements when oldstable ships a newer versionMichael Biebl
2018-04-23Drop inetutils-arputils SuggestsMichael Biebl
The ACD functionality of NetworkManager is no longer using arping, so the Suggests is no longer useful.
2018-04-18Stop building libnm-glib/libnm-utilMichael Biebl
Those libraries have been deprecated for several years. The successor is libnm, a GObject-based client library using GDBus instead of dbus-glib.
2018-03-13Update Vcs-* to point to https://salsa.debian.orgMichael Biebl
2018-01-25Bump Standards-Version to 4.1.3Michael Biebl
2018-01-24Set Rules-Requires-Root to noMichael Biebl
2018-01-21Revert "Bump debhelper compat level to 11"Michael Biebl
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.
2018-01-21Bump debhelper compat level to 11Michael Biebl
2017-12-12Bump Standards-Version 4.1.2Michael Biebl
2017-11-07Bump Standards-Version to 4.1.1Michael Biebl
2017-09-28Do not mark python-gi as <!nocheck>Michael Biebl
It is needed to build the settings documentation. Closes: #871519
2017-09-28Drop dependency on gir1.2-nm-1.0 from gir1.2-networkmanager-1.0Michael Biebl
2017-09-20Switch to dh_missing and abort on uninstalled filesMichael Biebl
2017-07-12Bump Standards-Version to 4.0.0Michael Biebl
2017-05-31Mention privacy implications of the connectivity checksMichael Biebl
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859934:#37
2017-05-26Enable connectivity checking functionalityMichael Biebl
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
2017-05-13Enable vala bindings supportRico Tzschichholz
2017-05-12Split introspection data for libnm into gir1.2-nm-1.0Michael Biebl
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.
2017-05-11Update Build-DependsMichael Biebl
- Use libudev instead of libgudev - Use libpsl and libcurl instead of libsoup
2017-01-24Update Vcs-* according to the latest recommendationMichael Biebl
2017-01-18Add explicit Build-Depends on automake (>= 1.12) as required byMichael Biebl
configure.ac
2017-01-18Update package description for the dev packages.Michael Biebl
2017-01-17Enable JSON validationMichael Biebl
This enables team configuration validation via Jansson.
2016-12-20Add myself to UploadersAron Xu
2016-10-16Drop Build-Depends on dh-systemd, no longer necessary with debhelper 10Michael Biebl
2016-09-23Bump debhelper compat level to 10Michael Biebl
2016-08-10Demote isc-dhcp-client from Depends to RecommendsMichael Biebl
NetworkManager will automatically fall back to the internal dhcp client if dhclient is not available. Closes: #826680
2016-04-21Enable audit supportLaurent Bigonville
2016-04-21Enable SELinux support, this allows NM to properly set labels on the ↵Laurent Bigonville
hostname files.
2016-04-12Bump Standards-Version to 3.9.8Michael Biebl
2016-03-30Add versioned Build-Depends on dpkg-dev (>= 1.17.14) for <!nocheck> supportMichael Biebl