Merge lp:~ubuntu-branches/ubuntu/oneiric/indicator-sound/oneiric-proposed-201112050718 into lp:ubuntu/oneiric-proposed/indicator-sound

Proposed by Ubuntu Package Importer
Status: Rejected
Rejected by: James Westby
Proposed branch: lp:~ubuntu-branches/ubuntu/oneiric/indicator-sound/oneiric-proposed-201112050718
Merge into: lp:ubuntu/oneiric-proposed/indicator-sound
Diff against target: 28 lines (+22/-0) (has conflicts)
1 file modified
debian/patches/fix-864405.patch (+22/-0)
Conflict adding file debian/patches/fix-864405.patch.  Moved existing file to debian/patches/fix-864405.patch.moved.
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/oneiric/indicator-sound/oneiric-proposed-201112050718
Reviewer Review Type Date Requested Status
Ubuntu Development Team Pending
Review via email: mp+84440@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/indicator-sound reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/oneiric/indicator-sound/oneiric-proposed-201112050718. 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

101. By Ken VanDine

releasing version 0.7.9-0ubuntu2.1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/patches/fix-864405.patch'
2--- debian/patches/fix-864405.patch 1970-01-01 00:00:00 +0000
3+++ debian/patches/fix-864405.patch 2011-12-05 07:24:24 +0000
4@@ -0,0 +1,22 @@
5+--- a/src/transport-widget.c 2011-09-09 12:57:51 +0000
6++++ b/src/transport-widget.c 2011-11-16 18:34:46 +0000
7+@@ -561,15 +561,15 @@
8+ {
9+ TransportAction event = TRANSPORT_ACTION_NO_ACTION;
10+
11+- if (x > 67 && x < 112
12++ if (x > 57 && x < 102
13+ && y > 12 && y < 40){
14+ event = TRANSPORT_ACTION_PREVIOUS;
15+ }
16+- else if (x > 111 && x < 153
17++ else if (x > 101 && x < 143
18+ && y > 5 && y < 47){
19+ event = TRANSPORT_ACTION_PLAY_PAUSE;
20+ }
21+- else if (x > 152 && x < 197
22++ else if (x > 142 && x < 187
23+ && y > 12 && y < 40){
24+ event = TRANSPORT_ACTION_NEXT;
25+ }
26+
27
28=== renamed file 'debian/patches/fix-864405.patch' => 'debian/patches/fix-864405.patch.moved'

Subscribers

People subscribed via source and target branches

to all changes: