[ubuntu/artful-proposed] open-vm-tools 2:10.2.0-3~ubuntu0.17.10.1 (Accepted)
Christian Ehrhardt
christian.ehrhardt at canonical.com
Wed May 9 00:02:27 UTC 2018
open-vm-tools (2:10.2.0-3~ubuntu0.17.10.1) artful; urgency=medium
* backport Bionic open-vm-tools to Artful (LP: #1741390)
- d/control: B-D for dh-autoreconf and dh-systemd
- d/rules: re-add autoreconf and systemd
- d/control: B-D to debhelper version of xenial supporting compat 10
- d/compat: compat level 10 is latest xenial supported level
- d/rules: go back from override_dh_installsystemd to
override_dh_systemd_enable and override_dh_systemd_start as needed on
xenials debhelper version.
- d/rules: drop --no-restart-after-upgrade which only exists in debhelper
10, the version 9 behavior defaults to what we need.
- debian/rules: dh_systemd_start in xenial has issues with the escaping of
the run-vmblock\\x2dfuse.mount job, so drop this call
- debian/open-vm-tools-desktop.postinst: add a fixed version of what
dh_systemd_start would have added
- d/open-vm-tools-desktop.prerm, d/open-vm-tools-desktop.postrm: add what
dh_systemd_start would have added (as-is since those sections worked)
- d/control: update maintainers
* d/open-vm-tools.service: Add After=local-fs.target dependency ensuring
filesystems are ready to fix a race on startup (LP: #1750780)
open-vm-tools (2:10.2.0-3ubuntu3) bionic; urgency=medium
* Disable PrivateTmp for the open-vm-tools.service as it triggers issues
when triggering processes that need tmp through VMOMI API (LP: #1758428)
open-vm-tools (2:10.2.0-3ubuntu2) bionic; urgency=medium
* Revert change in d/open-vm-tools.service that added After=local-fs.target.
It turned out that the systemd in bionic already implicitly fixes
this issue (the change is still needed for backports) (LP: 1750780)
open-vm-tools (2:10.2.0-3ubuntu1) bionic; urgency=medium
* d/open-vm-tools.service: Add After=local-fs.target dependency ensuring
filesystems are ready to fix a race on startup (LP: #1750780)
open-vm-tools (2:10.2.0-3) unstable; urgency=medium
* [47e50a1] Fix debhelper dep for backports
* [34538a5] Make tools.conf useful.
Thanks to Dariusz Gadomski (Closes: #889884)
open-vm-tools (2:10.2.0-2) unstable; urgency=medium
* [249d54c] Fix wayland segfault.
Adding a patch from Fedora to fix a wayland/gnome related segfault.
Thanks to Oliver Kurth (Closes: #887755)
open-vm-tools (2:10.2.0-1) unstable; urgency=medium
* [f0bf956] Add .travis.yml which was removed by gbp.
* [892e2f6] Build with gtk3.
* [03a655b] Check if debhelper handles \ in systemd units.
Thanks to Oliver Kurth (Closes: #886191)
* [5bf9301] Drop -dkms package.
Thanks to Christian Ehrhardt (Closes: #884656)
* [236cdba] Update upstream source from tag 'upstream/10.2.0'
Update to upstream version '10.2.0'
with Debian dir d5190e486b6beb65ee7ed31c0c23a789b8f60cab
(Closes: #884496)
* [692beff] snapshot changelog.
* [45aa743] Add .travis.yml which was removed by gbp.
* [aabeded] Fix dpkg --compare-versions call
* [0697425] Better debhelper version parsing.
* [390ec09] fix even more makefile bugs.
* [6e5fa38] Refreshing patches.
Dropping kernel-module related patches.
* [cbfec05] Drop dh_autoreconf, not needed anymore.
* [d5fef50] autotools-dev is done by dh now.
* [b66ab14] use dh_installsystemd
open-vm-tools (2:10.1.15-1) unstable; urgency=medium
* [78a17f1] Remove fixed CXX std setting.
* [f96f479] Updated version 10.1.15 from 'upstream/10.1.15'
with Debian dir c44394c71e055f4cfd3a15ee578fc9895d64ebb1
* [682790b] Refreshing patches.
Date: Thu, 15 Feb 2018 09:36:20 +0100
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/open-vm-tools/2:10.2.0-3~ubuntu0.17.10.1
-------------- next part --------------
Format: 1.8
Date: Thu, 15 Feb 2018 09:36:20 +0100
Source: open-vm-tools
Binary: open-vm-tools open-vm-tools-desktop open-vm-tools-dev
Architecture: source
Version: 2:10.2.0-3~ubuntu0.17.10.1
Distribution: artful
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Christian Ehrhardt <christian.ehrhardt at canonical.com>
Description:
open-vm-tools - Open VMware Tools for virtual machines hosted on VMware (CLI)
open-vm-tools-desktop - Open VMware Tools for virtual machines hosted on VMware (GUI)
open-vm-tools-dev - Open VMware Tools for virtual machines hosted on VMware (developm
Closes: 884496 884656 886191 887755 889884
Launchpad-Bugs-Fixed: 1741390 1750780 1758428
Changes:
open-vm-tools (2:10.2.0-3~ubuntu0.17.10.1) artful; urgency=medium
.
* backport Bionic open-vm-tools to Artful (LP: #1741390)
- d/control: B-D for dh-autoreconf and dh-systemd
- d/rules: re-add autoreconf and systemd
- d/control: B-D to debhelper version of xenial supporting compat 10
- d/compat: compat level 10 is latest xenial supported level
- d/rules: go back from override_dh_installsystemd to
override_dh_systemd_enable and override_dh_systemd_start as needed on
xenials debhelper version.
- d/rules: drop --no-restart-after-upgrade which only exists in debhelper
10, the version 9 behavior defaults to what we need.
- debian/rules: dh_systemd_start in xenial has issues with the escaping of
the run-vmblock\\x2dfuse.mount job, so drop this call
- debian/open-vm-tools-desktop.postinst: add a fixed version of what
dh_systemd_start would have added
- d/open-vm-tools-desktop.prerm, d/open-vm-tools-desktop.postrm: add what
dh_systemd_start would have added (as-is since those sections worked)
- d/control: update maintainers
* d/open-vm-tools.service: Add After=local-fs.target dependency ensuring
filesystems are ready to fix a race on startup (LP: #1750780)
.
open-vm-tools (2:10.2.0-3ubuntu3) bionic; urgency=medium
.
* Disable PrivateTmp for the open-vm-tools.service as it triggers issues
when triggering processes that need tmp through VMOMI API (LP: #1758428)
.
open-vm-tools (2:10.2.0-3ubuntu2) bionic; urgency=medium
.
* Revert change in d/open-vm-tools.service that added After=local-fs.target.
It turned out that the systemd in bionic already implicitly fixes
this issue (the change is still needed for backports) (LP: 1750780)
.
open-vm-tools (2:10.2.0-3ubuntu1) bionic; urgency=medium
.
* d/open-vm-tools.service: Add After=local-fs.target dependency ensuring
filesystems are ready to fix a race on startup (LP: #1750780)
.
open-vm-tools (2:10.2.0-3) unstable; urgency=medium
.
* [47e50a1] Fix debhelper dep for backports
* [34538a5] Make tools.conf useful.
Thanks to Dariusz Gadomski (Closes: #889884)
.
open-vm-tools (2:10.2.0-2) unstable; urgency=medium
.
* [249d54c] Fix wayland segfault.
Adding a patch from Fedora to fix a wayland/gnome related segfault.
Thanks to Oliver Kurth (Closes: #887755)
.
open-vm-tools (2:10.2.0-1) unstable; urgency=medium
.
* [f0bf956] Add .travis.yml which was removed by gbp.
* [892e2f6] Build with gtk3.
* [03a655b] Check if debhelper handles \ in systemd units.
Thanks to Oliver Kurth (Closes: #886191)
* [5bf9301] Drop -dkms package.
Thanks to Christian Ehrhardt (Closes: #884656)
* [236cdba] Update upstream source from tag 'upstream/10.2.0'
Update to upstream version '10.2.0'
with Debian dir d5190e486b6beb65ee7ed31c0c23a789b8f60cab
(Closes: #884496)
* [692beff] snapshot changelog.
* [45aa743] Add .travis.yml which was removed by gbp.
* [aabeded] Fix dpkg --compare-versions call
* [0697425] Better debhelper version parsing.
* [390ec09] fix even more makefile bugs.
* [6e5fa38] Refreshing patches.
Dropping kernel-module related patches.
* [cbfec05] Drop dh_autoreconf, not needed anymore.
* [d5fef50] autotools-dev is done by dh now.
* [b66ab14] use dh_installsystemd
.
open-vm-tools (2:10.1.15-1) unstable; urgency=medium
.
* [78a17f1] Remove fixed CXX std setting.
* [f96f479] Updated version 10.1.15 from 'upstream/10.1.15'
with Debian dir c44394c71e055f4cfd3a15ee578fc9895d64ebb1
* [682790b] Refreshing patches.
Checksums-Sha1:
235528af3b8e1818b8f94912a401384ec42fb23d 2489 open-vm-tools_10.2.0-3~ubuntu0.17.10.1.dsc
adba97493c4f96db6281a6964ee26b17b5adc5c5 3200084 open-vm-tools_10.2.0.orig.tar.gz
a919231c83ae524d6aafc5c33590c2a664eabc84 27156 open-vm-tools_10.2.0-3~ubuntu0.17.10.1.debian.tar.xz
Checksums-Sha256:
80ac8dc0b0fdcb929ef5ad7d4826a289cd9f40b17047f184dfd500c74e9fb4b2 2489 open-vm-tools_10.2.0-3~ubuntu0.17.10.1.dsc
40dccff0630034b4985ac7a0d3bfcf89025e9a57f518e561db8c6fd7322bf029 3200084 open-vm-tools_10.2.0.orig.tar.gz
cc4107948f6116e9c1ae605a6051d537d81153ee8348330553a957a7bf18ffa0 27156 open-vm-tools_10.2.0-3~ubuntu0.17.10.1.debian.tar.xz
Files:
84d7160d935ad4508dfe6a3264c3102b 2489 admin extra open-vm-tools_10.2.0-3~ubuntu0.17.10.1.dsc
dee2d90dd2df866c1510c7a2c09fe227 3200084 admin extra open-vm-tools_10.2.0.orig.tar.gz
b15fd78ac74c4b71622296af5bd48505 27156 admin extra open-vm-tools_10.2.0-3~ubuntu0.17.10.1.debian.tar.xz
Original-Maintainer: Bernd Zeimetz <bzed at debian.org>
More information about the Artful-changes
mailing list