about summary refs log tree commit diff
path: root/debian/rules
AgeCommit message (Collapse)Author
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
2016-01-20Switch from user-mode PPPoE client back to kernel-mode PPPoEMichael 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-05Use dh_ppp to manage dependencies on pppChris 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-06Enable and install the ibft pluginMichael Biebl
This plugin queries the 'iscsiadm' tool and generates connections based on the firmware configuration.
2015-01-23Enable polkit agent support for the CLI tools.Michael Biebl
2015-01-23Enable Bluez5 DUN support.Michael Biebl
2014-09-02Enable Network Team driver supportMichael Biebl
This is an optional feature which requires the teamd daemon provided by libteam-utils.
2014-09-02Use default compression for binary packages.Michael Biebl
2014-07-10Specify the path to the pppd and pppoe binary via the corresponding ↵Michael Biebl
configure switch.
2014-07-10Adjust configure flags for new upstream releaseMichael Biebl
2014-07-10Build and install nmtui, a curses-based interface for easier console operation.Michael Biebl
2014-07-08Exclude libtool .la files from list-missing.Michael Biebl
2014-05-01Specify the path for the dnsmasq binary at configure timeMichael Biebl
2014-04-27Don't hookup NetworkManager-wait-online.service in network-online.targetMichael Biebl
because it creates a dependency cycle with our current support for legacy SysV init scripts.
2014-04-15Build against ppp 2.4.6. Update plugin path and dependencies accordingly.Michael Biebl
2014-04-12Use dh-autoreconf to update the build systemMichael Biebl
Override dh_autoreconf since we need to run gtkdocize.
2014-04-01Use autotools_dev dh addon for up-to-date config.{guess,sub}.Michael Biebl
2014-04-01Rely on dh v9 to set flags from dpkg-buildflags.Michael Biebl
2014-04-01Convert to multi-archMichael 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-01Bump debhelper compatibility level to 9.Michael Biebl
2014-03-27Revert "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-27debian/network-manager.links, debian/rules: Create the symlinks before ↵ debian/0.9.8.8-2Laurent Bigonville
calling dh_systemd_start so the services are not restarted twice
2013-12-27debian/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-01Enable usage of the new modem-manager interfaceSjoerd Simons
* Enable usage of the new modem-manager interface * Use bluez 4
2013-11-01Use logind for session tracking on linux, consolekit on other systemsSjoerd Simons
2013-10-26debian/control, debian/rules: Enable connectivity checking support (Closes: ↵Laurent Bigonville
#691790)
2013-10-25Use systemd for session trackingSjoerd Simons
2013-03-26Use gir dh addon instead of calling dh_girepository manually.Michael Biebl
2013-03-02Stop providing static start and stop priorities for dh_installinitMichael 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-03Use new distro-agnostic configure flags.Michael Biebl
2012-09-11debian/rules: Use xz compression for binary packages.Michael Biebl
2011-11-03Enable default hardening options from dpkg-buildflags.Michael Biebl
- Use buildflags.mk snippet in debian/rules. - Add Build-Depends on dpkg-dev (>= 1.6.1).