Merge lp:~ubuntu-branches/ubuntu/oneiric/compiz-plugins-main/oneiric-proposed-201112051511 into lp:ubuntu/oneiric-proposed/compiz-plugins-main

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/oneiric/compiz-plugins-main/oneiric-proposed-201112051511
Merge into: lp:ubuntu/oneiric-proposed/compiz-plugins-main
Diff against target: 38 lines (+26/-0) (has conflicts)
2 files modified
debian/patches/fix-875557.patch (+12/-0)
debian/patches/fix-891886.patch (+14/-0)
Conflict adding file debian/patches/fix-875557.patch.  Moved existing file to debian/patches/fix-875557.patch.moved.
Conflict adding file debian/patches/fix-891886.patch.  Moved existing file to debian/patches/fix-891886.patch.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/oneiric/compiz-plugins-main/oneiric-proposed-201112051511
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+84484@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/oneiric-proposed/compiz-plugins-main reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/oneiric/compiz-plugins-main/oneiric-proposed-201112051511. 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

24. By Martin Pitt

releasing version 1:0.9.6-0ubuntu4.1

23. By Martin Pitt

* debian/patches/fix-875557.patch:
  - Compiz grid overlay appears after workspace switcher use.
    (LP: #875557)
* debian/patches/fix-891886.patch:
  - Compiz grid plugin is fired when resizing a window. (LP: #891886)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/patches/fix-875557.patch'
2--- debian/patches/fix-875557.patch 1970-01-01 00:00:00 +0000
3+++ debian/patches/fix-875557.patch 2011-12-05 15:17:27 +0000
4@@ -0,0 +1,12 @@
5+--- a/expo/src/expo.cpp 2011-10-05 06:48:41 +0000
6++++ b/expo/src/expo.cpp 2011-11-26 20:47:23 +0000
7+@@ -148,8 +148,6 @@
8+ else
9+ vpUpdateMode = VPUpdateMouseOver;
10+
11+- dndState = DnDNone;
12+-
13+ screen->removeAction (&optionGetDndButton ());
14+ screen->removeAction (&optionGetExitButton ());
15+ screen->removeAction (&optionGetNextVpButton ());
16+
17
18=== renamed file 'debian/patches/fix-875557.patch' => 'debian/patches/fix-875557.patch.moved'
19=== added file 'debian/patches/fix-891886.patch'
20--- debian/patches/fix-891886.patch 1970-01-01 00:00:00 +0000
21+++ debian/patches/fix-891886.patch 2011-12-05 15:17:27 +0000
22@@ -0,0 +1,14 @@
23+=== modified file 'src/grid.cpp'
24+--- a/grid/src/grid.cpp 2011-10-05 17:41:22 +0000
25++++ b/grid/src/grid.cpp 2011-11-19 18:19:19 +0000
26+@@ -766,7 +766,8 @@
27+ unsigned int state,
28+ unsigned int mask)
29+ {
30+- if (mask & (CompWindowGrabMoveMask | CompWindowGrabButtonMask))
31++ if ((mask & (CompWindowGrabMoveMask | CompWindowGrabButtonMask)) &&
32++ !(mask & CompWindowGrabResizeMask))
33+ {
34+ gScreen->o[0].value ().set ((int) window->id ());
35+
36+
37
38=== renamed file 'debian/patches/fix-891886.patch' => 'debian/patches/fix-891886.patch.moved'

Subscribers

People subscribed via source and target branches

to all changes: