about summary refs log tree commit diff
path: root/debian/control
AgeCommit message (Collapse)Author
2015-01-23Add libnm0 and libnm-dev packages for libnmMichael Biebl
libnm is a new GObject-based client library for NetworkManager which is supposed to replace libnm-util and libnm-glib.
2015-01-23Add perl and libyaml-perl to Build-DependsMichael Biebl
Those are required to build the documentation and tested for in the configure script.
2014-10-27Fix arping patch and add iputils-arping to the Recommends (Closes:#755039)Laurent Bigonville
2014-09-30Build against libsystemd-devMichael Biebl
2014-09-30Mark gir and dev packages as Multi-Arch: sameMichael Biebl
2014-09-02Enable Network Team driver supportMichael Biebl
This is an optional feature which requires the teamd daemon provided by libteam-utils.
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-06-30Build against libgnutls28-devMichael Biebl
Closes: #753136
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-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-12Add Build-Depends on libsystemd-daemon-dev for sd_booted()Michael 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-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-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-02-26debian/control: Update the Homepage URLLaurent Bigonville
2013-12-27debian/control: Bump Standards-Version to 3.9.5 (no further changes)Laurent Bigonville
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-26debian/control: Use canonical URL for the VCS fieldsLaurent Bigonville
2013-10-25Use systemd for session trackingSjoerd Simons
2013-05-06Bump Standards-Version to 3.9.4. No further changes.Michael Biebl
2013-03-20Tighten dependencies between -dev packages.Michael Biebl
2013-02-25debian/control.in: Make libnm-glib-dev depend on network-manager-dev (= ↵Sjoerd Simons
${binary:Version}) as required by the pkg-config file * debian/control.in: Make libnm-glib-dev depend on network-manager-dev (= ${binary:Version}) as required by the pkg-config file * Add myself to uploaders
2013-02-09Update Build-DependsMichael Biebl
2013-02-09Mark binary packages as linux-any.Michael Biebl
2013-02-03Bump Build-Depends on libglib2.0-dev and libudev-dev/libgudev-1.0-dev.Michael Biebl
2012-08-07Bump Build-Depends on libdbus-glib-1-dev to (>= 0.94).Michael Biebl
2012-04-03Remove explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop,Michael Biebl
let libgirepository1.0-dev pull those dependencies.
2012-03-24Rename D-Bus policy fileMichael Biebl
The D-Bus policy file /etc/dbus-1/system.d/NetworkManager.conf has been renamed to org.freedesktop.NetworkManager.conf. Update the .install file and use the dh_install maintscript facility to move the conffile on upgrades. This requires a newer debhelper, so bump the Build-Depends accordingly.
2012-03-24Bump Standards-Version to 3.9.3.Michael Biebl
2012-03-24Add Build-Depends on libnl-genl-3-dev.Michael Biebl
2012-01-18Add Recommends on crda to apply regulatory domain settings for wireless ↵Michael Biebl
devices. (Closes: #653706)
2012-01-05Fix versioned Build-Depends on dpkg-dev. The buildflags.mk snippet was added ↵Michael Biebl
in version 1.16.1, not 1.6.1.
2012-01-05Change section of gir1.2-networkmanager-1.0 to introspection.Michael Biebl
2012-01-05Build against libnl3.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).
2011-11-03debian/control: Add Build-Depends on libglib2.0-doc for proper ↵Michael Biebl
cross-references in the gtk-doc API documentation.
2011-09-16Add BreaksMichael Biebl
against network-manager-openconnect (<< 0.9) and plasma-widget-networkmanagement (<< 0.9~) to avoid partial upgrades.
2011-05-04Merge branch 'master' into experimentalMichael Biebl
2011-05-04Use correct version in libglib2.0-dev b-depMichael Biebl
2011-04-21Update package descriptions.Michael Biebl
2011-04-21Bump Standards-Version to 3.9.2. No further changes.Michael Biebl
2011-04-09Bump Standards-Version to 3.9.2. No further changes.Michael Biebl