Merge ~paelzer/ubuntu/+source/open-vm-tools:MRE-lp-1868012-11.0.5-bionic into ubuntu/+source/open-vm-tools:ubuntu/focal-devel

Proposed by Christian Ehrhardt 
Status: Merged
Approved by: Christian Ehrhardt 
Approved revision: b6f664fd3308b6bad438cba6fdd80a98c463786b
Merge reported by: Christian Ehrhardt 
Merged at revision: b6f664fd3308b6bad438cba6fdd80a98c463786b
Proposed branch: ~paelzer/ubuntu/+source/open-vm-tools:MRE-lp-1868012-11.0.5-bionic
Merge into: ubuntu/+source/open-vm-tools:ubuntu/focal-devel
Diff against target: 42 lines (+10/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
debian/rules (+1/-1)
Reviewer Review Type Date Requested Status
Rafael David Tinoco (community) Approve
Canonical Server packageset reviewers Pending
Canonical Server Pending
Review via email: mp+381162@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

PPA: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3990/

See bug for the details on how we usually do these

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

I got this one.

Revision history for this message
Rafael David Tinoco (rafaeldtinoco) wrote :

Very simple review:

# checklist for fixes
----------------------------

 [.] changelog entry correct, targeted to correct codename
 [.] update-maintainer has been run previously
 ----
 [-] changes forwarded upstream/debian (if appropriate)
 [-] patches match what was proposed upstream
 ----
 [-] patches correctly included in debian/patches/series?
 [-] patches have correct DEP3 metadata
 ----
 [-] verified dpkg-buildpackage -S and -b
 [-] autopkgtest against PPA or built package passes
 ----
 [-] testcase provided
 [-] was able to reproduce
 [-] fix solved provided testcase

----------------------------
 [.] = ok
 [-] = n/a

+1

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

released and thereby merged

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 77abe2d..36cfdf3 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+open-vm-tools (2:11.0.5-4ubuntu0.18.04.1) bionic; urgency=medium
7+
8+ * Update to latest release v11.0.5 (LP: #1868012)
9+ - d/rules: Revert "Enable all compiler errors again" for the older compiler
10+
11+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 25 Mar 2020 11:33:50 +0100
12+
13 open-vm-tools (2:11.0.5-4) unstable; urgency=medium
14
15 * [c720d18] Run vmtoolsd with Nice=-20.
16diff --git a/debian/control b/debian/control
17index 7ed056e..7811ce8 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -1,7 +1,8 @@
21 Source: open-vm-tools
22 Section: admin
23 Priority: optional
24-Maintainer: Bernd Zeimetz <bzed@debian.org>
25+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
26+XSBC-Original-Maintainer: Bernd Zeimetz <bzed@debian.org>
27 Build-Depends:
28 debhelper (>= 11~), doxygen, libcunit1-dev,
29 libfuse-dev, libgtkmm-3.0-dev, libgtk-3-dev,
30diff --git a/debian/rules b/debian/rules
31index 835cf38..ab0cb9e 100755
32--- a/debian/rules
33+++ b/debian/rules
34@@ -20,7 +20,7 @@ override_dh_auto_configure:
35 --with-pic \
36 --enable-xmlsec1 \
37 --with-gtk3 \
38- CFLAGS="-fPIC -Wno-error=deprecated-declarations -Wno-error=address-of-packed-member $(CFLAGS)" \
39+ CFLAGS="-fPIC $(CFLAGS)" \
40 CUSTOM_PROCPS_NAME=procps
41
42 override_dh_auto_install:

Subscribers

People subscribed via source and target branches