Merge lp:~ubuntu-branches/ubuntu/precise/open-vm-tools/precise-201201250102 into lp:ubuntu/precise/open-vm-tools

Proposed by Ubuntu Package Importer
Status: Rejected
Rejected by: James Westby
Proposed branch: lp:~ubuntu-branches/ubuntu/precise/open-vm-tools/precise-201201250102
Merge into: lp:ubuntu/precise/open-vm-tools
Diff against target: 99 lines (+56/-0) (has conflicts)
6 files modified
debian/open-vm-dkms.dkms (+26/-0)
debian/open-vm-toolbox.lintian-overrides (+2/-0)
debian/open-vm-toolbox.manpages (+1/-0)
debian/open-vm-tools.udev (+7/-0)
debian/patches/03-dkms.patch (+18/-0)
debian/source/options (+2/-0)
Conflict adding file debian/open-vm-dkms.dkms.  Moved existing file to debian/open-vm-dkms.dkms.moved.
Conflict adding file debian/open-vm-toolbox.lintian-overrides.  Moved existing file to debian/open-vm-toolbox.lintian-overrides.moved.
Conflict adding file debian/open-vm-toolbox.manpages.  Moved existing file to debian/open-vm-toolbox.manpages.moved.
Conflict adding file debian/open-vm-tools.udev.  Moved existing file to debian/open-vm-tools.udev.moved.
Conflict adding file debian/patches/03-dkms.patch.  Moved existing file to debian/patches/03-dkms.patch.moved.
Conflict adding file debian/source/options.  Moved existing file to debian/source/options.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/precise/open-vm-tools/precise-201201250102
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+90026@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archive and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/precise/open-vm-tools reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/precise/open-vm-tools/precise-201201250102. This merge proposal was created so that an Ubuntu developer can review the situations and perform a merge/upload if necessary. There are three typical cases where this can happen.
  1. Where someone pushes a change to bzr and someone else uploads the package without that change. This is the reason that this check is done by the importer. If this appears to be the case then a merge/upload should be done if the changes that were in bzr are still desirable.
  2. The importer incorrectly detected the above situation when someone made a change in bzr and then uploaded it.
  3. The importer incorrectly detected the above situation when someone just uploaded a package and didn't touch bzr.

If this case doesn't appear to be the first situation then set the status of the merge proposal to "Rejected" and help avoid the problem in future by filing a bug at https://bugs.launchpad.net/udd linking to this merge proposal.

(this is an automatically generated message)

To post a comment you must log in.

Unmerged revisions

27. By Luke Yelavich

Merge from lp:~n-muench/ubuntu/precise/open-vm-tools/open-vm-tools-precise.sid-sync1a

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/open-vm-dkms.dkms'
2--- debian/open-vm-dkms.dkms 1970-01-01 00:00:00 +0000
3+++ debian/open-vm-dkms.dkms 2012-01-25 01:09:25 +0000
4@@ -0,0 +1,26 @@
5+PACKAGE_NAME="open-vm-tools"
6+PACKAGE_VERSION="#MODULE_VERSION#"
7+
8+BUILT_MODULE_NAME[0]="vmblock"
9+DEST_MODULE_LOCATION[0]="/updates/dkms/"
10+AUTOINSTALL=yes
11+
12+BUILT_MODULE_NAME[1]="vmci"
13+DEST_MODULE_LOCATION[1]="/updates/dkms/"
14+AUTOINSTALL=yes
15+
16+BUILT_MODULE_NAME[2]="vmhgfs"
17+DEST_MODULE_LOCATION[2]="/updates/dkms/"
18+AUTOINSTALL=yes
19+
20+BUILT_MODULE_NAME[3]="vmsync"
21+DEST_MODULE_LOCATION[3]="/updates/dkms/"
22+AUTOINSTALL=yes
23+
24+BUILT_MODULE_NAME[4]="vmxnet"
25+DEST_MODULE_LOCATION[4]="/updates/dkms/"
26+AUTOINSTALL=yes
27+
28+BUILT_MODULE_NAME[5]="vsock"
29+DEST_MODULE_LOCATION[5]="/updates/dkms/"
30+AUTOINSTALL=yes
31
32=== renamed file 'debian/open-vm-dkms.dkms' => 'debian/open-vm-dkms.dkms.moved'
33=== added file 'debian/open-vm-toolbox.lintian-overrides'
34--- debian/open-vm-toolbox.lintian-overrides 1970-01-01 00:00:00 +0000
35+++ debian/open-vm-toolbox.lintian-overrides 2012-01-25 01:09:25 +0000
36@@ -0,0 +1,2 @@
37+open-vm-toolbox: desktop-command-not-in-package /usr/share/applications/vmware-user.desktop vmware-user-suid-wrapper
38+open-vm-toolbox: setuid-binary usr/sbin/vmware-user-suid-wrapper 4755 root/root
39
40=== renamed file 'debian/open-vm-toolbox.lintian-overrides' => 'debian/open-vm-toolbox.lintian-overrides.moved'
41=== added file 'debian/open-vm-toolbox.manpages'
42--- debian/open-vm-toolbox.manpages 1970-01-01 00:00:00 +0000
43+++ debian/open-vm-toolbox.manpages 2012-01-25 01:09:25 +0000
44@@ -0,0 +1,1 @@
45+debian/manpages/vmware-user-suid-wrapper.8
46
47=== renamed file 'debian/open-vm-toolbox.manpages' => 'debian/open-vm-toolbox.manpages.moved'
48=== added file 'debian/open-vm-tools.udev'
49--- debian/open-vm-tools.udev 1970-01-01 00:00:00 +0000
50+++ debian/open-vm-tools.udev 2012-01-25 01:09:25 +0000
51@@ -0,0 +1,7 @@
52+# VMware SCSI devices Timeout adjustment
53+#
54+# Modify the timeout value for VMware SCSI devices so that
55+# in the event of a failover, we don't time out.
56+# See Bug 271286 for more information.
57+
58+ACTION=="add", SUBSYSTEMS=="scsi", ATTRS{vendor}=="VMware " , ATTRS{model}=="Virtual disk ", RUN+="/bin/sh -c 'echo 180 >/sys$DEVPATH/device/timeout'"
59
60=== renamed file 'debian/open-vm-tools.udev' => 'debian/open-vm-tools.udev.moved'
61=== added file 'debian/patches/03-dkms.patch'
62--- debian/patches/03-dkms.patch 1970-01-01 00:00:00 +0000
63+++ debian/patches/03-dkms.patch 2012-01-25 01:09:25 +0000
64@@ -0,0 +1,18 @@
65+Author: Daniel Baumann <daniel.baumann@progress-technologies.net>
66+Description: Correct wrong quote (Closes: #651778).
67+
68+diff -Naurp open-vm-tools.orig/modules/linux/dkms.conf open-vm-tools/modules/linux/dkms.conf
69+--- open-vm-tools.orig/modules/linux/dkms.conf 2011-12-26 11:24:21.600667343 +0100
70++++ open-vm-tools/modules/linux/dkms.conf 2011-12-26 11:24:43.172774312 +0100
71+@@ -15,9 +15,9 @@ MAKE[0]="$MAKE_CMD_TMPL -C vmblock; \
72+ CLEAN[0]="$MAKE_CMD_TMPL -C vmblock clean; \
73+ $MAKE_CMD_TMPL -C vmci clean; \
74+ $MAKE_CMD_TMPL -C vmhgfs clean; \
75+- $MAKE_CMD_TMPL -C vmsync clean"; \
76++ $MAKE_CMD_TMPL -C vmsync clean; \
77+ $MAKE_CMD_TMPL -C vmxnet clean; \
78+- $MAKE_CMD_TMPL -C vsock clean
79++ $MAKE_CMD_TMPL -C vsock clean"
80+ BUILT_MODULE_NAME[0]="vmblock"
81+ BUILT_MODULE_NAME[1]="vmci"
82+ BUILT_MODULE_NAME[2]="vmhgfs"
83
84=== renamed file 'debian/patches/03-dkms.patch' => 'debian/patches/03-dkms.patch.moved'
85=== added file 'debian/source/options'
86--- debian/source/options 1970-01-01 00:00:00 +0000
87+++ debian/source/options 2012-01-25 01:09:25 +0000
88@@ -0,0 +1,2 @@
89+compression = gzip
90+compression-level = 9
91
92=== renamed file 'debian/source/options' => 'debian/source/options.moved'
93=== modified file 'modules/linux/dkms.conf'
94=== modified file 'modules/linux/vmblock/Makefile'
95=== modified file 'modules/linux/vmci/Makefile'
96=== modified file 'modules/linux/vmhgfs/Makefile'
97=== modified file 'modules/linux/vmsync/Makefile'
98=== modified file 'modules/linux/vmxnet/Makefile'
99=== modified file 'modules/linux/vsock/Makefile'

Subscribers

People subscribed via source and target branches

to all changes: