about summary refs log tree commit diff
path: root/debian/control
AgeCommit message (Collapse)Author
2017-09-28Do not mark python-gi as <!nocheck>Michael Biebl
It is needed to build the settings documentation. Closes: #871519
2017-09-28Drop dependency on gir1.2-nm-1.0 from gir1.2-networkmanager-1.0Michael Biebl
2017-09-20Switch to dh_missing and abort on uninstalled filesMichael Biebl
2017-07-12Bump Standards-Version to 4.0.0Michael Biebl
2017-05-31Mention privacy implications of the connectivity checksMichael Biebl
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859934:#37
2017-05-26Enable connectivity checking functionalityMichael Biebl
Provide a new package called network-manager-config-connectivity-debian which can be installed to enable NetworkManager's connectivity checking functionality. This is particularly useful for captive portal detection. Closes: #729783 Closes: #859934
2017-05-13Enable vala bindings supportRico Tzschichholz
2017-05-12Split introspection data for libnm into gir1.2-nm-1.0Michael Biebl
Keep the introspection data for the deprecated libnm-glib and libnm-util library in gir1.2-networkmanager-1.0 but split out the introspection data for libnm into a new gir1.2-nm-1.0 package. This will make a transition from libnm-glib/libnm-util to libnm easier. To not break existing packages, add a dependency on gir1.2-nm-1.0 to gir1.2-networkmanager-1.0.
2017-05-11Update Build-DependsMichael Biebl
- Use libudev instead of libgudev - Use libpsl and libcurl instead of libsoup
2017-01-24Update Vcs-* according to the latest recommendationMichael Biebl
2017-01-18Add explicit Build-Depends on automake (>= 1.12) as required byMichael Biebl
configure.ac
2017-01-18Update package description for the dev packages.Michael Biebl
2017-01-17Enable JSON validationMichael Biebl
This enables team configuration validation via Jansson.
2016-12-20Add myself to UploadersAron Xu
2016-10-16Drop Build-Depends on dh-systemd, no longer necessary with debhelper 10Michael Biebl
2016-09-23Bump debhelper compat level to 10Michael Biebl
2016-08-10Demote isc-dhcp-client from Depends to RecommendsMichael Biebl
NetworkManager will automatically fall back to the internal dhcp client if dhclient is not available. Closes: #826680
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-04-12Bump Standards-Version to 3.9.8Michael Biebl
2016-03-30Add versioned Build-Depends on dpkg-dev (>= 1.17.14) for <!nocheck> supportMichael Biebl
2016-03-13Bump Build-Depends on debhelper to (>= 9.20160114) for "--dbgsym-migration" ↵Michael Biebl
support.
2016-03-01Mark the Build-Depends which are required to run the test suite with <!nocheck>Michael Biebl
2016-02-04Bump Standards-Version to 3.9.7.Michael 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-20Drop dependency on avahi-autoipdMichael Biebl
Native IPv4 link-local addressing configuration based on systemd network library is now used instead.
2015-12-24Bump Build-Depend on libsoup2.4-dev to (>= 2.40) as per configure.acMichael Biebl
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-08-28Use GnuTLS crypto API instead of gcryptMichael Biebl
Patch cherry-picked from upstream Git. Closes: #748675
2015-07-14Drop obsolete Breaks from pre-wheezy.Michael Biebl
2015-02-02Add strictly versioned Depends on libnm0 to libnm-dev.Michael Biebl
2015-01-28Update Vcs-Browser URL to use cgit and https.Michael Biebl
2015-01-23Enable polkit agent support for the CLI tools.Michael Biebl
2015-01-23Enable Bluez5 DUN support.Michael Biebl
2015-01-23Bump Standards-Version to 3.9.6Michael Biebl
No further changes.
2015-01-23Fix incorrect dependencies in libnm.pc.Michael Biebl
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