| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-11 | Drop obsolete ifblacklist_migrate.sh script | Michael Biebl | |
| It's been unused since wheezy. | |||
| 2017-01-17 | Enable JSON validation | Michael Biebl | |
| This enables team configuration validation via Jansson. | |||
| 2016-10-16 | Do not (re)start NetworkManager-dispatcher.service | Michael 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-16 | Drop 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-16 | restart-after-upgrade is the default behaviour of dh compat 10 | Michael Biebl | |
| 2016-09-23 | Bump debhelper compat level to 10 | Michael Biebl | |
| 2016-09-17 | Drop override for dh_auto_test | Michael Biebl | |
| We don't explicitly need to dump the log files as dh_auto_test runs with VERBOSE=1 by default. | |||
| 2016-06-02 | Properly hook up network.target and network-online.target | Michael 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-21 | Enable audit support | Laurent Bigonville | |
| 2016-04-21 | Enable SELinux support, this allows NM to properly set labels on the ↵ | Laurent Bigonville | |
| hostname files. | |||
| 2016-03-30 | Set the udev directory to /lib/udev | Michael Biebl | |
| via the new --with-udev-dir= configure switch | |||
| 2016-03-13 | Ensure proper upgrade from network-manager-dbg to new dbgsym packages | Michael Biebl | |
| by using dh_strip --dbgsym-migration. | |||
| 2016-03-13 | Use the architecture.mk Makefile snippet | Michael Biebl | |
| provided by dpkg-dev to retrieve DEB_HOST_MULTIARCH. | |||
| 2016-03-01 | Skip the test suite if "nocheck" is set via DEB_BUILD_OPTIONS | Michael Biebl | |
| 2016-03-01 | Dump the contents of test-suite.log to stdout when the test suite fails | Michael Biebl | |
| 2016-02-04 | Drop dbg package now that we have automatic dbgsym packages. | Michael Biebl | |
| 2016-01-21 | Run test suite during build | Michael Biebl | |
| This requires a build dependency on python-gi, python-dbus and dbus (for dbus-run-session). | |||
| 2016-01-20 | Set the path to the dnssec-trigger-script via the configure switch | Michael Biebl | |
| 2016-01-20 | Explicitly enable nmcli. | Michael Biebl | |
| 2016-01-20 | Switch from user-mode PPPoE client back to kernel-mode PPPoE | Michael Biebl | |
| We switched to rp-pppoe some time ago to workaround a bug in detecting disconnects which has seen been fixed in the kernel and could be worked around fairly simply with the right configuration. In addition, the kernel mode PPPoE implementation is faster and provides more features. Closes: #783525 | |||
| 2015-12-05 | Use dh_ppp to manage dependencies on ppp | Chris Boot | |
| Bump Build-Depends on ppp-dev to (>= 2.4.7-1+1), which includes dh_ppp that has --plugin-dir. Add ppp addon to dh sequencer. Add Breaks: ${misc:Breaks} (generated by dh_ppp) and remove the version from Recommends: ppp. Use dh_ppp --plugin-dir to determine the ppp plugin directory. Closes: #805565 | |||
| 2015-05-06 | Enable and install the ibft plugin | Michael Biebl | |
| This plugin queries the 'iscsiadm' tool and generates connections based on the firmware configuration. | |||
| 2015-01-23 | Enable polkit agent support for the CLI tools. | Michael Biebl | |
| 2015-01-23 | Enable Bluez5 DUN support. | Michael Biebl | |
| 2014-09-02 | Enable Network Team driver support | Michael Biebl | |
| This is an optional feature which requires the teamd daemon provided by libteam-utils. | |||
| 2014-09-02 | Use default compression for binary packages. | Michael Biebl | |
| 2014-07-10 | Specify the path to the pppd and pppoe binary via the corresponding ↵ | Michael Biebl | |
| configure switch. | |||
| 2014-07-10 | Adjust configure flags for new upstream release | Michael Biebl | |
| 2014-07-10 | Build and install nmtui, a curses-based interface for easier console operation. | Michael Biebl | |
| 2014-07-08 | Exclude libtool .la files from list-missing. | Michael Biebl | |
| 2014-05-01 | Specify the path for the dnsmasq binary at configure time | Michael Biebl | |
| 2014-04-27 | Don't hookup NetworkManager-wait-online.service in network-online.target | Michael Biebl | |
| because it creates a dependency cycle with our current support for legacy SysV init scripts. | |||
| 2014-04-15 | Build against ppp 2.4.6. Update plugin path and dependencies accordingly. | Michael Biebl | |
| 2014-04-12 | Use dh-autoreconf to update the build system | Michael Biebl | |
| Override dh_autoreconf since we need to run gtkdocize. | |||
| 2014-04-01 | Use autotools_dev dh addon for up-to-date config.{guess,sub}. | Michael Biebl | |
| 2014-04-01 | Rely on dh v9 to set flags from dpkg-buildflags. | Michael Biebl | |
| 2014-04-01 | Convert to multi-arch | Michael Biebl | |
| Mark libnm-glib4, libnm-glib-vpn1 and libnm-util2 as M-A: same. As pppd has not been converted yet, keep installing the ppp plugin to /usr/lib/pppd/2.4.5/. | |||
| 2014-04-01 | Bump debhelper compatibility level to 9. | Michael Biebl | |
| 2014-03-27 | Revert "Use logind for session tracking on linux, consolekit on other systems" | Michael Biebl | |
| This reverts commit d68fa7dd52a2f38fef9c9873f38d999a333cb041. network-manager is a linux-any package, so pretending to use consolekit on other systems doesn't make sense. | |||
| 2013-12-27 | debian/network-manager.links, debian/rules: Create the symlinks before ↵ debian/0.9.8.8-2 | Laurent Bigonville | |
| calling dh_systemd_start so the services are not restarted twice | |||
| 2013-12-27 | debian/control, debian/rules: Add call to dh-systemd to enable and start the ↵ | Laurent Bigonville | |
| systemd services (Closes: #730437) Do not enable or start NetworkManager-wait-online.service by default, do not start NetworkManager-dispatcher.service and only restart NetworkManager.service after upgrade | |||
| 2013-11-01 | Enable usage of the new modem-manager interface | Sjoerd Simons | |
| * Enable usage of the new modem-manager interface * Use bluez 4 | |||
| 2013-11-01 | Use logind for session tracking on linux, consolekit on other systems | Sjoerd Simons | |
| 2013-10-26 | debian/control, debian/rules: Enable connectivity checking support (Closes: ↵ | Laurent Bigonville | |
| #691790) | |||
| 2013-10-25 | Use systemd for session tracking | Sjoerd Simons | |
| 2013-03-26 | Use gir dh addon instead of calling dh_girepository manually. | Michael Biebl | |
| 2013-03-02 | Stop providing static start and stop priorities for dh_installinit | Michael Biebl | |
| Those are no longer tested and we rely on the dependency information in the LSB header now to get a correct ordering when being run under sysvinit. | |||
| 2013-02-03 | Use new distro-agnostic configure flags. | Michael Biebl | |
| 2012-09-11 | debian/rules: Use xz compression for binary packages. | Michael Biebl | |
| 2011-11-03 | Enable default hardening options from dpkg-buildflags. | Michael Biebl | |
| - Use buildflags.mk snippet in debian/rules. - Add Build-Depends on dpkg-dev (>= 1.6.1). | |||