[ubuntu/xenial-proposed] network-manager 1.1.93-0ubuntu1 (Accepted)
Mathieu Trudel-Lapierre
cyphermox at ubuntu.com
Fri Apr 8 21:07:37 UTC 2016
network-manager (1.1.93-0ubuntu1) xenial; urgency=medium
* New upstream release.
* Resynchronize with Debian; remaining changes:
- debian/control:
- Build-Depends on libgnutls-dev and libgcrypt20-dev; drop libteam-dev;
added valac and dbus-test-runner.
- Updated Vcs tags; enabled autopkgtests.
- Reshuffle Depends for network-manager due to main
inclusion requirements, and add Breaks for old versions of plugins.
- network-manager Conflicts with connman.
- update network-manager Description since we don't ship with team
support yet, and dnsmasq-base isn't optional.
- debian/ifblacklist_migrate.sh: update to better handle interfaces stanza.
- debian/libnm*-dev.install: ship vala bindings.
- debian/NetworkManager.conf: enable the ofono plugin and dnsmasq use as a
local DNS cache.
- debian/network-manager.dnsmasq: enable bind-interfaces for dnsmasq config.
- debian/network-manager.install: ship the ofono plugin, Apport hook and
examples.
- debian/network-manager.links: link apport hook to the right directory.
- debian/network-manager.postinst: Don't need to migrate from sysvinit,
just keep removing the sysvinit script symlinks.
- debian/network-manager.postinst: Don't add the netdev group.
- debian/network-manager.postinst: Notify the user a reboot may be
required after upgrade.
- Remaining patches:
- whoopsie-daisy-dbus-support.patch
- 0001-dns-use-DBus-to-make-dnsmasq-nameserver-changes.patch
- nm-change-dnsmasq-parameters.diff
- dnsmasq-vpn-dns-filtering.patch
- lp936712_dnsmasq_ip6_ns_ordering.patch
- adhoc_use_wpa_rsn_part1.patch
- adhoc_use_wpa_rsn_part2.patch
- default_powersave_on.patch
- ignore_rmnet_devices.patch
- lp1099983_ignore-p2p-wifi-devices.patch
- wwan-add-ofono-modem-support.patch
- lp1461593-add-nm-settings-connection-reset-retries-methods.patch
- add_ofono_settings_support.patch
- lp1445080-modify-device-modem-avail.patch
- ignore_rfkill_if_urfkill_is_present.patch
- conditional_libteam_tests.patch
- disable_general_with_expect_test.patch
- debian/rules:
- configure: disable libteam.
- configure: enable building vala bindings.
- configure: enable running tests during the build.
- don't install sysvinit scripts.
- copy over dnsmasq configuration files.
- don't restart NetworkManager on upgrade.
- add --with-udev-dir to ensure rules end up
in the right place.
- debian/source_network-manager.py: ship an Apport hook.
- debian/tests: Ship autopkgtests for automated functional testing.
* Refreshed all patches.
* Renamed 0001-wwan-add-support-for-using-oFono-as-a-modem-manager.patch
to wwan-add-ofono-modem-support.patch as this patch needed to be
extensively re-worked due to dbus-glib being deprecated in NM1.2.
* Remove upstreamed patches:
- tests-fix-bashism-in-run-test-dbus-session.sh.patch
- wifi-hack-for-wext-devices-reporting-IW_MODE_AUTO-configu.patch
- lp1496434_warn_on_invalid_new_link.patch: alternate fix landed
upstream which ensures that a valid error instance is returned
by the factory_create_link method.
* Update all symbols files.
* Rename ignore_rmnet_devices.path to ignore_rild_modem_devices.patch
* Restore wifi-Signal-on-the-wifi-device-when-its-supplicant-i.patch
* debian/tests/nm: output format for NM messages changed a bit to include
a timestamp and message source; adjust our "watchdog" for a new added
device message to take this into account.
Date: Fri, 08 Apr 2016 16:01:54 -0400
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/network-manager/1.1.93-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Fri, 08 Apr 2016 16:01:54 -0400
Source: network-manager
Binary: network-manager network-manager-dev libnm-glib4 libnm-glib-dev libnm-glib-vpn1 libnm-glib-vpn-dev libnm-util2 libnm-util-dev libnm0 libnm-dev gir1.2-networkmanager-1.0
Architecture: source
Version: 1.1.93-0ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Core Dev Team <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Mathieu Trudel-Lapierre <cyphermox at ubuntu.com>
Description:
gir1.2-networkmanager-1.0 - GObject introspection data for NetworkManager
libnm-dev - GObject-based client library for NetworkManager (development file
libnm-glib-dev - network management framework (GLib interface)
libnm-glib-vpn-dev - network management framework (GLib interface)
libnm-glib-vpn1 - network management framework (GLib VPN shared library)
libnm-glib4 - network management framework (GLib shared library)
libnm-util-dev - network management framework (development files)
libnm-util2 - network management framework (shared library)
libnm0 - GObject-based client library for NetworkManager
network-manager - network management framework (daemon and userspace tools)
network-manager-dev - network management framework (development files)
Changes:
network-manager (1.1.93-0ubuntu1) xenial; urgency=medium
.
* New upstream release.
* Resynchronize with Debian; remaining changes:
- debian/control:
- Build-Depends on libgnutls-dev and libgcrypt20-dev; drop libteam-dev;
added valac and dbus-test-runner.
- Updated Vcs tags; enabled autopkgtests.
- Reshuffle Depends for network-manager due to main
inclusion requirements, and add Breaks for old versions of plugins.
- network-manager Conflicts with connman.
- update network-manager Description since we don't ship with team
support yet, and dnsmasq-base isn't optional.
- debian/ifblacklist_migrate.sh: update to better handle interfaces stanza.
- debian/libnm*-dev.install: ship vala bindings.
- debian/NetworkManager.conf: enable the ofono plugin and dnsmasq use as a
local DNS cache.
- debian/network-manager.dnsmasq: enable bind-interfaces for dnsmasq config.
- debian/network-manager.install: ship the ofono plugin, Apport hook and
examples.
- debian/network-manager.links: link apport hook to the right directory.
- debian/network-manager.postinst: Don't need to migrate from sysvinit,
just keep removing the sysvinit script symlinks.
- debian/network-manager.postinst: Don't add the netdev group.
- debian/network-manager.postinst: Notify the user a reboot may be
required after upgrade.
- Remaining patches:
- whoopsie-daisy-dbus-support.patch
- 0001-dns-use-DBus-to-make-dnsmasq-nameserver-changes.patch
- nm-change-dnsmasq-parameters.diff
- dnsmasq-vpn-dns-filtering.patch
- lp936712_dnsmasq_ip6_ns_ordering.patch
- adhoc_use_wpa_rsn_part1.patch
- adhoc_use_wpa_rsn_part2.patch
- default_powersave_on.patch
- ignore_rmnet_devices.patch
- lp1099983_ignore-p2p-wifi-devices.patch
- wwan-add-ofono-modem-support.patch
- lp1461593-add-nm-settings-connection-reset-retries-methods.patch
- add_ofono_settings_support.patch
- lp1445080-modify-device-modem-avail.patch
- ignore_rfkill_if_urfkill_is_present.patch
- conditional_libteam_tests.patch
- disable_general_with_expect_test.patch
- debian/rules:
- configure: disable libteam.
- configure: enable building vala bindings.
- configure: enable running tests during the build.
- don't install sysvinit scripts.
- copy over dnsmasq configuration files.
- don't restart NetworkManager on upgrade.
- add --with-udev-dir to ensure rules end up
in the right place.
- debian/source_network-manager.py: ship an Apport hook.
- debian/tests: Ship autopkgtests for automated functional testing.
* Refreshed all patches.
* Renamed 0001-wwan-add-support-for-using-oFono-as-a-modem-manager.patch
to wwan-add-ofono-modem-support.patch as this patch needed to be
extensively re-worked due to dbus-glib being deprecated in NM1.2.
* Remove upstreamed patches:
- tests-fix-bashism-in-run-test-dbus-session.sh.patch
- wifi-hack-for-wext-devices-reporting-IW_MODE_AUTO-configu.patch
- lp1496434_warn_on_invalid_new_link.patch: alternate fix landed
upstream which ensures that a valid error instance is returned
by the factory_create_link method.
* Update all symbols files.
* Rename ignore_rmnet_devices.path to ignore_rild_modem_devices.patch
* Restore wifi-Signal-on-the-wifi-device-when-its-supplicant-i.patch
* debian/tests/nm: output format for NM messages changed a bit to include
a timestamp and message source; adjust our "watchdog" for a new added
device message to take this into account.
Checksums-Sha1:
91288776fd25bc9fc164be674c76e2684dfdfc32 3614 network-manager_1.1.93-0ubuntu1.dsc
654743469fa4db0b9e80e69d21aa2e756203c7e1 3718192 network-manager_1.1.93.orig.tar.xz
1058eae26ae77641ae9c5df9c7e27339b423603c 144584 network-manager_1.1.93-0ubuntu1.debian.tar.xz
Checksums-Sha256:
9533debb924658e95304c4525b32bbe0cfa12ab5be0113bc6305cd72a36d3076 3614 network-manager_1.1.93-0ubuntu1.dsc
34d3557ea168abcb47fcbed4572f6b50c82db6a896f7de282dcff78ac0c7a6e3 3718192 network-manager_1.1.93.orig.tar.xz
f6162957e3b0a17c401a17cf4248ab916196eb3c82f2e09666ed9b3292a45924 144584 network-manager_1.1.93-0ubuntu1.debian.tar.xz
Files:
8eee89700adb0f89de6c8400e2a1eb16 3614 net optional network-manager_1.1.93-0ubuntu1.dsc
5a95e3659d2f86558daef17cd999be90 3718192 net optional network-manager_1.1.93.orig.tar.xz
212d6903f5354bd0ac098b5234db6f40 144584 net optional network-manager_1.1.93-0ubuntu1.debian.tar.xz
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
More information about the Xenial-changes
mailing list