Merge lp:~ubuntu-branches/ubuntu/oneiric/nas/oneiric-201108112112 into lp:ubuntu/oneiric/nas

Proposed by Ubuntu Package Importer
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~ubuntu-branches/ubuntu/oneiric/nas/oneiric-201108112112
Merge into: lp:ubuntu/oneiric/nas
Diff against target: 67 lines (+27/-1) (has conflicts)
3 files modified
debian/changelog (+21/-0)
debian/control (+5/-0)
debian/rules (+1/-1)
Text conflict in debian/changelog
Text conflict in debian/control
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/oneiric/nas/oneiric-201108112112
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Disapprove
Ubuntu branches Pending
Review via email: mp+73922@code.launchpad.net

Description of the change

The package importer has detected a possible inconsistency between the package history in the archve and the history in bzr. As the archive is authoritative the importer has made lp:ubuntu/oneiric/nas reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/oneiric/nas/oneiric-201108112112. 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.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

ok, missing a rev, was a valid one, the generated branch reflect the archive though

review: Disapprove
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

missing a revision, seems the importer skipped one.

review: Disapprove

Unmerged revisions

12. By Steve Langasek

merge latest version from unstable

11. By Steve Langasek

Build for multiarch.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-08-11 13:41:57 +0000
+++ debian/changelog 2011-09-02 23:12:24 +0000
@@ -1,3 +1,4 @@
1<<<<<<< TREE
1nas (1.9.2-8ubuntu1) oneiric; urgency=low2nas (1.9.2-8ubuntu1) oneiric; urgency=low
23
3 * Use -n for all gzip invocations, for multiarch. Closes: #637326.4 * Use -n for all gzip invocations, for multiarch. Closes: #637326.
@@ -16,6 +17,26 @@
1617
17 -- Steve McIntyre <93sam@debian.org> Wed, 10 Aug 2011 12:45:41 +010018 -- Steve McIntyre <93sam@debian.org> Wed, 10 Aug 2011 12:45:41 +0100
1819
20=======
21nas (1.9.2-8ubuntu1) UNRELEASED; urgency=low
22
23 * Use -n for all gzip invocations, for multiarch. Closes: #637326.
24 * Mark libaudio-dev Multi-Arch: same as well.
25 * Install AuErrorDB to /usr/lib, not to a multiarch path, since it's
26 arch-independent; however, libaudio is looking for it in /usr/lib/X11
27 instead and has for some time, so there's still a bug here...
28
29 -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 11 Aug 2011 11:32:46 -0700
30
31nas (1.9.2-8) unstable; urgency=low
32
33 * Switch to multi-arch. Closes: #637326
34 * Add rules for build-arch and build-indep, just depending on "build"
35 for now - there's nothing major to gain from splitting them.
36
37 -- Steve McIntyre <93sam@debian.org> Wed, 10 Aug 2011 12:45:41 +0100
38
39>>>>>>> MERGE-SOURCE
19nas (1.9.2-7) unstable; urgency=low40nas (1.9.2-7) unstable; urgency=low
2041
21 * Remove the first attempted fix for the link failure; the updated42 * Remove the first attempted fix for the link failure; the updated
2243
=== modified file 'debian/control'
--- debian/control 2011-08-11 13:41:57 +0000
+++ debian/control 2011-09-02 23:12:24 +0000
@@ -1,9 +1,14 @@
1Source: nas1Source: nas
2Section: sound2Section: sound
3Priority: optional3Priority: optional
4<<<<<<< TREE
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>5Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Steve McIntyre <93sam@debian.org>6XSBC-Original-Maintainer: Steve McIntyre <93sam@debian.org>
6Build-Depends: autotools-dev, libxau-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxaw7-dev, xutils-dev, bison, flex, file, po-debconf, dpkg-dev (>= 1.16.0)7Build-Depends: autotools-dev, libxau-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxaw7-dev, xutils-dev, bison, flex, file, po-debconf, dpkg-dev (>= 1.16.0)
8=======
9Maintainer: Steve McIntyre <93sam@debian.org>
10Build-Depends: autotools-dev, libxau-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxaw7-dev, xutils-dev, bison, flex, file, po-debconf, dpkg-dev (>= 1.16.0)
11>>>>>>> MERGE-SOURCE
7Standards-Version: 3.9.2.012Standards-Version: 3.9.2.0
813
9Package: libaudio214Package: libaudio2
1015
=== modified file 'debian/rules'
--- debian/rules 2011-08-11 13:41:57 +0000
+++ debian/rules 2011-09-02 23:12:24 +0000
@@ -162,7 +162,7 @@
162 -chmod -Rv u+w debian/nas-bin/usr/share/man162 -chmod -Rv u+w debian/nas-bin/usr/share/man
163163
164 -chmod -v 644 debian/nas/etc/nas/* 164 -chmod -v 644 debian/nas/etc/nas/*
165 chmod -v 644 debian/libaudio2/usr/lib/AuErrorDB165 chmod -v 644 debian/libaudio2/usr/lib/$(DEB_HOST_MULTIARCH)/AuErrorDB
166 for dir in $(archpacs); do cp debian/copyright debian/$$dir/usr/share/doc/$$dir; done166 for dir in $(archpacs); do cp debian/copyright debian/$$dir/usr/share/doc/$$dir; done
167 # Standard package building stuff167 # Standard package building stuff
168 debconf-updatepo168 debconf-updatepo

Subscribers

People subscribed via source and target branches

to all changes: