[ubuntu/artful-proposed] network-manager 1.8.2-1ubuntu1 (Accepted)
Jeremy Bicha
jbicha at ubuntu.com
Sat Jul 15 00:10:14 UTC 2017
network-manager (1.8.2-1ubuntu1) artful; urgency=medium
* Merge with Debian. Remaining changes:
- Use systemd-resolved instead of dnsmasq
- debian/control:
+ Depend on isc-dhcp-client instead of recommends
+ Recommend network-manager-pptp
+ Suggest avahi-autoipd for IPv4LL support
- debian/control, debian/rules:
+ Disable team support since it's in universe
- debian/rules, debian/network-manager.postinst:
+ Don't restart NetworkManager on upgrade but recommend restarting
the computer
- debian/rules, debian/network-manager.postinst:
+ Don't install sysvinit scripts or migrate from sysvinit
- debian/network-manager.postinst:
+ Don't add the netdev group.
+ Handle upgrades from unmanaged policy
- debian/network-manager.maintscript
+ Remove /etc/dbus-1/system.d/nm-ofono.conf
- debian/default-wifi-powersave-on.conf, debian/rules:
+ Install a config file to enable WiFi powersave
- Enable build tests
- Add autopkgtests
- debian/source_network-manager.py, debian/network-manager.install,
debian/network-manager.links: Add apport hook
- Temporarily disable new connectivity-config package
- Update Vcs links to point to Ubuntu branch
- Add patches. See patch descriptions for more details:
+ Provide-access-to-some-of-NM-s-interfaces-to-whoopsie.patch
+ Update-dnsmasq-parameters.patch
+ Ignore-rmnet_usbX-devices.patch
+ Ignore-p2p0-wifi-devices-from-android.patch
+ Track-killswitch-change-signals-from-urfkill.patch
+ Only-test-team-devices-if-we-built-support-for-them.patch
+ Disable-general-with-expect.patch
+ libnm-Check-self-still-NMManager-or-not.patch
+ dns-manager-don-t-merge-split-DNS-search-domains.patch
+ Read-system-connections-from-run.patch
- Dropped change:
+ Temporarily disable new connectivity-config package
network-manager (1.8.2-1) unstable; urgency=medium
* New upstream version 1.8.2
* Rebase patches
* Bump Standards-Version to 4.0.0
network-manager (1.8.0-5) unstable; urgency=medium
* Install ifupdown dispatcher script via network-manager.install.
This avoids a FTBFS when doing arch:all builds.
Rename the script to 01-ifupdown while at it for consistencies sake.
(Closes: #864980)
* Fix creation of network-manager.service symlink.
Explicitly specify the network-manager package when creating the
symlink. Otherwise the symlink is created for the wrong package when
doing arch:all builds where the first package is not network-manager.
* Add gir related lintian overrides.
We deliberately ship NMClient-1.0.typelib alongside
NetworkManager-1.0.typelib in gir1.2-networkmanager-1.0.
Add overrides for typelib-package-name-does-not-match and
gir-missing-typelib-dependency.
network-manager (1.8.0-4) unstable; urgency=medium
* Mention privacy implications of the connectivity checks.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859934:#37
* device: capture the IP6 configuration on the IP interface.
Fixes a crash with Bluetooth devices where the device is the BlueZ
device and iface stays 0 while the IP interface is the actual BNEP link.
(Closes: #864071)
* Drop maintscript migration code from pre-jessie
* Switch runstatedir from /var/run to /run.
Update existing /etc/resolv.conf symlinks accordingly. (Closes: #860045)
Date: Fri, 14 Jul 2017 19:54:05 -0400
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/network-manager/1.8.2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 14 Jul 2017 19:54:05 -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 gir1.2-nm-1.0 network-manager-config-connectivity-debian
Architecture: source
Version: 1.8.2-1ubuntu1
Distribution: artful
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
gir1.2-networkmanager-1.0 - GObject introspection data for the libnm-glib/libnm-util library
gir1.2-nm-1.0 - GObject introspection data for the libnm library
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-config-connectivity-debian - NetworkManager configuration to enable connectivity checking
network-manager-dev - network management framework (development files)
Closes: 860045 864071 864980
Changes:
network-manager (1.8.2-1ubuntu1) artful; urgency=medium
.
* Merge with Debian. Remaining changes:
- Use systemd-resolved instead of dnsmasq
- debian/control:
+ Depend on isc-dhcp-client instead of recommends
+ Recommend network-manager-pptp
+ Suggest avahi-autoipd for IPv4LL support
- debian/control, debian/rules:
+ Disable team support since it's in universe
- debian/rules, debian/network-manager.postinst:
+ Don't restart NetworkManager on upgrade but recommend restarting
the computer
- debian/rules, debian/network-manager.postinst:
+ Don't install sysvinit scripts or migrate from sysvinit
- debian/network-manager.postinst:
+ Don't add the netdev group.
+ Handle upgrades from unmanaged policy
- debian/network-manager.maintscript
+ Remove /etc/dbus-1/system.d/nm-ofono.conf
- debian/default-wifi-powersave-on.conf, debian/rules:
+ Install a config file to enable WiFi powersave
- Enable build tests
- Add autopkgtests
- debian/source_network-manager.py, debian/network-manager.install,
debian/network-manager.links: Add apport hook
- Temporarily disable new connectivity-config package
- Update Vcs links to point to Ubuntu branch
- Add patches. See patch descriptions for more details:
+ Provide-access-to-some-of-NM-s-interfaces-to-whoopsie.patch
+ Update-dnsmasq-parameters.patch
+ Ignore-rmnet_usbX-devices.patch
+ Ignore-p2p0-wifi-devices-from-android.patch
+ Track-killswitch-change-signals-from-urfkill.patch
+ Only-test-team-devices-if-we-built-support-for-them.patch
+ Disable-general-with-expect.patch
+ libnm-Check-self-still-NMManager-or-not.patch
+ dns-manager-don-t-merge-split-DNS-search-domains.patch
+ Read-system-connections-from-run.patch
- Dropped change:
+ Temporarily disable new connectivity-config package
.
network-manager (1.8.2-1) unstable; urgency=medium
.
* New upstream version 1.8.2
* Rebase patches
* Bump Standards-Version to 4.0.0
.
network-manager (1.8.0-5) unstable; urgency=medium
.
* Install ifupdown dispatcher script via network-manager.install.
This avoids a FTBFS when doing arch:all builds.
Rename the script to 01-ifupdown while at it for consistencies sake.
(Closes: #864980)
* Fix creation of network-manager.service symlink.
Explicitly specify the network-manager package when creating the
symlink. Otherwise the symlink is created for the wrong package when
doing arch:all builds where the first package is not network-manager.
* Add gir related lintian overrides.
We deliberately ship NMClient-1.0.typelib alongside
NetworkManager-1.0.typelib in gir1.2-networkmanager-1.0.
Add overrides for typelib-package-name-does-not-match and
gir-missing-typelib-dependency.
.
network-manager (1.8.0-4) unstable; urgency=medium
.
* Mention privacy implications of the connectivity checks.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859934:#37
* device: capture the IP6 configuration on the IP interface.
Fixes a crash with Bluetooth devices where the device is the BlueZ
device and iface stays 0 while the IP interface is the actual BNEP link.
(Closes: #864071)
* Drop maintscript migration code from pre-jessie
* Switch runstatedir from /var/run to /run.
Update existing /etc/resolv.conf symlinks accordingly. (Closes: #860045)
Checksums-Sha1:
e97368bc7f37720ff183aeb4a94179c66ec974a6 4081 network-manager_1.8.2-1ubuntu1.dsc
6a927025250c3c1b2c34e419ce5ce6bcf2e0fbfe 3818844 network-manager_1.8.2.orig.tar.xz
830492c858d10e3f9b8dd3a073865735a82fdaed 67352 network-manager_1.8.2-1ubuntu1.debian.tar.xz
cefbb9e0b773ca3e9c6684211971f6dcd9865f16 9854 network-manager_1.8.2-1ubuntu1_source.buildinfo
Checksums-Sha256:
0d8e921bf5c8dfc1f5a1f5d5145df43ccdf53c772cb69b153b80d6e07ad5d5d7 4081 network-manager_1.8.2-1ubuntu1.dsc
71a5efcd9e4c237ab57b2893ccc8f91f884ace3bec0e2bd4b31a4c9677ff1bf4 3818844 network-manager_1.8.2.orig.tar.xz
b26fd9d80652581c91ca1e386e7e76d9c182f19ecfae337a0942689145a2950e 67352 network-manager_1.8.2-1ubuntu1.debian.tar.xz
ca1ebca1c8b8ce4adaef944c3ad46ee7224b4ceadf6d433ca783da9d0ce12a99 9854 network-manager_1.8.2-1ubuntu1_source.buildinfo
Files:
0c71c8f288d72577dff1fee906b04e85 4081 net optional network-manager_1.8.2-1ubuntu1.dsc
1acf7a551905ae85d9987aadbb5f7205 3818844 net optional network-manager_1.8.2.orig.tar.xz
44aa5943c4f74bf65548db7164127600 67352 net optional network-manager_1.8.2-1ubuntu1.debian.tar.xz
a1ecff93183c6670ea3516be350cc612 9854 net optional network-manager_1.8.2-1ubuntu1_source.buildinfo
Original-Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
iQIcBAEBCgAGBQJZaV0jAAoJEOZsd1rr/mx91ckQANa2+1KC5ryqgNrhJXGHA7C3
Svk4Jus3l0rIi1vYYcLV1j5z0z+rO3IUzq2VybjaZjTfQ4Tz+vA/df4/CRBSs8V2
nxfa9dTPANj/VQAPsDFdQxOXEBj4qtVvVh48pN4iRZDqHFL1cf1kbf52yPF7V8sR
EnYlKsUw4rc+AdigD3TJ/OH0x6kchH5+lTPzuNbLc9c/L5GpdacugN/ZL8KnpjL5
MgVf4Jl70wGllmRa3777ptQUa9melcv/uncQLPdQmN9ET4JcPXwMOpfNDexG/Tkk
lJ2RXLgmLaXqWmQl8t0ZXaZjRtAgy8jmwT9uZF46cEyGEBlv1EjFxGkYttJn5kPP
HdpI59sknm22mmGcrYdISw90s7538mrQSQFEe5hOPPxy9JBoN5j1CYvBZemfie7u
s4/52XbiOZWzgWRVIXExOQFAyRynjO6yKnYad6SEf/a/9C2/X/d4ExwiF5O9VPrb
rcPcVKJlUuIQMS1iY2/va9fYAl5s6R0vLvnPT2GZhlVdgO7S/KNIQ5oHdKSLEiVH
U/I2ushcg3pYzQNokzFAJ7XIzJP4tMJtk0n8pEDEaXQBMQqAVFrcto0S/ljUrH0n
aDTH3+mMp+RdAJP+dS4scNkZ0dy/wW3pxGulzgJBWQv9ypdOk/Q8lg2trVwM3IEE
yUf2vRwb6/7VYK3qKvoS
=VRN5
-----END PGP SIGNATURE-----
More information about the Artful-changes
mailing list