From b7af299187e1cd0816362631eb1da0c6160c4acf Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Fri, 11 May 2018 19:24:48 -0400 Subject: Revert "Stop building libnm-glib/libnm-util" This reverts commit 6a32f324f450ee1da73e6fa06def037c4a05fe65. --- debian/control | 131 ++++++ debian/gir1.2-networkmanager-1.0.install | 2 + debian/libnm-glib-dev.install | 19 + debian/libnm-glib-vpn-dev.install | 4 + debian/libnm-glib-vpn1.install | 1 + debian/libnm-glib-vpn1.symbols | 25 ++ debian/libnm-glib4.install | 1 + debian/libnm-glib4.symbols | 305 ++++++++++++++ debian/libnm-util-dev.install | 10 + debian/libnm-util2.install | 1 + debian/libnm-util2.symbols | 667 +++++++++++++++++++++++++++++++ debian/network-manager-dev.install | 5 + debian/rules | 1 - 13 files changed, 1171 insertions(+), 1 deletion(-) create mode 100644 debian/gir1.2-networkmanager-1.0.install create mode 100644 debian/libnm-glib-dev.install create mode 100644 debian/libnm-glib-vpn-dev.install create mode 100644 debian/libnm-glib-vpn1.install create mode 100644 debian/libnm-glib-vpn1.symbols create mode 100644 debian/libnm-glib4.install create mode 100644 debian/libnm-glib4.symbols create mode 100644 debian/libnm-util-dev.install create mode 100644 debian/libnm-util2.install create mode 100644 debian/libnm-util2.symbols diff --git a/debian/control b/debian/control index e5dee5b2..e93cabbd 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,8 @@ Build-Depends: debhelper (>= 10.3), dpkg-dev (>= 1.17.14), pkg-config, intltool, + libdbus-glib-1-dev (>= 0.100), + libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.32), libnl-3-dev (>= 3.2.8), @@ -102,6 +104,115 @@ Description: network management framework (development files) This package provides general header and development files and documentation of configuration formats, command line utilities and the D-Bus API. +Package: libnm-glib4 +Section: libs +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: network management framework (GLib shared library) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package provides the shared library that applications can use to query + connection status via NetworkManager. + +Package: libnm-glib-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, + libnm-glib4 (= ${binary:Version}), + gir1.2-networkmanager-1.0 (= ${binary:Version}), + libnm-util-dev (>= ${binary:Version}), + network-manager-dev (>= ${binary:Version}), + libglib2.0-dev, + libdbus-glib-1-dev +Description: network management framework (GLib interface) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains header and development files and the API documentation + for libnm-glib. + +Package: libnm-glib-vpn1 +Section: libs +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: network management framework (GLib VPN shared library) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package provides the shared library that applications can use for + creating VPN connections via NetworkManager. + +Package: libnm-glib-vpn-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, + libnm-glib-vpn1 (= ${binary:Version}), + libnm-glib-dev (>= ${binary:Version}), + network-manager-dev (>= ${binary:Version}), +Description: network management framework (GLib interface) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains header and development files for libnm-glib-vpn. + +Package: libnm-util2 +Section: libs +Architecture: linux-any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: network management framework (shared library) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains a convenience library to ease the access to + NetworkManager. + +Package: libnm-util-dev +Section: libdevel +Architecture: linux-any +Multi-Arch: same +Depends: ${misc:Depends}, + libnm-util2 (= ${binary:Version}), + gir1.2-networkmanager-1.0 (= ${binary:Version}), + network-manager-dev (>= ${binary:Version}), + libglib2.0-dev, + libdbus-glib-1-dev +Description: network management framework (development files) + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains header and development files and the API documentation + for libnm-util. + Package: libnm0 Section: libs Architecture: linux-any @@ -136,6 +247,26 @@ Description: GObject-based client library for NetworkManager (development files) . This package contains header and development files. +Package: gir1.2-networkmanager-1.0 +Section: introspection +Architecture: linux-any +Multi-Arch: same +Depends: ${gir:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Description: GObject introspection data for the libnm-glib/libnm-util library + NetworkManager is a system network service that manages your network devices + and connections, attempting to keep active network connectivity when + available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE + devices, and provides VPN integration with a variety of different VPN + services. + . + This package contains introspection data for NetworkManager using + libnm-glib/libnm-util. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + Package: gir1.2-nm-1.0 Section: introspection Architecture: linux-any diff --git a/debian/gir1.2-networkmanager-1.0.install b/debian/gir1.2-networkmanager-1.0.install new file mode 100644 index 00000000..9e0de41f --- /dev/null +++ b/debian/gir1.2-networkmanager-1.0.install @@ -0,0 +1,2 @@ +usr/lib/*/girepository-1.0/NMClient-1.0.typelib +usr/lib/*/girepository-1.0/NetworkManager-1.0.typelib diff --git a/debian/libnm-glib-dev.install b/debian/libnm-glib-dev.install new file mode 100644 index 00000000..4c15cd4a --- /dev/null +++ b/debian/libnm-glib-dev.install @@ -0,0 +1,19 @@ +usr/lib/*/pkgconfig/libnm-glib.pc +usr/lib/*/libnm-glib.so +usr/include/libnm-glib/libnm_glib.h +usr/include/libnm-glib/nm-object.h +usr/include/libnm-glib/nm-client.h +usr/include/libnm-glib/nm*device* +usr/include/libnm-glib/nm-access-point.h +usr/include/libnm-glib/nm-ip*-config.h +usr/include/libnm-glib/nm-dhcp4-config.h +usr/include/libnm-glib/nm-dhcp6-config.h +usr/include/libnm-glib/nm*settings*.h +usr/include/libnm-glib/nm*connection.h +usr/include/libnm-glib/nm-types.h +usr/include/libnm-glib/nm-wimax-nsp.h +usr/include/libnm-glib/nm-secret-agent.h +usr/include/libnm-glib/nm-glib-enum-types.h +usr/share/gtk-doc/html/libnm-glib/ +usr/share/gir-1.0/NMClient-1.0.gir +usr/share/vala/vapi/libnm-glib.* diff --git a/debian/libnm-glib-vpn-dev.install b/debian/libnm-glib-vpn-dev.install new file mode 100644 index 00000000..2c3797a5 --- /dev/null +++ b/debian/libnm-glib-vpn-dev.install @@ -0,0 +1,4 @@ +usr/lib/*/pkgconfig/libnm-glib-vpn.pc +usr/lib/*/libnm-glib-vpn.so +usr/include/libnm-glib/nm-vpn-plugin* +usr/include/libnm-glib/nm-vpn-enum-types.h diff --git a/debian/libnm-glib-vpn1.install b/debian/libnm-glib-vpn1.install new file mode 100644 index 00000000..14151d0b --- /dev/null +++ b/debian/libnm-glib-vpn1.install @@ -0,0 +1 @@ +usr/lib/*/libnm-glib-vpn.so.* diff --git a/debian/libnm-glib-vpn1.symbols b/debian/libnm-glib-vpn1.symbols new file mode 100644 index 00000000..afb2ef50 --- /dev/null +++ b/debian/libnm-glib-vpn1.symbols @@ -0,0 +1,25 @@ +libnm-glib-vpn.so.1 libnm-glib-vpn1 #MINVER# + nm_vpn_plugin_disconnect@Base 0.7.999 + nm_vpn_plugin_error_get_type@Base 0.7.999 + nm_vpn_plugin_error_quark@Base 0.7.999 + nm_vpn_plugin_failure@Base 0.7.999 + nm_vpn_plugin_get_connection@Base 0.7.999 + nm_vpn_plugin_get_state@Base 0.7.999 + nm_vpn_plugin_get_type@Base 0.7.999 + nm_vpn_plugin_secrets_required@Base 0.9.10.0 + nm_vpn_plugin_set_ip4_config@Base 0.7.999 + nm_vpn_plugin_set_login_banner@Base 0.7.999 + nm_vpn_plugin_set_state@Base 0.7.999 + nm_vpn_plugin_ui_interface_delete_connection@Base 0.7.999 + nm_vpn_plugin_ui_interface_export@Base 0.7.999 + nm_vpn_plugin_ui_interface_get_capabilities@Base 0.7.999 + nm_vpn_plugin_ui_interface_get_suggested_name@Base 0.7.999 + nm_vpn_plugin_ui_interface_get_type@Base 0.7.999 + nm_vpn_plugin_ui_interface_import@Base 0.7.999 + nm_vpn_plugin_ui_interface_ui_factory@Base 0.7.999 + nm_vpn_plugin_ui_widget_interface_get_type@Base 0.7.999 + nm_vpn_plugin_ui_widget_interface_get_widget@Base 0.7.999 + nm_vpn_plugin_ui_widget_interface_save_secrets@Base 0.7.999 + nm_vpn_plugin_ui_widget_interface_update_connection@Base 0.7.999 + nm_vpn_plugin_utils_get_secret_flags@Base 0.8.998 + nm_vpn_plugin_utils_read_vpn_details@Base 0.8.998 diff --git a/debian/libnm-glib4.install b/debian/libnm-glib4.install new file mode 100644 index 00000000..f3319279 --- /dev/null +++ b/debian/libnm-glib4.install @@ -0,0 +1 @@ +usr/lib/*/libnm-glib.so.* diff --git a/debian/libnm-glib4.symbols b/debian/libnm-glib4.symbols new file mode 100644 index 00000000..8f3bb6da --- /dev/null +++ b/debian/libnm-glib4.symbols @@ -0,0 +1,305 @@ +libnm-glib.so.4 libnm-glib4 #MINVER# + libnm_glib_get_network_state@Base 0.7.999 + libnm_glib_init@Base 0.7.999 + libnm_glib_register_callback@Base 0.7.999 + libnm_glib_shutdown@Base 0.7.999 + libnm_glib_unregister_callback@Base 0.7.999 + nm_access_point_connection_valid@Base 0.8.999 + nm_access_point_filter_connections@Base 0.8.998 + nm_access_point_get_bssid@Base 0.8.998 + nm_access_point_get_flags@Base 0.7.999 + nm_access_point_get_frequency@Base 0.7.999 + nm_access_point_get_hw_address@Base 0.7.999 + nm_access_point_get_last_seen@Base 1.0.6 + nm_access_point_get_max_bitrate@Base 0.7.999 + nm_access_point_get_mode@Base 0.7.999 + nm_access_point_get_rsn_flags@Base 0.7.999 + nm_access_point_get_ssid@Base 0.7.999 + nm_access_point_get_strength@Base 0.7.999 + nm_access_point_get_type@Base 0.7.999 + nm_access_point_get_wpa_flags@Base 0.7.999 + nm_access_point_new@Base 0.7.999 + nm_active_connection_get_connection@Base 0.7.999 + nm_active_connection_get_connection_type@Base 0.9.10.0 + nm_active_connection_get_default6@Base 0.8.0.999 + nm_active_connection_get_default@Base 0.7.999 + nm_active_connection_get_devices@Base 0.7.999 + nm_active_connection_get_dhcp4_config@Base 0.9.10.0 + nm_active_connection_get_dhcp6_config@Base 0.9.10.0 + nm_active_connection_get_id@Base 0.9.10.0 + nm_active_connection_get_ip4_config@Base 0.9.10.0 + nm_active_connection_get_ip6_config@Base 0.9.10.0 + nm_active_connection_get_master@Base 0.9.4.0 + nm_active_connection_get_specific_object@Base 0.7.999 + nm_active_connection_get_state@Base 0.7.999 + nm_active_connection_get_type@Base 0.7.999 + nm_active_connection_get_uuid@Base 0.8.999 + nm_active_connection_get_vpn@Base 0.9.10.0 + nm_active_connection_new@Base 0.7.999 + nm_client_activate_connection@Base 0.7.999 + nm_client_add_and_activate_connection@Base 0.8.998 + nm_client_check_connectivity@Base 0.9.8.8 + nm_client_check_connectivity_async@Base 0.9.8.8 + nm_client_check_connectivity_finish@Base 0.9.8.8 + nm_client_deactivate_connection@Base 0.7.999 + nm_client_error_get_type@Base 0.9.10.0 + nm_client_error_quark@Base 0.9.10.0 + nm_client_get_activating_connection@Base 0.9.8.8 + nm_client_get_active_connections@Base 0.7.999 + nm_client_get_all_devices@Base 1.1.90 + nm_client_get_connectivity@Base 0.9.8.8 + nm_client_get_device_by_iface@Base 0.9.0 + nm_client_get_device_by_path@Base 0.7.999 + nm_client_get_devices@Base 0.7.999 + nm_client_get_logging@Base 0.9.7.995 + nm_client_get_manager_running@Base 0.7.999 + nm_client_get_permission_result@Base 0.8.2 + nm_client_get_primary_connection@Base 0.9.8.8 + nm_client_get_startup@Base 0.9.10.0 + nm_client_get_state@Base 0.7.999 + nm_client_get_type@Base 0.7.999 + nm_client_get_version@Base 0.8.998 + nm_client_networking_get_enabled@Base 0.8.0.999 + nm_client_networking_set_enabled@Base 0.8.0.999 + nm_client_new@Base 0.7.999 + nm_client_new_async@Base 0.9.4.0 + nm_client_new_finish@Base 0.9.4.0 + nm_client_permission_get_type@Base 0.9.4.0 + nm_client_permission_result_get_type@Base 0.9.4.0 + nm_client_set_logging@Base 0.9.7.995 + nm_client_sleep@Base 0.7.999 + nm_client_wimax_get_enabled@Base 0.8.998 + nm_client_wimax_hardware_get_enabled@Base 0.8.998 + nm_client_wimax_set_enabled@Base 0.8.998 + nm_client_wireless_get_enabled@Base 0.7.999 + nm_client_wireless_hardware_get_enabled@Base 0.7.999 + nm_client_wireless_set_enabled@Base 0.7.999 + nm_client_wwan_get_enabled@Base 0.7.999 + nm_client_wwan_hardware_get_enabled@Base 0.7.999 + nm_client_wwan_set_enabled@Base 0.7.999 + nm_device_adsl_error_get_type@Base 0.9.5.95 + nm_device_adsl_error_quark@Base 0.9.5.95 + nm_device_adsl_get_carrier@Base 0.9.5.95 + nm_device_adsl_get_type@Base 0.9.5.95 + nm_device_adsl_new@Base 0.9.5.95 + nm_device_bond_error_get_type@Base 0.9.4.0 + nm_device_bond_error_quark@Base 0.9.4.0 + nm_device_bond_get_carrier@Base 0.9.4.0 + nm_device_bond_get_hw_address@Base 0.9.4.0 + nm_device_bond_get_slaves@Base 0.9.6.4 + nm_device_bond_get_type@Base 0.9.4.0 + nm_device_bond_new@Base 0.9.4.0 + nm_device_bridge_error_get_type@Base 0.9.7.995 + nm_device_bridge_error_quark@Base 0.9.7.995 + nm_device_bridge_get_carrier@Base 0.9.7.995 + nm_device_bridge_get_hw_address@Base 0.9.7.995 + nm_device_bridge_get_slaves@Base 0.9.7.995 + nm_device_bridge_get_type@Base 0.9.7.995 + nm_device_bridge_new@Base 0.9.7.995 + nm_device_bt_error_get_type@Base 0.9.4.0 + nm_device_bt_error_quark@Base 0.9.4.0 + nm_device_bt_get_capabilities@Base 0.7.999 + nm_device_bt_get_hw_address@Base 0.7.999 + nm_device_bt_get_name@Base 0.7.999 + nm_device_bt_get_type@Base 0.7.999 + nm_device_bt_new@Base 0.7.999 + nm_device_connection_compatible@Base 0.9.4.0 + nm_device_connection_valid@Base 0.8.999 + nm_device_delete@Base 1.0.0 + nm_device_disambiguate_names@Base 0.9.10.0 + nm_device_disconnect@Base 0.7.999 + nm_device_error_get_type@Base 0.9.10.0 + nm_device_error_quark@Base 0.9.10.0 + nm_device_ethernet_error_get_type@Base 0.9.4.0 + nm_device_ethernet_error_quark@Base 0.9.4.0 + nm_device_ethernet_get_carrier@Base 0.7.999 + nm_device_ethernet_get_hw_address@Base 0.7.999 + nm_device_ethernet_get_permanent_hw_address@Base 0.8.2 + nm_device_ethernet_get_speed@Base 0.7.999 + nm_device_ethernet_get_type@Base 0.7.999 + nm_device_ethernet_new@Base 0.7.999 + nm_device_filter_connections@Base 0.8.998 + nm_device_generic_error_get_type@Base 0.9.10.0 + nm_device_generic_error_quark@Base 0.9.10.0 + nm_device_generic_get_hw_address@Base 0.9.10.0 + nm_device_generic_get_type@Base 0.9.10.0 + nm_device_generic_new@Base 0.9.10.0 + nm_device_get_active_connection@Base 0.8.9997 + nm_device_get_autoconnect@Base 0.9.5.95 + nm_device_get_available_connections@Base 0.9.8.0 + nm_device_get_capabilities@Base 0.7.999 + nm_device_get_description@Base 0.9.10.0 + nm_device_get_device_type@Base 0.8.998 + nm_device_get_dhcp4_config@Base 0.7.999 + nm_device_get_dhcp6_config@Base 0.8.3.998 + nm_device_get_driver@Base 0.7.999 + nm_device_get_driver_version@Base 0.9.5.95 + nm_device_get_firmware_missing@Base 0.8.2 + nm_device_get_firmware_version@Base 0.9.5.95 + nm_device_get_hw_address@Base 0.9.10.0 + nm_device_get_iface@Base 0.7.999 + nm_device_get_ip4_config@Base 0.7.999 + nm_device_get_ip6_config@Base 0.7.999 + nm_device_get_ip_iface@Base 0.8.9997 + nm_device_get_managed@Base 0.7.999 + nm_device_get_mtu@Base 0.9.10.0 + nm_device_get_physical_port_id@Base 0.9.10.0 + nm_device_get_product@Base 0.7.999 + nm_device_get_setting_type@Base 0.9.10.0 + nm_device_get_state@Base 0.7.999 + nm_device_get_state_reason@Base 0.9.4.0 + nm_device_get_type@Base 0.7.999 + nm_device_get_type_description@Base 0.9.10.0 + nm_device_get_udi@Base 0.7.999 + nm_device_get_vendor@Base 0.7.999 + nm_device_infiniband_error_get_type@Base 0.9.4.0 + nm_device_infiniband_error_quark@Base 0.9.4.0 + nm_device_infiniband_get_carrier@Base 0.9.4.0 + nm_device_infiniband_get_hw_address@Base 0.9.4.0 + nm_device_infiniband_get_type@Base 0.9.4.0 + nm_device_infiniband_new@Base 0.9.4.0 + nm_device_is_real@Base 1.1.90 + nm_device_is_software@Base 1.0.0 + nm_device_modem_error_get_type@Base 0.9.4.0 + nm_device_modem_error_quark@Base 0.9.4.0 + nm_device_modem_get_current_capabilities@Base 0.8.998 + nm_device_modem_get_modem_capabilities@Base 0.8.998 + nm_device_modem_get_type@Base 0.8.998 + nm_device_new@Base 0.7.999 + nm_device_olpc_mesh_error_get_type@Base 0.9.4.0 + nm_device_olpc_mesh_error_quark@Base 0.9.4.0 + nm_device_olpc_mesh_get_active_channel@Base 0.9.4.0 + nm_device_olpc_mesh_get_companion@Base 0.9.4.0 + nm_device_olpc_mesh_get_hw_address@Base 0.9.4.0 + nm_device_olpc_mesh_get_type@Base 0.9.4.0 + nm_device_olpc_mesh_new@Base 0.9.4.0 + nm_device_set_autoconnect@Base 0.9.5.95 + nm_device_set_managed@Base 1.1.90 + nm_device_team_error_get_type@Base 0.9.10.0 + nm_device_team_error_quark@Base 0.9.10.0 + nm_device_team_get_carrier@Base 0.9.10.0 + nm_device_team_get_hw_address@Base 0.9.10.0 + nm_device_team_get_slaves@Base 0.9.10.0 + nm_device_team_get_type@Base 0.9.10.0 + nm_device_team_new@Base 0.9.10.0 + nm_device_vlan_error_get_type@Base 0.9.4.0 + nm_device_vlan_error_quark@Base 0.9.4.0 + nm_device_vlan_get_carrier@Base 0.9.4.0 + nm_device_vlan_get_hw_address@Base 0.9.4.0 + nm_device_vlan_get_parent@Base 1.0.0 + nm_device_vlan_get_type@Base 0.9.4.0 + nm_device_vlan_get_vlan_id@Base 0.9.4.0 + nm_device_vlan_new@Base 0.9.4.0 + nm_device_wifi_error_get_type@Base 0.9.4.0 + nm_device_wifi_error_quark@Base 0.9.4.0 + nm_device_wifi_get_access_point_by_path@Base 0.7.999 + nm_device_wifi_get_access_points@Base 0.7.999 + nm_device_wifi_get_active_access_point@Base 0.7.999 + nm_device_wifi_get_bitrate@Base 0.7.999 + nm_device_wifi_get_capabilities@Base 0.7.999 + nm_device_wifi_get_hw_address@Base 0.7.999 + nm_device_wifi_get_mode@Base 0.7.999 + nm_device_wifi_get_permanent_hw_address@Base 0.8.2 + nm_device_wifi_get_type@Base 0.7.999 + nm_device_wifi_new@Base 0.7.999 + nm_device_wifi_request_scan_simple@Base 0.9.7.995 + nm_device_wimax_error_get_type@Base 0.9.4.0 + nm_device_wimax_error_quark@Base 0.9.4.0 + nm_device_wimax_get_active_nsp@Base 0.8.998 + nm_device_wimax_get_bsid@Base 0.8.998 + nm_device_wimax_get_center_frequency@Base 0.8.998 + nm_device_wimax_get_cinr@Base 0.8.998 + nm_device_wimax_get_hw_address@Base 0.8.998 + nm_device_wimax_get_nsp_by_path@Base 0.8.998 + nm_device_wimax_get_nsps@Base 0.8.998 + nm_device_wimax_get_rssi@Base 0.8.998 + nm_device_wimax_get_tx_power@Base 0.8.998 + nm_device_wimax_get_type@Base 0.8.998 + nm_device_wimax_new@Base 0.8.998 + nm_dhcp4_config_get_one_option@Base 0.7.999 + nm_dhcp4_config_get_options@Base 0.7.999 + nm_dhcp4_config_get_type@Base 0.7.999 + nm_dhcp4_config_new@Base 0.7.999 + nm_dhcp6_config_get_one_option@Base 0.8.3.998 + nm_dhcp6_config_get_options@Base 0.8.3.998 + nm_dhcp6_config_get_type@Base 0.8.3.998 + nm_dhcp6_config_new@Base 0.8.3.998 + nm_ip4_config_get_addresses@Base 0.7.999 + nm_ip4_config_get_domains@Base 0.7.999 + nm_ip4_config_get_gateway@Base 0.9.10.0 + nm_ip4_config_get_nameservers@Base 0.7.999 + nm_ip4_config_get_routes@Base 0.7.999 + nm_ip4_config_get_searches@Base 0.9.10.0 + nm_ip4_config_get_type@Base 0.7.999 + nm_ip4_config_get_wins_servers@Base 0.7.999 + nm_ip4_config_new@Base 0.7.999 + nm_ip6_address_array_get_type@Base 0.7.999 + nm_ip6_address_object_array_get_type@Base 0.7.999 + nm_ip6_config_get_addresses@Base 0.7.999 + nm_ip6_config_get_domains@Base 0.7.999 + nm_ip6_config_get_gateway@Base 0.9.10.0 + nm_ip6_config_get_nameserver@Base 0.9.10.0 + nm_ip6_config_get_nameservers@Base 0.7.999 + nm_ip6_config_get_num_nameservers@Base 0.9.10.0 + nm_ip6_config_get_routes@Base 0.7.999 + nm_ip6_config_get_searches@Base 0.9.10.0 + nm_ip6_config_get_type@Base 0.7.999 + nm_ip6_config_new@Base 0.7.999 + nm_ip6_route_object_array_get_type@Base 0.7.999 + nm_object_array_get_type@Base 0.7.999 + nm_object_error_get_type@Base 0.9.5.95 + nm_object_error_quark@Base 0.9.5.95 + nm_object_get_connection@Base 0.7.999 + nm_object_get_path@Base 0.7.999 + nm_object_get_type@Base 0.7.999 + nm_remote_connection_commit_changes@Base 0.8.998 + nm_remote_connection_commit_changes_unsaved@Base 0.9.10.0 + nm_remote_connection_delete@Base 0.8.998 + nm_remote_connection_error_get_type@Base 0.9.10.0 + nm_remote_connection_error_quark@Base 0.9.10.0 + nm_remote_connection_get_secrets@Base 0.8.998 + nm_remote_connection_get_type@Base 0.7.999 + nm_remote_connection_get_unsaved@Base 0.9.10.0 + nm_remote_connection_new@Base 0.7.999 + nm_remote_connection_save@Base 0.9.10.0 + nm_remote_settings_add_connection@Base 0.8.998 + nm_remote_settings_add_connection_unsaved@Base 0.9.10.0 + nm_remote_settings_error_get_type@Base 0.8.998 + nm_remote_settings_error_quark@Base 0.8.998 + nm_remote_settings_get_connection_by_id@Base 0.9.10.0 + nm_remote_settings_get_connection_by_path@Base 0.8.998 + nm_remote_settings_get_connection_by_uuid@Base 0.8.999 + nm_remote_settings_get_type@Base 0.7.999 + nm_remote_settings_list_connections@Base 0.8.998 + nm_remote_settings_load_connections@Base 0.9.10.0 + nm_remote_settings_new@Base 0.7.999 + nm_remote_settings_new_async@Base 0.9.4.0 + nm_remote_settings_new_finish@Base 0.9.4.0 + nm_remote_settings_reload_connections@Base 0.9.10.0 + nm_remote_settings_save_hostname@Base 0.8.998 + nm_secret_agent_capabilities_get_type@Base 0.9.10.0 + nm_secret_agent_delete_secrets@Base 0.8.998 + nm_secret_agent_error_get_type@Base 0.8.998 + nm_secret_agent_error_quark@Base 0.8.998 + nm_secret_agent_get_registered@Base 0.9.4.0 + nm_secret_agent_get_secrets@Base 0.8.998 + nm_secret_agent_get_secrets_flags_get_type@Base 0.9.4.0 + nm_secret_agent_get_type@Base 0.8.998 + nm_secret_agent_register@Base 0.8.998 + nm_secret_agent_save_secrets@Base 0.8.998 + nm_secret_agent_unregister@Base 0.8.998 + nm_ssid_get_type@Base 0.7.999 + nm_string_array_get_type@Base 0.7.999 + nm_uint_array_get_type@Base 0.7.999 + nm_vpn_connection_get_banner@Base 0.7.999 + nm_vpn_connection_get_type@Base 0.7.999 + nm_vpn_connection_get_vpn_state@Base 0.7.999 + nm_vpn_connection_new@Base 0.7.999 + nm_wimax_nsp_connection_valid@Base 0.8.999 + nm_wimax_nsp_filter_connections@Base 0.8.998 + nm_wimax_nsp_get_name@Base 0.8.998 + nm_wimax_nsp_get_network_type@Base 0.8.998 + nm_wimax_nsp_get_signal_quality@Base 0.8.998 + nm_wimax_nsp_get_type@Base 0.8.998 + nm_wimax_nsp_network_type_get_type@Base 0.9.4.0 + nm_wimax_nsp_new@Base 0.8.998 diff --git a/debian/libnm-util-dev.install b/debian/libnm-util-dev.install new file mode 100644 index 00000000..64626616 --- /dev/null +++ b/debian/libnm-util-dev.install @@ -0,0 +1,10 @@ +usr/lib/*/pkgconfig/libnm-util.pc +usr/lib/*/libnm-util.so +usr/include/NetworkManager/nm-connection.h +usr/include/NetworkManager/nm-utils.h +usr/include/NetworkManager/nm-setting.h +usr/include/NetworkManager/nm-setting-*.h +usr/include/NetworkManager/nm-utils-enum-types.h +usr/share/gtk-doc/html/libnm-util/ +usr/share/gir-1.0/NetworkManager-1.0.gir +usr/share/vala/vapi/libnm-util.* diff --git a/debian/libnm-util2.install b/debian/libnm-util2.install new file mode 100644 index 00000000..0f0f2a45 --- /dev/null +++ b/debian/libnm-util2.install @@ -0,0 +1 @@ +usr/lib/*/libnm-util.so.* diff --git a/debian/libnm-util2.symbols b/debian/libnm-util2.symbols new file mode 100644 index 00000000..eb524a07 --- /dev/null +++ b/debian/libnm-util2.symbols @@ -0,0 +1,667 @@ +libnm-util.so.2 libnm-util2 #MINVER# + _nm_connection_new_from_hash@Base 1.1.92 + _nm_connection_replace_settings@Base 1.1.92 + nm_connection_add_setting@Base 0.7.0 + nm_connection_clear_secrets@Base 0.7.0 + nm_connection_clear_secrets_with_flags@Base 0.9.1.95 + nm_connection_compare@Base 0.7.0 + nm_connection_create_setting@Base 0.7.0 + nm_connection_diff@Base 0.8.3.998 + nm_connection_dump@Base 0.7.0 + nm_connection_duplicate@Base 0.7.0 + nm_connection_error_get_type@Base 0.7.0 + nm_connection_error_quark@Base 0.7.0 + nm_connection_for_each_setting_value@Base 0.7.0 + nm_connection_get_connection_type@Base 0.9.10.0 + nm_connection_get_id@Base 0.8.998 + nm_connection_get_interface_name@Base 1.0.0 + nm_connection_get_path@Base 0.7.0 + nm_connection_get_setting@Base 0.7.0 + nm_connection_get_setting_802_1x@Base 0.8.998 + nm_connection_get_setting_adsl@Base 0.9.5.95 + nm_connection_get_setting_bluetooth@Base 0.8.998 + nm_connection_get_setting_bond@Base 0.9.4.0 + nm_connection_get_setting_bridge@Base 0.9.7.995 + nm_connection_get_setting_bridge_port@Base 0.9.7.995 + nm_connection_get_setting_by_name@Base 0.7.0 + nm_connection_get_setting_cdma@Base 0.8.998 + nm_connection_get_setting_connection@Base 0.8.998 + nm_connection_get_setting_dcb@Base 0.9.10.0 + nm_connection_get_setting_generic@Base 0.9.10.0 + nm_connection_get_setting_gsm@Base 0.8.998 + nm_connection_get_setting_infiniband@Base 0.9.4.0 + nm_connection_get_setting_ip4_config@Base 0.8.998 + nm_connection_get_setting_ip6_config@Base 0.8.998 + nm_connection_get_setting_olpc_mesh@Base 0.8.998 + nm_connection_get_setting_ppp@Base 0.8.998 + nm_connection_get_setting_pppoe@Base 0.8.998 + nm_connection_get_setting_serial@Base 0.9.4.0 + nm_connection_get_setting_team@Base 0.9.10.0 + nm_connection_get_setting_team_port@Base 0.9.10.0 + nm_connection_get_setting_vlan@Base 0.9.4.0 + nm_connection_get_setting_vpn@Base 0.8.998 + nm_connection_get_setting_wimax@Base 0.8.998 + nm_connection_get_setting_wired@Base 0.8.998 + nm_connection_get_setting_wireless@Base 0.8.998 + nm_connection_get_setting_wireless_security@Base 0.8.998 + nm_connection_get_type@Base 0.7.0 + nm_connection_get_uuid@Base 0.8.998 + nm_connection_get_virtual_device_description@Base 0.9.10.0 + nm_connection_get_virtual_iface_name@Base 0.9.4.0 + nm_connection_is_type@Base 0.9.1.95 + nm_connection_lookup_setting_type@Base 0.7.0 + nm_connection_lookup_setting_type_by_quark@Base 0.7.0 + nm_connection_need_secrets@Base 0.7.0 + nm_connection_new@Base 0.7.0 + nm_connection_new_from_hash@Base 0.7.0 + nm_connection_normalize@Base 1.0.0 + nm_connection_remove_setting@Base 0.7.0 + nm_connection_replace_settings@Base 0.7.0 + nm_connection_replace_settings_from_connection@Base 0.9.10.0 + nm_connection_set_path@Base 0.7.0 + nm_connection_to_hash@Base 0.7.0 + nm_connection_update_secrets@Base 0.7.0 + nm_connection_verify@Base 0.7.0 + nm_ip4_address_compare@Base 0.7.0 + nm_ip4_address_dup@Base 0.7.0 + nm_ip4_address_get_address@Base 0.7.0 + nm_ip4_address_get_gateway@Base 0.7.0 + nm_ip4_address_get_prefix@Base 0.7.0 + nm_ip4_address_get_type@Base 0.8.998 + nm_ip4_address_new@Base 0.7.0 + nm_ip4_address_ref@Base 0.7.0 + nm_ip4_address_set_address@Base 0.7.0 + nm_ip4_address_set_gateway@Base 0.7.0 + nm_ip4_address_set_prefix@Base 0.7.0 + nm_ip4_address_unref@Base 0.7.0 + nm_ip4_route_compare@Base 0.7.0 + nm_ip4_route_dup@Base 0.7.0 + nm_ip4_route_get_dest@Base 0.7.0 + nm_ip4_route_get_metric@Base 0.7.0 + nm_ip4_route_get_next_hop@Base 0.7.0 + nm_ip4_route_get_prefix@Base 0.7.0 + nm_ip4_route_get_type@Base 0.8.998 + nm_ip4_route_new@Base 0.7.0 + nm_ip4_route_ref@Base 0.7.0 + nm_ip4_route_set_dest@Base 0.7.0 + nm_ip4_route_set_metric@Base 0.7.0 + nm_ip4_route_set_next_hop@Base 0.7.0 + nm_ip4_route_set_prefix@Base 0.7.0 + nm_ip4_route_unref@Base 0.7.0 + nm_ip6_address_compare@Base 0.7.999 + nm_ip6_address_dup@Base 0.7.999 + nm_ip6_address_get_address@Base 0.7.999 + nm_ip6_address_get_gateway@Base 0.8.0.999 + nm_ip6_address_get_prefix@Base 0.7.999 + nm_ip6_address_get_type@Base 0.8.998 + nm_ip6_address_new@Base 0.7.999 + nm_ip6_address_ref@Base 0.7.999 + nm_ip6_address_set_address@Base 0.7.999 + nm_ip6_address_set_gateway@Base 0.8.0.999 + nm_ip6_address_set_prefix@Base 0.7.999 + nm_ip6_address_unref@Base 0.7.999 + nm_ip6_route_compare@Base 0.7.999 + nm_ip6_route_dup@Base 0.7.999 + nm_ip6_route_get_dest@Base 0.7.999 + nm_ip6_route_get_metric@Base 0.7.999 + nm_ip6_route_get_next_hop@Base 0.7.999 + nm_ip6_route_get_prefix@Base 0.7.999 + nm_ip6_route_get_type@Base 0.8.998 + nm_ip6_route_new@Base 0.7.999 + nm_ip6_route_ref@Base 0.7.999 + nm_ip6_route_set_dest@Base 0.7.999 + nm_ip6_route_set_metric@Base 0.7.999 + nm_ip6_route_set_next_hop@Base 0.7.999 + nm_ip6_route_set_prefix@Base 0.7.999 + nm_ip6_route_unref@Base 0.7.999 + nm_setting_802_1x_add_altsubject_match@Base 0.9.0 + nm_setting_802_1x_add_eap_method@Base 0.7.0 + nm_setting_802_1x_add_phase2_altsubject_match@Base 0.9.0 + nm_setting_802_1x_ck_format_get_type@Base 0.9.4.0 + nm_setting_802_1x_ck_scheme_get_type@Base 0.9.4.0 + nm_setting_802_1x_clear_altsubject_matches@Base 0.9.0 + nm_setting_802_1x_clear_eap_methods@Base 0.7.0 + nm_setting_802_1x_clear_phase2_altsubject_matches@Base 0.9.0 + nm_setting_802_1x_error_get_type@Base 0.7.0 + nm_setting_802_1x_error_quark@Base 0.7.0 + nm_setting_802_1x_get_altsubject_match@Base 0.9.0 + nm_setting_802_1x_get_anonymous_identity@Base 0.7.0 + nm_setting_802_1x_get_ca_cert_blob@Base 0.7.999 + nm_setting_802_1x_get_ca_cert_path@Base 0.7.999 + nm_setting_802_1x_get_ca_cert_scheme@Base 0.7.999 + nm_setting_802_1x_get_ca_path@Base 0.7.0 + nm_setting_802_1x_get_client_cert_blob@Base 0.7.999 + nm_setting_802_1x_get_client_cert_path@Base 0.7.999 + nm_setting_802_1x_get_client_cert_scheme@Base 0.7.999 + nm_setting_802_1x_get_eap_method@Base 0.7.0 + nm_setting_802_1x_get_identity@Base 0.7.0 + nm_setting_802_1x_get_num_altsubject_matches@Base 0.9.0 + nm_setting_802_1x_get_num_eap_methods@Base 0.7.0 + nm_setting_802_1x_get_num_phase2_altsubject_matches@Base 0.9.0 + nm_setting_802_1x_get_pac_file@Base 0.9.4.0 + nm_setting_802_1x_get_password@Base 0.7.0 + nm_setting_802_1x_get_password_flags@Base 0.8.998 + nm_setting_802_1x_get_password_raw@Base 0.9.4.0 + nm_setting_802_1x_get_password_raw_flags@Base 0.9.4.0 + nm_setting_802_1x_get_phase1_fast_provisioning@Base 0.7.0 + nm_setting_802_1x_get_phase1_peaplabel@Base 0.7.0 + nm_setting_802_1x_get_phase1_peapver@Base 0.7.0 + nm_setting_802_1x_get_phase2_altsubject_match@Base 0.9.0 + nm_setting_802_1x_get_phase2_auth@Base 0.7.0 + nm_setting_802_1x_get_phase2_autheap@Base 0.7.0 + nm_setting_802_1x_get_phase2_ca_cert_blob@Base 0.7.999 + nm_setting_802_1x_get_phase2_ca_cert_path@Base 0.7.999 + nm_setting_802_1x_get_phase2_ca_cert_scheme@Base 0.7.999 + nm_setting_802_1x_get_phase2_ca_path@Base 0.7.0 + nm_setting_802_1x_get_phase2_client_cert_blob@Base 0.7.999 + nm_setting_802_1x_get_phase2_client_cert_path@Base 0.7.999 + nm_setting_802_1x_get_phase2_client_cert_scheme@Base 0.7.999 + nm_setting_802_1x_get_phase2_private_key_blob@Base 0.7.999 + nm_setting_802_1x_get_phase2_private_key_format@Base 0.7.999 + nm_setting_802_1x_get_phase2_private_key_password@Base 0.7.0 + nm_setting_802_1x_get_phase2_private_key_password_flags@Base 0.8.998 + nm_setting_802_1x_get_phase2_private_key_path@Base 0.7.999 + nm_setting_802_1x_get_phase2_private_key_scheme@Base 0.7.999 + nm_setting_802_1x_get_phase2_subject_match@Base 0.9.0 + nm_setting_802_1x_get_pin@Base 0.7.0 + nm_setting_802_1x_get_pin_flags@Base 0.8.9997 + nm_setting_802_1x_get_private_key_blob@Base 0.7.999 + nm_setting_802_1x_get_private_key_format@Base 0.7.999 + nm_setting_802_1x_get_private_key_password@Base 0.7.0 + nm_setting_802_1x_get_private_key_password_flags@Base 0.8.998 + nm_setting_802_1x_get_private_key_path@Base 0.7.999 + nm_setting_802_1x_get_private_key_scheme@Base 0.7.999 + nm_setting_802_1x_get_subject_match@Base 0.9.0 + nm_setting_802_1x_get_system_ca_certs@Base 0.7.0 + nm_setting_802_1x_get_type@Base 0.7.0 + nm_setting_802_1x_new@Base 0.7.0 + nm_setting_802_1x_remove_altsubject_match@Base 0.9.0 + nm_setting_802_1x_remove_altsubject_match_by_value@Base 0.9.10.0 + nm_setting_802_1x_remove_eap_method@Base 0.7.0 + nm_setting_802_1x_remove_eap_method_by_value@Base 0.9.10.0 + nm_setting_802_1x_remove_phase2_altsubject_match@Base 0.9.0 + nm_setting_802_1x_remove_phase2_altsubject_match_by_value@Base 0.9.10.0 + nm_setting_802_1x_set_ca_cert@Base 0.7.999 + nm_setting_802_1x_set_client_cert@Base 0.7.999 + nm_setting_802_1x_set_phase2_ca_cert@Base 0.7.999 + nm_setting_802_1x_set_phase2_client_cert@Base 0.7.999 + nm_setting_802_1x_set_phase2_private_key@Base 0.7.999 + nm_setting_802_1x_set_private_key@Base 0.7.999 + nm_setting_adsl_error_get_type@Base 0.9.5.95 + nm_setting_adsl_error_quark@Base 0.9.5.95 + nm_setting_adsl_get_encapsulation@Base 0.9.5.95 + nm_setting_adsl_get_password@Base 0.9.5.95 + nm_setting_adsl_get_password_flags@Base 0.9.5.95 + nm_setting_adsl_get_protocol@Base 0.9.5.95 + nm_setting_adsl_get_type@Base 0.9.5.95 + nm_setting_adsl_get_username@Base 0.9.5.95 + nm_setting_adsl_get_vci@Base 0.9.5.95 + nm_setting_adsl_get_vpi@Base 0.9.5.95 + nm_setting_adsl_new@Base 0.9.5.95 + nm_setting_bluetooth_error_get_type@Base 0.7.999 + nm_setting_bluetooth_error_quark@Base 0.7.999 + nm_setting_bluetooth_get_bdaddr@Base 0.7.999 + nm_setting_bluetooth_get_connection_type@Base 0.7.999 + nm_setting_bluetooth_get_type@Base 0.7.999 + nm_setting_bluetooth_new@Base 0.7.999 + nm_setting_bond_add_option@Base 0.9.4.0 + nm_setting_bond_error_get_type@Base 0.9.4.0 + nm_setting_bond_error_quark@Base 0.9.4.0 + nm_setting_bond_get_interface_name@Base 0.9.4.0 + nm_setting_bond_get_num_options@Base 0.9.4.0 + nm_setting_bond_get_option@Base 0.9.4.0 + nm_setting_bond_get_option_by_name@Base 0.9.4.0 + nm_setting_bond_get_option_default@Base 0.9.4.0 + nm_setting_bond_get_type@Base 0.9.4.0 + nm_setting_bond_get_valid_options@Base 0.9.4.0 + nm_setting_bond_new@Base 0.9.4.0 + nm_setting_bond_remove_option@Base 0.9.4.0 + nm_setting_bond_validate_option@Base 0.9.10.0 + nm_setting_bridge_error_get_type@Base 0.9.7.995 + nm_setting_bridge_error_quark@Base 0.9.7.995 + nm_setting_bridge_get_ageing_time@Base 0.9.7.995 + nm_setting_bridge_get_forward_delay@Base 0.9.7.995 + nm_setting_bridge_get_hello_time@Base 0.9.7.995 + nm_setting_bridge_get_interface_name@Base 0.9.7.995 + nm_setting_bridge_get_mac_address@Base 0.9.10.0 + nm_setting_bridge_get_max_age@Base 0.9.7.995 + nm_setting_bridge_get_priority@Base 0.9.7.995 + nm_setting_bridge_get_stp@Base 0.9.7.995 + nm_setting_bridge_get_type@Base 0.9.7.995 + nm_setting_bridge_new@Base 0.9.7.995 + nm_setting_bridge_port_error_get_type@Base 0.9.7.995 + nm_setting_bridge_port_error_quark@Base 0.9.7.995 + nm_setting_bridge_port_get_hairpin_mode@Base 0.9.7.995 + nm_setting_bridge_port_get_path_cost@Base 0.9.7.995 + nm_setting_bridge_port_get_priority@Base 0.9.7.995 + nm_setting_bridge_port_get_type@Base 0.9.7.995 + nm_setting_bridge_port_new@Base 0.9.7.995 + nm_setting_cdma_error_get_type@Base 0.7.0 + nm_setting_cdma_error_quark@Base 0.7.0 + nm_setting_cdma_get_number@Base 0.7.0 + nm_setting_cdma_get_password@Base 0.7.0 + nm_setting_cdma_get_password_flags@Base 0.8.998 + nm_setting_cdma_get_type@Base 0.7.0 + nm_setting_cdma_get_username@Base 0.7.0 + nm_setting_cdma_new@Base 0.7.0 + nm_setting_clear_secrets@Base 0.7.0 + nm_setting_clear_secrets_with_flags@Base 0.9.1.95 + nm_setting_compare@Base 0.7.0 + nm_setting_compare_flags_get_type@Base 0.9.4.0 + nm_setting_connection_add_permission@Base 0.8.998 + nm_setting_connection_add_secondary@Base 0.9.7.995 + nm_setting_connection_error_get_type@Base 0.7.0 + nm_setting_connection_error_quark@Base 0.7.0 + nm_setting_connection_get_autoconnect@Base 0.7.0 + nm_setting_connection_get_connection_type@Base 0.7.0 + nm_setting_connection_get_gateway_ping_timeout@Base 0.9.10.0 + nm_setting_connection_get_id@Base 0.7.0 + nm_setting_connection_get_interface_name@Base 0.9.10.0 + nm_setting_connection_get_master@Base 0.9.4.0 + nm_setting_connection_get_num_permissions@Base 0.8.998 + nm_setting_connection_get_num_secondaries@Base 0.9.7.995 + nm_setting_connection_get_permission@Base 0.8.998 + nm_setting_connection_get_read_only@Base 0.7.0 + nm_setting_connection_get_secondary@Base 0.9.7.995 + nm_setting_connection_get_slave_type@Base 0.9.4.0 + nm_setting_connection_get_timestamp@Base 0.7.0 + nm_setting_connection_get_type@Base 0.7.0 + nm_setting_connection_get_uuid@Base 0.7.0 + nm_setting_connection_get_zone@Base 0.9.4.0 + nm_setting_connection_is_slave_type@Base 0.9.4.0 + nm_setting_connection_new@Base 0.7.0 + nm_setting_connection_permissions_user_allowed@Base 0.8.998 + nm_setting_connection_remove_permission@Base 0.8.998 + nm_setting_connection_remove_permission_by_value@Base 0.9.10.0 + nm_setting_connection_remove_secondary@Base 0.9.7.995 + nm_setting_connection_remove_secondary_by_value@Base 0.9.10.0 + nm_setting_dcb_error_get_type@Base 0.9.10.0 + nm_setting_dcb_error_quark@Base 0.9.10.0 + nm_setting_dcb_flags_get_type@Base 0.9.10.0 + nm_setting_dcb_get_app_fcoe_flags@Base 0.9.10.0 + nm_setting_dcb_get_app_fcoe_mode@Base 0.9.10.0 + nm_setting_dcb_get_app_fcoe_priority@Base 0.9.10.0 + nm_setting_dcb_get_app_fip_flags@Base 0.9.10.0 + nm_setting_dcb_get_app_fip_priority@Base 0.9.10.0 + nm_setting_dcb_get_app_iscsi_flags@Base 0.9.10.0 + nm_setting_dcb_get_app_iscsi_priority@Base 0.9.10.0 + nm_setting_dcb_get_priority_bandwidth@Base 0.9.10.0 + nm_setting_dcb_get_priority_flow_control@Base 0.9.10.0 + nm_setting_dcb_get_priority_flow_control_flags@Base 0.9.10.0 + nm_setting_dcb_get_priority_group_bandwidth@Base 0.9.10.0 + nm_setting_dcb_get_priority_group_flags@Base 0.9.10.0 + nm_setting_dcb_get_priority_group_id@Base 0.9.10.0 + nm_setting_dcb_get_priority_strict_bandwidth@Base 0.9.10.0 + nm_setting_dcb_get_priority_traffic_class@Base 0.9.10.0 + nm_setting_dcb_get_type@Base 0.9.10.0 + nm_setting_dcb_new@Base 0.9.10.0 + nm_setting_dcb_set_priority_bandwidth@Base 0.9.10.0 + nm_setting_dcb_set_priority_flow_control@Base 0.9.10.0 + nm_setting_dcb_set_priority_group_bandwidth@Base 0.9.10.0 + nm_setting_dcb_set_priority_group_id@Base 0.9.10.0 + nm_setting_dcb_set_priority_strict_bandwidth@Base 0.9.10.0 + nm_setting_dcb_set_priority_traffic_class@Base 0.9.10.0 + nm_setting_diff@Base 0.8.3.998 + nm_setting_diff_result_get_type@Base 0.9.4.0 + nm_setting_duplicate@Base 0.7.0 + nm_setting_enumerate_values@Base 0.7.0 + nm_setting_error_get_type@Base 0.7.0 + nm_setting_error_quark@Base 0.7.0 + nm_setting_generic_error_get_type@Base 0.9.10.0 + nm_setting_generic_error_quark@Base 0.9.10.0 + nm_setting_generic_get_type@Base 0.9.10.0 + nm_setting_generic_new@Base 0.9.10.0 + nm_setting_get_name@Base 0.7.0 + nm_setting_get_secret_flags@Base 0.8.998 + nm_setting_get_type@Base 0.7.0 + nm_setting_get_virtual_iface_name@Base 0.9.4.0 + nm_setting_gsm_error_get_type@Base 0.7.0 + nm_setting_gsm_error_quark@Base 0.7.0 + nm_setting_gsm_get_allowed_bands@Base 0.8.0.999 + nm_setting_gsm_get_apn@Base 0.7.0 + nm_setting_gsm_get_home_only@Base 0.8.0.999 + nm_setting_gsm_get_network_id@Base 0.7.0 + nm_setting_gsm_get_network_type@Base 0.7.0 + nm_setting_gsm_get_number@Base 0.7.0 + nm_setting_gsm_get_password@Base 0.7.0 + nm_setting_gsm_get_password_flags@Base 0.8.998 + nm_setting_gsm_get_pin@Base 0.7.0 + nm_setting_gsm_get_pin_flags@Base 0.8.998 + nm_setting_gsm_get_type@Base 0.7.0 + nm_setting_gsm_get_username@Base 0.7.0 + nm_setting_gsm_network_band_get_type@Base 0.9.4.0 + nm_setting_gsm_network_type_get_type@Base 0.9.4.0 + nm_setting_gsm_new@Base 0.7.0 + nm_setting_hash_flags_get_type@Base 0.9.4.0 + nm_setting_infiniband_error_get_type@Base 0.9.4.0 + nm_setting_infiniband_error_quark@Base 0.9.4.0 + nm_setting_infiniband_get_mac_address@Base 0.9.4.0 + nm_setting_infiniband_get_mtu@Base 0.9.4.0 + nm_setting_infiniband_get_p_key@Base 0.9.10.0 + nm_setting_infiniband_get_parent@Base 0.9.10.0 + nm_setting_infiniband_get_transport_mode@Base 0.9.4.0 + nm_setting_infiniband_get_type@Base 0.9.4.0 + nm_setting_infiniband_new@Base 0.9.4.0 + nm_setting_ip4_config_add_address@Base 0.7.0 + nm_setting_ip4_config_add_dns@Base 0.7.0 + nm_setting_ip4_config_add_dns_search@Base 0.7.0 + nm_setting_ip4_config_add_route@Base 0.7.0 + nm_setting_ip4_config_clear_addresses@Base 0.7.0 + nm_setting_ip4_config_clear_dns@Base 0.7.0 + nm_setting_ip4_config_clear_dns_searches@Base 0.7.0 + nm_setting_ip4_config_clear_routes@Base 0.7.0 + nm_setting_ip4_config_error_get_type@Base 0.7.0 + nm_setting_ip4_config_error_quark@Base 0.7.0 + nm_setting_ip4_config_get_address@Base 0.7.0 + nm_setting_ip4_config_get_dhcp_client_id@Base 0.7.0 + nm_setting_ip4_config_get_dhcp_hostname@Base 0.7.0 + nm_setting_ip4_config_get_dhcp_send_hostname@Base 0.7.999 + nm_setting_ip4_config_get_dhcp_timeout@Base 1.1.90 + nm_setting_ip4_config_get_dns@Base 0.7.0 + nm_setting_ip4_config_get_dns_search@Base 0.7.0 + nm_setting_ip4_config_get_ignore_auto_dns@Base 0.7.0 + nm_setting_ip4_config_get_ignore_auto_routes@Base 0.7.0 + nm_setting_ip4_config_get_may_fail@Base 0.8.0.999 + nm_setting_ip4_config_get_method@Base 0.7.0 + nm_setting_ip4_config_get_never_default@Base 0.7.0.97 + nm_setting_ip4_config_get_num_addresses@Base 0.7.0 + nm_setting_ip4_config_get_num_dns@Base 0.7.0 + nm_setting_ip4_config_get_num_dns_searches@Base 0.7.0 + nm_setting_ip4_config_get_num_routes@Base 0.7.0 + nm_setting_ip4_config_get_route@Base 0.7.0 + nm_setting_ip4_config_get_route_metric@Base 1.0.0 + nm_setting_ip4_config_get_type@Base 0.7.0 + nm_setting_ip4_config_new@Base 0.7.0 + nm_setting_ip4_config_remove_address@Base 0.7.0 + nm_setting_ip4_config_remove_address_by_value@Base 0.9.10.0 + nm_setting_ip4_config_remove_dns@Base 0.7.0 + nm_setting_ip4_config_remove_dns_by_value@Base 0.9.10.0 + nm_setting_ip4_config_remove_dns_search@Base 0.7.0 + nm_setting_ip4_config_remove_dns_search_by_value@Base 0.9.10.0 + nm_setting_ip4_config_remove_route@Base 0.7.0 + nm_setting_ip4_config_remove_route_by_value@Base 0.9.10.0 + nm_setting_ip6_config_add_address@Base 0.7.999 + nm_setting_ip6_config_add_dns@Base 0.7.999 + nm_setting_ip6_config_add_dns_search@Base 0.7.999 + nm_setting_ip6_config_add_route@Base 0.7.999 + nm_setting_ip6_config_clear_addresses@Base 0.7.999 + nm_setting_ip6_config_clear_dns@Base 0.7.999 + nm_setting_ip6_config_clear_dns_searches@Base 0.7.999 + nm_setting_ip6_config_clear_routes@Base 0.7.999 + nm_setting_ip6_config_error_get_type@Base 0.7.999 + nm_setting_ip6_config_error_quark@Base 0.7.999 + nm_setting_ip6_config_get_address@Base 0.7.999 + nm_setting_ip6_config_get_dhcp_hostname@Base 0.9.7.995 + nm_setting_ip6_config_get_dns@Base 0.7.999 + nm_setting_ip6_config_get_dns_search@Base 0.7.999 + nm_setting_ip6_config_get_ignore_auto_dns@Base 0.7.999 + nm_setting_ip6_config_get_ignore_auto_routes@Base 0.7.999 + nm_setting_ip6_config_get_ip6_privacy@Base 0.9.4.0 + nm_setting_ip6_config_get_may_fail@Base 0.8.0.999 + nm_setting_ip6_config_get_method@Base 0.7.999 + nm_setting_ip6_config_get_never_default@Base 0.7.999 + nm_setting_ip6_config_get_num_addresses@Base 0.7.999 + nm_setting_ip6_config_get_num_dns@Base 0.7.999 + nm_setting_ip6_config_get_num_dns_searches@Base 0.7.999 + nm_setting_ip6_config_get_num_routes@Base 0.7.999 + nm_setting_ip6_config_get_route@Base 0.7.999 + nm_setting_ip6_config_get_route_metric@Base 1.0.0 + nm_setting_ip6_config_get_type@Base 0.7.999 + nm_setting_ip6_config_new@Base 0.7.999 + nm_setting_ip6_config_privacy_get_type@Base 0.9.4.0 + nm_setting_ip6_config_remove_address@Base 0.7.999 + nm_setting_ip6_config_remove_address_by_value@Base 0.9.10.0 + nm_setting_ip6_config_remove_dns@Base 0.7.999 + nm_setting_ip6_config_remove_dns_by_value@Base 0.9.10.0 + nm_setting_ip6_config_remove_dns_search@Base 0.7.999 + nm_setting_ip6_config_remove_dns_search_by_value@Base 0.9.10.0 + nm_setting_ip6_config_remove_route@Base 0.7.999 + nm_setting_ip6_config_remove_route_by_value@Base 0.9.10.0 + nm_setting_need_secrets@Base 0.7.0 + nm_setting_new_from_hash@Base 0.7.0 + nm_setting_olpc_mesh_error_get_type@Base 0.7.999 + nm_setting_olpc_mesh_error_quark@Base 0.7.999 + nm_setting_olpc_mesh_get_channel@Base 0.7.999 + nm_setting_olpc_mesh_get_dhcp_anycast_address@Base 0.7.999 + nm_setting_olpc_mesh_get_ssid@Base 0.7.999 + nm_setting_olpc_mesh_get_type@Base 0.7.999 + nm_setting_olpc_mesh_new@Base 0.7.999 + nm_setting_ppp_error_get_type@Base 0.7.0 + nm_setting_ppp_error_quark@Base 0.7.0 + nm_setting_ppp_get_baud@Base 0.7.0 + nm_setting_ppp_get_crtscts@Base 0.7.0 + nm_setting_ppp_get_lcp_echo_failure@Base 0.7.0 + nm_setting_ppp_get_lcp_echo_interval@Base 0.7.0 + nm_setting_ppp_get_mppe_stateful@Base 0.7.0 + nm_setting_ppp_get_mru@Base 0.7.0 + nm_setting_ppp_get_mtu@Base 0.7.0 + nm_setting_ppp_get_no_vj_comp@Base 0.7.0 + nm_setting_ppp_get_noauth@Base 0.7.0 + nm_setting_ppp_get_nobsdcomp@Base 0.7.0 + nm_setting_ppp_get_nodeflate@Base 0.7.0 + nm_setting_ppp_get_refuse_chap@Base 0.7.0 + nm_setting_ppp_get_refuse_eap@Base 0.7.0 + nm_setting_ppp_get_refuse_mschap@Base 0.7.0 + nm_setting_ppp_get_refuse_mschapv2@Base 0.7.0 + nm_setting_ppp_get_refuse_pap@Base 0.7.0 + nm_setting_ppp_get_require_mppe@Base 0.7.0 + nm_setting_ppp_get_require_mppe_128@Base 0.7.0 + nm_setting_ppp_get_type@Base 0.7.0 + nm_setting_ppp_new@Base 0.7.0 + nm_setting_pppoe_error_get_type@Base 0.7.0 + nm_setting_pppoe_error_quark@Base 0.7.0 + nm_setting_pppoe_get_password@Base 0.7.0 + nm_setting_pppoe_get_password_flags@Base 0.8.998 + nm_setting_pppoe_get_service@Base 0.7.0 + nm_setting_pppoe_get_type@Base 0.7.0 + nm_setting_pppoe_get_username@Base 0.7.0 + nm_setting_pppoe_new@Base 0.7.0 + nm_setting_secret_flags_get_type@Base 0.9.4.0 + nm_setting_serial_error_get_type@Base 0.7.0 + nm_setting_serial_error_quark@Base 0.7.0 + nm_setting_serial_get_baud@Base 0.7.0 + nm_setting_serial_get_bits@Base 0.7.0 + nm_setting_serial_get_parity@Base 0.7.0 + nm_setting_serial_get_send_delay@Base 0.7.0 + nm_setting_serial_get_stopbits@Base 0.7.0 + nm_setting_serial_get_type@Base 0.7.0 + nm_setting_serial_new@Base 0.7.0 + nm_setting_set_secret_flags@Base 0.8.998 + nm_setting_team_error_get_type@Base 0.9.10.0 + nm_setting_team_error_quark@Base 0.9.10.0 + nm_setting_team_get_config@Base 0.9.10.0 + nm_setting_team_get_interface_name@Base 0.9.10.0 + nm_setting_team_get_type@Base 0.9.10.0 + nm_setting_team_new@Base 0.9.10.0 + nm_setting_team_port_error_get_type@Base 0.9.10.0 + nm_setting_team_port_error_quark@Base 0.9.10.0 + nm_setting_team_port_get_config@Base 0.9.10.0 + nm_setting_team_port_get_type@Base 0.9.10.0 + nm_setting_team_port_new@Base 0.9.10.0 + nm_setting_to_hash@Base 0.7.0 + nm_setting_to_string@Base 0.7.0 + nm_setting_update_secrets@Base 0.7.0 + nm_setting_verify@Base 0.7.0 + nm_setting_vlan_add_priority@Base 0.9.4.0 + nm_setting_vlan_add_priority_str@Base 0.9.4.0 + nm_setting_vlan_clear_priorities@Base 0.9.4.0 + nm_setting_vlan_error_get_type@Base 0.9.4.0 + nm_setting_vlan_error_quark@Base 0.9.4.0 + nm_setting_vlan_get_flags@Base 0.9.4.0 + nm_setting_vlan_get_id@Base 0.9.4.0 + nm_setting_vlan_get_interface_name@Base 0.9.4.0 + nm_setting_vlan_get_num_priorities@Base 0.9.4.0 + nm_setting_vlan_get_parent@Base 0.9.4.0 + nm_setting_vlan_get_priority@Base 0.9.4.0 + nm_setting_vlan_get_type@Base 0.9.4.0 + nm_setting_vlan_new@Base 0.9.4.0 + nm_setting_vlan_remove_priority@Base 0.9.4.0 + nm_setting_vlan_remove_priority_by_value@Base 0.9.10.0 + nm_setting_vlan_remove_priority_str_by_value@Base 0.9.10.0 + nm_setting_vpn_add_data_item@Base 0.7.0 + nm_setting_vpn_add_secret@Base 0.7.0 + nm_setting_vpn_error_get_type@Base 0.7.0 + nm_setting_vpn_error_quark@Base 0.7.0 + nm_setting_vpn_foreach_data_item@Base 0.7.0 + nm_setting_vpn_foreach_secret@Base 0.7.0 + nm_setting_vpn_get_data_item@Base 0.7.0 + nm_setting_vpn_get_num_data_items@Base 0.9.4.0 + nm_setting_vpn_get_num_secrets@Base 0.9.4.0 + nm_setting_vpn_get_secret@Base 0.7.0 + nm_setting_vpn_get_service_type@Base 0.7.0 + nm_setting_vpn_get_type@Base 0.7.0 + nm_setting_vpn_get_user_name@Base 0.7.0 + nm_setting_vpn_new@Base 0.7.0 + nm_setting_vpn_remove_data_item@Base 0.7.0 + nm_setting_vpn_remove_secret@Base 0.7.0 + nm_setting_wimax_error_get_type@Base 0.8.998 + nm_setting_wimax_error_quark@Base 0.8.998 + nm_setting_wimax_get_mac_address@Base 0.8.998 + nm_setting_wimax_get_network_name@Base 0.8.998 + nm_setting_wimax_get_type@Base 0.8.998 + nm_setting_wimax_new@Base 0.8.998 + nm_setting_wired_add_mac_blacklist_item@Base 0.9.10.0 + nm_setting_wired_add_s390_option@Base 0.8.2 + nm_setting_wired_clear_mac_blacklist_items@Base 0.9.10.0 + nm_setting_wired_error_get_type@Base 0.7.0 + nm_setting_wired_error_quark@Base 0.7.0 + nm_setting_wired_get_auto_negotiate@Base 0.7.0 + nm_setting_wired_get_cloned_mac_address@Base 0.8.2 + nm_setting_wired_get_duplex@Base 0.7.0 + nm_setting_wired_get_mac_address@Base 0.7.0 + nm_setting_wired_get_mac_address_blacklist@Base 0.9.0 + nm_setting_wired_get_mac_blacklist_item@Base 0.9.10.0 + nm_setting_wired_get_mtu@Base 0.7.0 + nm_setting_wired_get_num_mac_blacklist_items@Base 0.9.10.0 + nm_setting_wired_get_num_s390_options@Base 0.8.2 + nm_setting_wired_get_port@Base 0.7.0 + nm_setting_wired_get_s390_nettype@Base 0.8.2 + nm_setting_wired_get_s390_option@Base 0.8.2 + nm_setting_wired_get_s390_option_by_key@Base 0.8.2 + nm_setting_wired_get_s390_subchannels@Base 0.8.2 + nm_setting_wired_get_speed@Base 0.7.0 + nm_setting_wired_get_type@Base 0.7.0 + nm_setting_wired_get_valid_s390_options@Base 0.9.10.0 + nm_setting_wired_new@Base 0.7.0 + nm_setting_wired_remove_mac_blacklist_item@Base 0.9.10.0 + nm_setting_wired_remove_mac_blacklist_item_by_value@Base 0.9.10.0 + nm_setting_wired_remove_s390_option@Base 0.8.2 + nm_setting_wireless_add_mac_blacklist_item@Base 0.9.10.0 + nm_setting_wireless_add_seen_bssid@Base 0.7.0 + nm_setting_wireless_ap_security_compatible@Base 0.7.0 + nm_setting_wireless_clear_mac_blacklist_items@Base 0.9.10.0 + nm_setting_wireless_error_get_type@Base 0.7.0 + nm_setting_wireless_error_quark@Base 0.7.0 + nm_setting_wireless_get_band@Base 0.7.0 + nm_setting_wireless_get_bssid@Base 0.7.0 + nm_setting_wireless_get_channel@Base 0.7.0 + nm_setting_wireless_get_cloned_mac_address@Base 0.8.2 + nm_setting_wireless_get_hidden@Base 0.9.5.95 + nm_setting_wireless_get_mac_address@Base 0.7.0 + nm_setting_wireless_get_mac_address_blacklist@Base 0.9.0 + nm_setting_wireless_get_mac_blacklist_item@Base 0.9.10.0 + nm_setting_wireless_get_mode@Base 0.7.0 + nm_setting_wireless_get_mtu@Base 0.7.0 + nm_setting_wireless_get_num_mac_blacklist_items@Base 0.9.10.0 + nm_setting_wireless_get_num_seen_bssids@Base 0.7.0 + nm_setting_wireless_get_powersave@Base 1.1.90 + nm_setting_wireless_get_rate@Base 0.7.0 + nm_setting_wireless_get_security@Base 0.7.0 + nm_setting_wireless_get_seen_bssid@Base 0.7.0 + nm_setting_wireless_get_ssid@Base 0.7.0 + nm_setting_wireless_get_tx_power@Base 0.7.0 + nm_setting_wireless_get_type@Base 0.7.0 + nm_setting_wireless_new@Base 0.7.0 + nm_setting_wireless_remove_mac_blacklist_item@Base 0.9.10.0 + nm_setting_wireless_remove_mac_blacklist_item_by_value@Base 0.9.10.0 + nm_setting_wireless_security_add_group@Base 0.7.0 + nm_setting_wireless_security_add_pairwise@Base 0.7.0 + nm_setting_wireless_security_add_proto@Base 0.7.0 + nm_setting_wireless_security_clear_groups@Base 0.7.0 + nm_setting_wireless_security_clear_pairwise@Base 0.7.0 + nm_setting_wireless_security_clear_protos@Base 0.7.0 + nm_setting_wireless_security_error_get_type@Base 0.7.0 + nm_setting_wireless_security_error_quark@Base 0.7.0 + nm_setting_wireless_security_get_auth_alg@Base 0.7.0 + nm_setting_wireless_security_get_group@Base 0.7.0 + nm_setting_wireless_security_get_key_mgmt@Base 0.7.0 + nm_setting_wireless_security_get_leap_password@Base 0.7.0 + nm_setting_wireless_security_get_leap_password_flags@Base 0.8.998 + nm_setting_wireless_security_get_leap_username@Base 0.7.0 + nm_setting_wireless_security_get_num_groups@Base 0.7.0 + nm_setting_wireless_security_get_num_pairwise@Base 0.7.0 + nm_setting_wireless_security_get_num_protos@Base 0.7.0 + nm_setting_wireless_security_get_pairwise@Base 0.7.0 + nm_setting_wireless_security_get_proto@Base 0.7.0 + nm_setting_wireless_security_get_psk@Base 0.7.0 + nm_setting_wireless_security_get_psk_flags@Base 0.8.998 + nm_setting_wireless_security_get_type@Base 0.7.0 + nm_setting_wireless_security_get_wep_key@Base 0.7.0 + nm_setting_wireless_security_get_wep_key_flags@Base 0.8.998 + nm_setting_wireless_security_get_wep_key_type@Base 0.7.2 + nm_setting_wireless_security_get_wep_tx_keyidx@Base 0.7.0 + nm_setting_wireless_security_new@Base 0.7.0 + nm_setting_wireless_security_remove_group@Base 0.7.0 + nm_setting_wireless_security_remove_group_by_value@Base 0.9.10.0 + nm_setting_wireless_security_remove_pairwise@Base 0.7.0 + nm_setting_wireless_security_remove_pairwise_by_value@Base 0.9.10.0 + nm_setting_wireless_security_remove_proto@Base 0.7.0 + nm_setting_wireless_security_remove_proto_by_value@Base 0.9.10.0 + nm_setting_wireless_security_set_wep_key@Base 0.7.0 + nm_util_get_private@Base 0.9.10.0 + nm_utils_ap_mode_security_valid@Base 0.9.7.995 + nm_utils_bin2hexstr@Base 0.9.10.0 + nm_utils_check_virtual_device_compatibility@Base 0.9.10.0 + nm_utils_deinit@Base 0.7.0 + nm_utils_escape_ssid@Base 0.7.0 + nm_utils_file_is_pkcs12@Base 0.9.5.96 + nm_utils_file_search_in_paths@Base 1.0.0 + nm_utils_get_private@Base 0.9.10.0 + nm_utils_gvalue_hash_dup@Base 0.7.0 + nm_utils_hex2byte@Base 0.9.10.0 + nm_utils_hexstr2bin@Base 0.9.10.0 + nm_utils_hwaddr_atoba@Base 0.9.4.0 + nm_utils_hwaddr_aton@Base 0.9.4.0 + nm_utils_hwaddr_aton_len@Base 0.9.10.0 + nm_utils_hwaddr_len@Base 0.9.4.0 + nm_utils_hwaddr_ntoa@Base 0.9.4.0 + nm_utils_hwaddr_ntoa_len@Base 0.9.10.0 + nm_utils_hwaddr_type@Base 0.9.4.0 + nm_utils_hwaddr_valid@Base 0.9.10.0 + nm_utils_iface_valid_name@Base 0.9.7.995 + nm_utils_inet4_ntop@Base 0.9.10.0 + nm_utils_inet6_ntop@Base 0.9.10.0 + nm_utils_init@Base 0.7.0 + nm_utils_ip4_addresses_from_gvalue@Base 0.7.0 + nm_utils_ip4_addresses_to_gvalue@Base 0.7.0 + nm_utils_ip4_get_default_prefix@Base 0.8.0.999 + nm_utils_ip4_netmask_to_prefix@Base 0.7.0 + nm_utils_ip4_prefix_to_netmask@Base 0.7.0 + nm_utils_ip4_routes_from_gvalue@Base 0.7.0 + nm_utils_ip4_routes_to_gvalue@Base 0.7.0 + nm_utils_ip6_addresses_from_gvalue@Base 0.7.999 + nm_utils_ip6_addresses_to_gvalue@Base 0.7.999 + nm_utils_ip6_dns_from_gvalue@Base 0.8.999 + nm_utils_ip6_dns_to_gvalue@Base 0.8.999 + nm_utils_ip6_routes_from_gvalue@Base 0.7.999 + nm_utils_ip6_routes_to_gvalue@Base 0.7.999 + nm_utils_is_empty_ssid@Base 0.7.0 + nm_utils_is_uuid@Base 0.9.7.995 + nm_utils_rsa_key_encrypt@Base 0.7.999 + nm_utils_rsa_key_encrypt_aes@Base 0.9.10.0 + nm_utils_same_ssid@Base 0.7.0 + nm_utils_security_type_get_type@Base 0.9.4.0 + nm_utils_security_valid@Base 0.7.0 + nm_utils_slist_free@Base 0.7.0 + nm_utils_ssid_to_utf8@Base 0.7.0 + nm_utils_uuid_generate@Base 0.7.0 + nm_utils_uuid_generate_from_string@Base 0.7.0 + nm_utils_wep_key_valid@Base 0.9.7.997 + nm_utils_wifi_channel_to_freq@Base 0.8.2 + nm_utils_wifi_find_next_channel@Base 0.8.2 + nm_utils_wifi_freq_to_channel@Base 0.8.2 + nm_utils_wifi_is_channel_valid@Base 0.8.2 + nm_utils_wpa_psk_valid@Base 0.9.7.997 + nm_vlan_flags_get_type@Base 0.9.4.0 + nm_vlan_priority_map_get_type@Base 0.9.4.0 + nm_wep_key_type_get_type@Base 0.9.4.0 diff --git a/debian/network-manager-dev.install b/debian/network-manager-dev.install index 63acfdf4..303d6b43 100644 --- a/debian/network-manager-dev.install +++ b/debian/network-manager-dev.install @@ -1,2 +1,7 @@ +usr/lib/*/pkgconfig/NetworkManager.pc +usr/include/NetworkManager/NetworkManager.h +usr/include/NetworkManager/NetworkManagerVPN.h +usr/include/NetworkManager/nm-version.h +usr/include/NetworkManager/nm-version-macros.h usr/share/dbus-1/interfaces/ usr/share/gtk-doc/html/NetworkManager/ diff --git a/debian/rules b/debian/rules index 62e79cef..119c2946 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,6 @@ override_dh_auto_configure: --with-tests \ --with-libaudit \ --without-dhcpcanon \ - --without-libnm-glib \ --enable-polkit \ --enable-polkit-agent \ --enable-ppp \ -- cgit 1.3.0-6-gf8a5