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
diff --git a/debian/changelog b/debian/changelog
index 77abe2d..36cfdf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
1open-vm-tools (2:11.0.5-4ubuntu0.18.04.1) bionic; urgency=medium
2
3 * Update to latest release v11.0.5 (LP: #1868012)
4 - d/rules: Revert "Enable all compiler errors again" for the older compiler
5
6 -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Wed, 25 Mar 2020 11:33:50 +0100
7
1open-vm-tools (2:11.0.5-4) unstable; urgency=medium8open-vm-tools (2:11.0.5-4) unstable; urgency=medium
29
3 * [c720d18] Run vmtoolsd with Nice=-20.10 * [c720d18] Run vmtoolsd with Nice=-20.
diff --git a/debian/control b/debian/control
index 7ed056e..7811ce8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
1Source: open-vm-tools1Source: open-vm-tools
2Section: admin2Section: admin
3Priority: optional3Priority: optional
4Maintainer: Bernd Zeimetz <bzed@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Bernd Zeimetz <bzed@debian.org>
5Build-Depends:6Build-Depends:
6 debhelper (>= 11~), doxygen, libcunit1-dev,7 debhelper (>= 11~), doxygen, libcunit1-dev,
7 libfuse-dev, libgtkmm-3.0-dev, libgtk-3-dev,8 libfuse-dev, libgtkmm-3.0-dev, libgtk-3-dev,
diff --git a/debian/rules b/debian/rules
index 835cf38..ab0cb9e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_configure:
20 --with-pic \20 --with-pic \
21 --enable-xmlsec1 \21 --enable-xmlsec1 \
22 --with-gtk3 \22 --with-gtk3 \
23 CFLAGS="-fPIC -Wno-error=deprecated-declarations -Wno-error=address-of-packed-member $(CFLAGS)" \23 CFLAGS="-fPIC $(CFLAGS)" \
24 CUSTOM_PROCPS_NAME=procps24 CUSTOM_PROCPS_NAME=procps
2525
26override_dh_auto_install:26override_dh_auto_install:

Subscribers

People subscribed via source and target branches