Merge lp:~ubuntu-branches/ubuntu/trusty/ossp-uuid/trusty-201312180735 into lp:ubuntu/trusty/ossp-uuid

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/trusty/ossp-uuid/trusty-201312180735
Merge into: lp:ubuntu/trusty/ossp-uuid
Diff against target: 57 lines (+18/-2) (has conflicts)
3 files modified
debian/changelog (+11/-0)
debian/control (+4/-0)
debian/rules (+3/-2)
Text conflict in debian/changelog
Text conflict in debian/control
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/trusty/ossp-uuid/trusty-201312180735
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+199401@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/trusty/ossp-uuid reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/trusty/ossp-uuid/trusty-201312180735. 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

26. By Steve Langasek

Use dh-autoreconf for newer libtool.

25. By Steve Langasek

Run update-maintainer

24. By Steve Langasek

Fix chrpath invocation in debian/rules so that it works when there is
not actually a chrpath set.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-12-15 15:11:35 +0000
3+++ debian/changelog 2013-12-18 07:43:23 +0000
4@@ -1,3 +1,4 @@
5+<<<<<<< TREE
6 ossp-uuid (1.6.2-1.3ubuntu1) trusty; urgency=low
7
8 * debian/rules: Build with dh_autoreconf for new libtool, but run aclocal
9@@ -8,6 +9,16 @@
10
11 -- William Grant <wgrant@ubuntu.com> Sun, 15 Dec 2013 15:11:35 +1100
12
13+=======
14+ossp-uuid (1.6.2-1.3ubuntu1) UNRELEASED; urgency=medium
15+
16+ * Fix chrpath invocation in debian/rules so that it works when there is
17+ not actually a chrpath set.
18+ * Use dh-autoreconf for newer libtool.
19+
20+ -- Steve Langasek <steve.langasek@ubuntu.com> Sat, 14 Dec 2013 14:25:47 -0800
21+
22+>>>>>>> MERGE-SOURCE
23 ossp-uuid (1.6.2-1.3build1) trusty; urgency=low
24
25 * Rebuild for Perl 5.18.
26
27=== modified file 'debian/control'
28--- debian/control 2013-12-15 15:11:35 +0000
29+++ debian/control 2013-12-18 07:43:23 +0000
30@@ -4,7 +4,11 @@
31 Section: libs
32 Priority: optional
33 Standards-Version: 3.8.4
34+<<<<<<< TREE
35 Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libtool, perl (>= 5.8), chrpath
36+=======
37+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dh-autoreconf, libtool, perl (>= 5.8), chrpath
38+>>>>>>> MERGE-SOURCE
39 Homepage: http://www.ossp.org/pkg/lib/uuid/
40 Vcs-Git: git://git.debian.org/git/collab-maint/ossp-uuid.git
41 Vcs-Browser: http://git.debian.org/?p=collab-maint/ossp-uuid.git
42
43=== modified file 'debian/rules'
44--- debian/rules 2013-12-15 15:11:35 +0000
45+++ debian/rules 2013-12-18 07:43:23 +0000
46@@ -51,8 +51,9 @@
47 dh_auto_install
48
49 cd perl; make install PREFIX=$(CURDIR)/debian/libossp-uuid-perl/usr
50- chrpath debian/libossp-uuid-perl/usr/lib/perl5/auto/OSSP/uuid/uuid.so && \
51- chrpath -d debian/libossp-uuid-perl/usr/lib/perl5/auto/OSSP/uuid/uuid.so
52+ if chrpath debian/libossp-uuid-perl/usr/lib/perl5/auto/OSSP/uuid/uuid.so; then \
53+ chrpath -d debian/libossp-uuid-perl/usr/lib/perl5/auto/OSSP/uuid/uuid.so; \
54+ fi
55
56 #cd php/build-php5; make install INSTALL_ROOT=$(CURDIR)/debian/php5-uuid
57 #chmod -x debian/php5-uuid/usr/lib/php5/*/uuid.so

Subscribers

People subscribed via source and target branches

to all changes: