about summary refs log tree commit diff
path: root/debian/rules
AgeCommit message (Collapse)Author
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).
2017-11-12Don't install sysvinit scriptsJeremy Bicha
2017-11-12Re-drop dnsmasq in zesty, in favor of systemd-resolvedMartin Pitt
But don't Recommend libnss-resolve, because the local resolver + libnss_dns.so should suffice for all uses and the resolved nss module is unnecessary added complexity. We need to specify "dns=systemd-resolved" as for the time being our /etc/resolv.conf points to resolvconf's generated file instead of systemd-resolved's, so the auto-detection does not work. Do that in a separate conf.d file in /usr to avoid unnecessary conffile prompts in the future. The user can still override it in /etc.
2017-11-12Disable team support since it's in universeJeremy Bicha
2017-11-12Enable build testsJeremy Bicha
2017-11-07Disable dhcpcanon and openvswitch supportMichael Biebl
DHCP client support with dhcpcanon is still marked as experimental and support for Open vSwitch will require more package related changes. If Open vSwitch support is enabled, this will most likely be provided via a separate binary package.
2017-10-22Remove unnecessary files in dh_install overrideMichael Biebl
Gbp-Dch: Ignore
2017-09-20Switch to dh_missing and abort on uninstalled filesMichael Biebl
2017-06-18Fix creation of network-manager.service symlinkMichael Biebl
Explicitly specify the network-manager package when creating the symlink. Otherwise the symlink is created for the wrong package when doing arch:all builds where the first package is not network-manager.
2017-06-18Install ifupdown dispatcher script via network-manager.installMichael Biebl
This avoids a FTBFS when doing arch:all builds. Rename the script to 01-ifupdown while at it for consistencies sake. Closes: #864980
2017-06-17Switch runstatedir from /var/run to /runMichael Biebl
Update existing /etc/resolv.conf symlinks accordingly. Closes: #860045
2017-05-13Enable vala bindings supportRico Tzschichholz
2017-05-11Drop obsolete ifblacklist_migrate.sh scriptMichael Biebl
It's been unused since wheezy.
2017-01-17Enable JSON validationMichael Biebl
This enables team configuration validation via Jansson.
2016-10-16Do not (re)start NetworkManager-dispatcher.serviceMichael Biebl
Do not (re)start NetworkManager-dispatcher.service as part of the upgrade process. This was an unintended side-effect of switching to debhelper compat level 10. NOTE: --no-also is necessary, because NetworkManager.service contains [Install] Also=NetworkManager-dispatcher.service Closes: #839884
2016-10-16Drop dh_systemd_start overrides for NetworkManager-dispatcher.service ↵Michael Biebl
NetworkManager-wait-online.service They are basically a nop and only cause a daemon-reload (twice).
2016-10-16restart-after-upgrade is the default behaviour of dh compat 10Michael Biebl
2016-09-23Bump debhelper compat level to 10Michael Biebl
2016-09-17Drop override for dh_auto_testMichael Biebl
We don't explicitly need to dump the log files as dh_auto_test runs with VERBOSE=1 by default.
2016-06-02Properly hook up network.target and network-online.targetMichael Biebl
* Let NetworkManager.service pull in network.target. This will provide a proper ordering on shutdown. * Enable NetworkManager-wait-online.service. This ensures that mounting of network file systems works properly and SysV init scripts depending on $network will be delayed until network is available (or a timeout is reached).
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-03-30Set the udev directory to /lib/udevMichael Biebl
via the new --with-udev-dir= configure switch
2016-03-13Ensure proper upgrade from network-manager-dbg to new dbgsym packagesMichael Biebl
by using dh_strip --dbgsym-migration.
2016-03-13Use the architecture.mk Makefile snippetMichael Biebl
provided by dpkg-dev to retrieve DEB_HOST_MULTIARCH.
2016-03-01Skip the test suite if "nocheck" is set via DEB_BUILD_OPTIONSMichael Biebl
2016-03-01Dump the contents of test-suite.log to stdout when the test suite failsMichael Biebl
2016-02-04Drop dbg package now that we have automatic dbgsym packages.Michael Biebl
2016-01-21Run test suite during buildMichael Biebl
This requires a build dependency on python-gi, python-dbus and dbus (for dbus-run-session).
2016-01-20Set the path to the dnssec-trigger-script via the configure switchMichael Biebl
2016-01-20Explicitly enable nmcli.Michael Biebl