about summary refs log tree commit diff
path: root/debian/rules
AgeCommit message (Collapse)Author
2022-11-28Merge tag 'debian/1.40.4-1' into ubuntu/masterJeremy Bicha
network-manager Debian release 1.40.4-1
2022-09-20debian/rules: Add comment for ltoJeremy Bicha
Gbp-Dch: Ignore
2022-09-20Merge tag 'debian/1.40.0-1' into ubuntu/masterJeremy Bicha
network-manager Debian release 1.40.0-1
2022-08-25Explicitly disable LTO via dpkg-buildflagsMichael Biebl
NetworkManager requires additional build flags like -flto-partition=none to build properly with LTO enabled. See https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/1070 and https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/commit/839ba57c7f41798dddd43495bb0b2cf312bd0f6f Closes: #1015556
2022-08-18Merge branch 'debian/master' into ubuntu/masterJeremy Bicha
2022-08-17Simplify dh_autoreconf override by calling upstream provided autogen.shMichael Biebl
This ensures the correct sequence of commands is run. In this specific case we were still using intltoolize when upstream dropped its usage in favour of gettext a while ago.
2022-08-17Drop obsolete --with-dnssec-trigger configure optionMichael Biebl
The unbound DNS plugin was marked deprecated for a while and has been removed now in this release.
2022-06-24Merge remote-tracking branch 'debian/debian/master' into ubuntu/masterSebastien Bacher
2022-06-18Use dh-sequence-gir instead of gir addonMichael Biebl
It is functionally equivalent but avoids modifications to debian/rules.
2022-02-22Merge tag 'debian/1.35.92-1' into ubuntu/masterJeremy Bicha
network-manager Debian release 1.35.92-1
2022-02-19Set path to nft binaryMichael Biebl
2022-02-14Enable all hardening build flagsMichael Biebl
2022-02-03Drop the symbolic functions workaround; it doesn't seem needed any moreJeremy Bicha
2022-02-03Use simpler syntax to build without symbolic functionsJeremy Bicha
2022-02-03debian/rules: Stop overriding dh_auto_testJeremy Bicha
dh_auto_test already does the right thing by default. This was previously dropped in the Debian package.
2022-02-03Merge tag 'debian/1.34.0-2' into ubuntu/masterJeremy Bicha
network-manager Debian release 1.34.0-2
2022-01-13Install nm-priv-helper serviceMichael Biebl
2021-10-01Drop dh_missing overrideMichael Biebl
As --fail-missing is the default in compat 13, the override is no longer necessary.
2021-04-12Import Debian changes 1.30.0-1ubuntu2Matthias Klose
network-manager (1.30.0-1ubuntu2) hirsute; urgency=medium . * Configure with --enable-lto.
2021-02-25Merge branch 'debian/master' into ubuntu/masterSebastien Bacher
2021-02-16Cherry-pick fixes from upstream nm-1-30 branchMichael Biebl
- Fixes assertion when running the python-dbusmock test suite - Replaces our custom polkit-agent-helper-1 patch Closes: #982613
2020-05-20* debian/rules:Sebastien Bacher
- the iptables binary is in /usr/sbin now, use the correct location in the configure. Should fix the hotspot feature not working in GNOME on upgraded systems which haven't been usrmerged. (lp: #1870359)
2020-05-20The iptables binary is now installed in /usr/sbin/Sebastien Bacher
2020-01-13Merge remote-tracking branch 'salsa/debian/master'Sebastien Bacher
2020-01-10* debian/rules:Sebastien Bacher
- Omit building the uninstallable network-manager binary (depends on wpasupplicant) on i386
2019-12-18Explicitly disable (experimental) nm-cloud-setup toolMichael Biebl
2019-10-07Merge remote-tracking branch 'salsa/master'Sebastien Bacher
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-09Merge remote-tracking branch 'salsa/master'Sebastien Bacher
2019-07-31Drop obsolete configure flagsMichael Biebl
2019-05-24* debian/control, debian/lib*.install, debian/rules:Sebastien Bacher
- remove the deprecated libnm-glib/vpn/util libraries
2019-01-25Update the debian packaging for the new versionSebastien Bacher
2019-01-25Merge remote-tracking branch 'salsa/master' into discoSebastien Bacher
2018-11-27Move D-Bus policy files to /usr/share/dbus-1/system.d/Michael Biebl
This is supported since dbus 1.9.18.
2018-10-25Switch to debhelper compat level 12 and dh_installsystemdMichael Biebl
2018-10-21Disable obsolete ibft settings pluginMichael Biebl
It has been replaced by an iBFT reader which parses /sys/firmware/ibft directly instead of iscsiadm output.
2018-08-24Import Debian changes 1.12.2-0ubuntu3Sebastien Bacher
network-manager (1.12.2-0ubuntu3) cosmic; urgency=medium * debian/rules: - use --with-libnm-glib, the default reversed since that's a legacy library but we still need it for unity-control-center network-manager (1.12.2-0ubuntu2) cosmic; urgency=medium * debian/patches/git-newglib-test.patch: - backport upstream commit to fix the tests with the new glib network-manager (1.12.2-0ubuntu1) cosmic; urgency=medium * New upstream version * d/p/libnm-register-empty-NMClient-and-NetworkManager-when-loa.patch, d/p/e91f1a7d2a6b8400b6b331d5b72287dcb5164a39.patch, d/p/git_thunderbolt_connect.patch: - removed, those changes are in the new version * Backport Debian changes * Update symbols file for libnm0 * Enable iwd support * Drop version requirements when oldstable ships a newer version * Drop dh_strip override, the dbgsym migration is done * Rebase patches * Make sure the example server.conf is actually installed * Update install path for plugins, it now includes a version number * Drop libnl3 build dependency. Upstream has copied the code directly from libnl3 for the few functions it needs with a few small modifications. * Drop libiw build dependency. Hasn't been needed for a long time and was simply a left over from older releases. * Bump Standards-Version to 4.1.5 * Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro (Closes: #905372)
2018-07-04Revert "Go ahead and drop gir1.2-networkmanager-1.0"Sebastien Bacher
This reverts commit 0b286d6fc70334fa5fb6eb7bd3cc51285a3b8c15.
2018-06-11Enable iwd supportMichael Biebl
2018-06-11Drop dh_strip override, the dbgsym migration is doneMichael Biebl
2018-06-11Make sure the example server.conf is actually installedMichael Biebl
2018-05-11Go ahead and drop gir1.2-networkmanager-1.0Jeremy Bicha
2018-05-11Revert "Stop building libnm-glib/libnm-util"Jeremy Bicha
This reverts commit 6a32f324f450ee1da73e6fa06def037c4a05fe65.
2018-05-11Merge tag 'debian/1.10.8-1' into cosmicJeremy Bicha
network-manager Debian release 1.10.8-1
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-02-08Revert "Disable team support since it's in universe"Jeremy Bicha
This reverts commit 773fa460187c30b4d4f9271b075a92dadb57c1fb. https://launchpad.net/bugs/1392012
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-11-12Don't restart NetworkManager on upgradeJeremy Bicha
but notify the user a reboot may be required after upgrade
2017-11-12Install a config file to enable WiFi powersaveTony Espy
Removed Set-the-default-powersave*.patch, and instead install config file that accomplishes the same (LP: #1557026).