about summary refs log tree commit diff
path: root/debian
AgeCommit message (Collapse)Author
2014-07-10Adjust configure flags for new upstream releaseMichael Biebl
2014-07-10Remove the obsolete /etc/dbus-1/system.d/nm-dhcp-client.conf conffile on ↵Michael Biebl
upgrades.
2014-07-10Update network-manager.installMichael Biebl
* Install new device plugins. * Stop installing the nm-tool binary which was dropped upstream as it has been replaced by the much more powerful nmcli tool. * Stop installing the nm-dhcp-client.conf D-Bus policy. NetworkManager uses a private D-Bus socket now to communicate with that helper, making that file obsolete.
2014-07-10Build and install nmtui, a curses-based interface for easier console operation.Michael Biebl
2014-07-10Update Build-Depends as per configure.ac.Michael Biebl
2014-07-10Update symbols files.Michael Biebl
2014-07-08Exclude libtool .la files from list-missing.Michael Biebl
2014-07-06New upstream release.Michael Biebl
2014-06-30Release version 0.9.8.10-4 to unstable debian/0.9.8.10-4Michael Biebl
2014-06-30Build against libgnutls28-devMichael Biebl
Closes: #753136
2014-05-19Release version 0.9.8.10-3 to unstable debian/0.9.8.10-3Michael Biebl
2014-05-19Add explicit Build-Depends on libgcrypt11-devMichael Biebl
and don't rely on libgnutls-dev to pull in that dependency for us. Newer versions of GnuTLS no longer use gcrypt but nettle as crypto backend. Closes: #745955
2014-05-01Release version 0.9.8.10-2 to unstable debian/0.9.8.10-2Michael 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-26Target unstable debian/0.9.8.10-1Sjoerd Simons
2014-04-26debian/patches/*: Refresh if necessarySjoerd Simons
2014-04-26New upstream releaseSjoerd Simons
2014-04-15Release version 0.9.8.8-7 to unstable debian/0.9.8.8-7Michael Biebl
2014-04-15Build against ppp 2.4.6. Update plugin path and dependencies accordingly.Michael Biebl
2014-04-12Release version 0.9.8.8-6 to unstable debian/0.9.8.8-6Michael Biebl
2014-04-12Use dh-autoreconf to update the build systemMichael Biebl
Override dh_autoreconf since we need to run gtkdocize.
2014-04-12Add Build-Depends on libsystemd-daemon-dev for sd_booted()Michael Biebl
2014-04-12Don't setup Sleep Monitor if system was not booted with systemdMichael Biebl
With a standalone logind we don't receive the Resume signal after a suspend request and NetworkManager remains in sleep mode where the devices are unmanaged. Closes: #742933
2014-04-04Rework the fix for #734460, kill NetworkManager in the postinst script ↵Laurent Bigonville
instead of the preinst one to minimize downtime on big upgrades
2014-04-02Release version 0.9.8.8-5 to unstable debian/0.9.8.8-5Michael Biebl
2014-04-02Move the initial ifstate file check into nm_manager_start ()Michael Biebl
to make sure the NMManager object has been fully initialized. Closes: #730437
2014-04-02Make patches gbp-pq compatibleMichael Biebl
2014-04-02Add Depends on libpam-systemdMichael Biebl
since NetworkManager requires a properly setup logind session. Bump policykit-1 from Recommends to Depends. It's no longer really optional. Closes: #743128
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-04-01Re-wrap dependenciesMichael Biebl
2014-03-28Release version 0.9.8.8-4 to unstable debian/0.9.8.8-4Michael Biebl
2014-03-28Install PolicyKit rules and pkla file into the system directoryMichael Biebl
/etc/polkit-1 is reserved for local configuration.
2014-03-28Remove /etc/systemd/system/network-manager.service symlink on upgradesMichael Biebl
This symlink was previously created dynamically via Alias=.
2014-03-28Try to better explain why 03-systemd.patch is neededMichael Biebl
2014-03-28Revert "Completely Drop debian/patches/03-systemd.patch: /usr should now be ↵Michael Biebl
mounted from the initramfs meaning that it will be available early enough" This reverts commit 696f481ba515b29d917325c87aab5d803461e243. This patch is needed to avoid a dependency loop which is generated by early boot (rcS) SysV init scripts depending on the $network LSB system facility (either directly or indirectly via $remote_fs). The $network LSB system facility is mapped to network.target. Those rcS SysV init scripts are started in sysinit.target, NetworkManager.service is started via multi-user.target, which depends on sysinit.target. As long as we have rcS SysV init scripts which such a dependency on $remote_fs or $network we can not make NetworkManager.service a provider for network.target.
2014-03-27Fix URL to keyfile specMichael 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.
2014-03-27Upload to unstable.Michael Biebl
2014-02-26debian/control: Update the Homepage URLLaurent Bigonville
2014-01-12Release to experimental debian/0.9.8.8-3Laurent Bigonville
2014-01-12debian/network-manager.preinst: Stop network-manager before upgrading if we ↵Laurent Bigonville
are running systemd and the unit is not enabled (Closes: #734460)
2014-01-11Remove bogus closes statementLaurent Bigonville
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-27Release to experimentalLaurent Bigonville
2013-12-27debian/control: Bump Standards-Version to 3.9.5 (no further changes)Laurent Bigonville
2013-12-27debian/network-manager.links: Create a symlink so ↵Laurent Bigonville
NetworkManager-wait-online.service is run before network-online.target