about summary refs log tree commit diff
path: root/debian/control
AgeCommit message (Collapse)Author
2024-09-04Update Homepage URLMichael Biebl
Closes: #1080304
2024-05-29Drop automake Build-Depends, no longer needed after the switch to MesonMichael Biebl
2024-05-12Add mobile-broadband-provider-info to Build-DependsMichael Biebl
Required for getting database path.
2024-05-12Add libpolkit-gobject-1-dev to Build-DependsMichael Biebl
Required for getting policydir.
2024-05-12Add libdbus-1-dev to Build-DependsMichael Biebl
Required for getting datadir, interfaces_dir and system_bus_services_dir.
2024-05-12Switch to Meson as build systemMichael Biebl
2024-04-25Add ${gir:Depends}, ${gir:Provides} to libnm-devMichael Biebl
2024-04-25Drop Build-Depends on libgirepository1.0-devMichael Biebl
No longer necessary with the gir1.2-gio-2.0-dev build dependency and a recent enough gobject-introspection.
2024-04-25Add explicit Build-Depends on gir1.2-gio-2.0-devMichael Biebl
Fixes the following warning during build: dh_girepository: warning: Missing Build-Depends: gir1.2-gio-2.0-dev (ideally with <!nogir>)
2024-04-25Bump Standards-Version to 4.7.0Michael Biebl
2024-04-22Drop alternative Depends on obsolete policykit-1 packageMichael Biebl
It is no longer needed for backports as stable has a version of polkitd now. Closes: #1069636
2024-02-13Switch Build-Depends on obsolete pkg-config to pkgconfMichael Biebl
2024-01-25Bump Build-Depends on libglib2.0-dev to (>= 2.42)Michael Biebl
2023-12-29d/control: Explicitly build-depend on gir1.2-girepository-2.0Simon McVittie
This is currently a virtual package provided by gir1.2-glib-2.0, but it will need to be split into a separate package during the GNOME 46/GLib 2.79.x cycle. Making this dependency explicit will also help to keep track of which packages will need coordination when PyGI switches from GIRepository 2.0 to GIRepository 3.0, which again is likely to happen during the GNOME 46 cycle. Closes: #1059623
2023-11-27Revert "Add versioned Breaks against isc-dhcp-client"Michael Biebl
This reverts commit 9d27cb91cdde52bbb5ff06ce648eff7efdfba8b9. Having a Breaks against isc-dhcp-client can lead to unwanted package removals by apt. As the default dhcp backend in network-manager has been switched from dhclient to internal, the Breaks is not strictly necessary. Users that have explicitly configured "dhcp=dhclient" are advised to switch to the internal option (recommended) or temporarily disable the sbin.dhclient AppArmor profile shipped by isc-dhcp-client until #1055067 is fixed. Closes: #1056638
2023-11-20Add versioned Breaks against isc-dhcp-clientMichael Biebl
The AppArmor policy in isc-dhcp-client needs to be updated to account for the move of the nm-dhcp-helper binary to /usr/libexec. Closes: #1056313
2023-11-19Replace systemd Build-Depends with systemd-devMichael Biebl
Only systemd.pc is required during build which is now shipped in systemd-dev.
2023-10-20Move systemd services files and udev rules to /usrMichael Biebl
Add a corresponding versioned Build-Depends on debhelper (>= 13.11.6) to ensure we have a recent enough dh_installsystemd.
2023-06-12Use Build-Depends on polkitd and libpolkit-gobject-1-dev for polkit.itsMichael Biebl
The obsolete policykit-1 package is going away. Closes: #1025606
2022-12-19Update list of UploadersMichael Biebl
Remove Uploaders that haven't been active for a long time. Thanks Sjoerd and Aron for their past work on the package.
2022-12-19Bump Standards-Version to 4.6.2Michael Biebl
2022-11-30Depend on polkitd in preference to policykit-1Michael Biebl
The latter is a deprecated, transitional package, that also pulls in pkexec, which network-manager doesn't need. Keep policykit-1 as an alternative dependency to make backports easier.
2022-11-18Replace dependency on dbus with default-dbus-system-bus | dbus-system-busMichael Biebl
This makes it easier to swap in alternative implementations like dbus-broker.
2022-08-17Add Build-Depends on python3-pexpectMichael Biebl
Required by the test suite.
2022-08-17Add Build-Depends on policykit-1Michael Biebl
The file /usr/share/gettext/its/polkit.its is required when generating the translations. Otherwise the build will fail with: /usr/bin/msgfmt: cannot locate ITS rules for data/org.freedesktop.NetworkManager.policy.in
2022-08-17Replace intltool Build-Depends with gettextMichael Biebl
2022-08-13Clean up build dependenciesMichael Biebl
2022-06-18Use dh-sequence-gir instead of gir addonMichael Biebl
It is functionally equivalent but avoids modifications to debian/rules.
2022-06-17Bump Standards-Version to 4.6.1Michael Biebl
2022-02-19Demote iptables to SuggestsMichael Biebl
2022-01-18Demote wpasupplicant to RecommendsMichael Biebl
There are enough use cases for network-manager not involving Wi-Fi which justifies to make this dependency optional. Closes: #919619 Closes: #980218
2021-10-02Remove isc-dhcp-client from SuggestsMichael Biebl
Unless explicitly configured otherwise the internal DHCP client is used.
2021-10-02Drop obsolete Breaks/ReplacesMichael Biebl
2021-10-01Bump Standards-Version to 4.6.0Michael Biebl
2021-04-12Please lintianMichael Biebl
Gbp-Dch: Ignore
2021-02-16Add iproute2 to Build-DependsMichael Biebl
Required by the test suite. Mark as <!nocheck> accordingly.
2021-02-11Drop unused Build-DependsHelmut Grohne
Closes: #979378
2020-12-31Bump Standards-Version to 4.5.1Michael Biebl
2020-12-31Recommend wireless-regdb instead of crdaMichael Biebl
CRDA is no longer needed as of Linux kernel v4.15. Closes: #973241
2020-12-31Demote libpam-systemd to RecommendsMichael Biebl
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
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