Merge lp:~ubuntu-branches/ubuntu/trusty/powerpc-cross-toolchain-base/trusty-201402260950 into lp:ubuntu/trusty/powerpc-cross-toolchain-base

Proposed by Ubuntu Package Importer
Status: Needs review
Proposed branch: lp:~ubuntu-branches/ubuntu/trusty/powerpc-cross-toolchain-base/trusty-201402260950
Merge into: lp:ubuntu/trusty/powerpc-cross-toolchain-base
Diff against target: 210 lines (+80/-1) (has conflicts)
8 files modified
debian/changelog (+14/-0)
debian/control (+11/-0)
debian/control.in (+5/-0)
debian/patches/eglibc/ubuntu/disable-selinux.patch (+10/-0)
debian/patches/eglibc/ubuntu/dpkg-shlibs.patch (+10/-0)
debian/patches/eglibc/ubuntu/local-kill-locales.patch (+12/-0)
debian/patches/eglibc/ubuntu/no-symlinks-for-no-multiarch.patch (+10/-0)
debian/rules (+8/-1)
Text conflict in debian/changelog
Text conflict in debian/control
Text conflict in debian/control.in
Text conflict in debian/patches/eglibc/ubuntu/disable-selinux.patch
Text conflict in debian/patches/eglibc/ubuntu/dpkg-shlibs.patch
Text conflict in debian/patches/eglibc/ubuntu/local-kill-locales.patch
Text conflict in debian/patches/eglibc/ubuntu/no-symlinks-for-no-multiarch.patch
Text conflict in debian/rules
To merge this branch: bzr merge lp:~ubuntu-branches/ubuntu/trusty/powerpc-cross-toolchain-base/trusty-201402260950
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+208314@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/powerpc-cross-toolchain-base reflect what is in the archive and the old bzr branch has been pushed to lp:~ubuntu-branches/ubuntu/trusty/powerpc-cross-toolchain-base/trusty-201402260950. 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

11. By Dimitri John Ledkov

Set back to unreleased

10. By Dimitri John Ledkov

* Bump eglibc to 2.19.
* Bump kernel to 3.13.
* Bump binutils to 2.24 (belated).
* Refresh eglibc patches.
* Regeneration debian/control.
* Add rsync, xmlto build-dep.

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 2014-02-26 08:08:24 +0000
3+++ debian/changelog 2014-02-26 09:58:21 +0000
4@@ -1,3 +1,4 @@
5+<<<<<<< TREE
6 powerpc-cross-toolchain-base (1.1) trusty; urgency=medium
7
8 * Bump eglibc to 2.19.
9@@ -8,6 +9,19 @@
10
11 -- Matthias Klose <doko@ubuntu.com> Wed, 26 Feb 2014 08:08:24 +0100
12
13+=======
14+powerpc-cross-toolchain-base (1.1) UNRELEASED; urgency=medium
15+
16+ * Bump eglibc to 2.19.
17+ * Bump kernel to 3.13.
18+ * Bump binutils to 2.24 (belated).
19+ * Refresh eglibc patches.
20+ * Regeneration debian/control.
21+ * Add rsync, xmlto build-dep.
22+
23+ -- Dimitri John Ledkov <xnox@ubuntu.com> Wed, 26 Feb 2014 00:20:02 +0000
24+
25+>>>>>>> MERGE-SOURCE
26 powerpc-cross-toolchain-base (1.0) trusty; urgency=low
27
28 * Bump eglibc to 2.18.
29
30=== modified file 'debian/control'
31--- debian/control 2014-02-26 08:08:24 +0000
32+++ debian/control 2014-02-26 09:58:21 +0000
33@@ -6,15 +6,26 @@
34 Build-Depends: dpkg-cross (>= 2.6.6), binutils-multiarch (>= 2.20.1-3~),
35 dpkg (>= 1.16.0~ubuntu6), rdfind, symlinks, lsb-release,
36 binutils-source (>= 2.21.0.20110327-2~),
37+<<<<<<< TREE
38 eglibc-source (>= 2.19-0~),
39 gcc-4.8-source (>= 4.8.2-16),
40 linux-source (>= 3.13.0-0~),
41+=======
42+ eglibc-source (>= 2.19-0~),
43+ gcc-4.8-source (>= 4.8.2-10),
44+ linux-source (>= 3.13.0-0~),
45+>>>>>>> MERGE-SOURCE
46 autoconf (>= 2.64), autoconf2.64, autogen,
47 automake, bison (>= 1:2.3), chrpath, debhelper (>= 5.0.62),
48 dpkg-dev (>= 1.15.3.1), fakeroot, file, flex,
49 gawk, gettext, gperf (>= 3.0.1), kernel-wedge (>= 2.24),
50+<<<<<<< TREE
51 libcloog-isl-dev (>= 0.12.2~), libmpc-dev,
52 libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lsb-release, lzma, m4,
53+=======
54+ libcloog-ppl-dev (>= 0.15.8-1~), libmpc-dev,
55+ libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lsb-release, lzma, m4,
56+>>>>>>> MERGE-SOURCE
57 make (>= 3.81), module-init-tools, symlinks,
58 patchutils, procps, quilt, rdfind, realpath (>= 1.9.12),
59 sed (>= 4.0.5-4), sharutils, tar (>= 1.22), xz-utils,
60
61=== modified file 'debian/control.in'
62--- debian/control.in 2014-02-26 08:08:24 +0000
63+++ debian/control.in 2014-02-26 09:58:21 +0000
64@@ -13,8 +13,13 @@
65 automake, bison (>= 1:2.3), chrpath, debhelper (>= 5.0.62),
66 dpkg-dev (>= 1.15.3.1), fakeroot, file, flex,
67 gawk, gettext, gperf (>= 3.0.1), kernel-wedge (>= 2.24),
68+<<<<<<< TREE
69 libcloog-isl-dev (>= 0.12.2~), libmpc-dev,
70 libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lsb-release, lzma, m4,
71+=======
72+ libcloog-ppl-dev (>= 0.15.8-1~), libmpc-dev,
73+ libmpfr-dev (>= 2.3.0), rsync, xmlto, libtool, lsb-release, lzma, m4,
74+>>>>>>> MERGE-SOURCE
75 make (>= 3.81), module-init-tools, symlinks,
76 patchutils, procps, quilt, rdfind, realpath (>= 1.9.12),
77 sed (>= 4.0.5-4), sharutils, tar (>= 1.22), xz-utils,
78
79=== modified file 'debian/patches/eglibc/ubuntu/disable-selinux.patch'
80--- debian/patches/eglibc/ubuntu/disable-selinux.patch 2014-02-26 08:08:24 +0000
81+++ debian/patches/eglibc/ubuntu/disable-selinux.patch 2014-02-26 09:58:21 +0000
82@@ -8,11 +8,21 @@
83 sysdeps/linux.mk | 2 +-
84 1 file changed, 1 insertion(+), 1 deletion(-)
85
86+<<<<<<< TREE
87 Index: b/debian/sysdeps/linux.mk
88+=======
89+Index: eglibc-2.19/debian/sysdeps/linux.mk
90+>>>>>>> MERGE-SOURCE
91 ===================================================================
92+<<<<<<< TREE
93 --- a/debian/sysdeps/linux.mk
94 +++ b/debian/sysdeps/linux.mk
95 @@ -16,7 +16,7 @@
96+=======
97+--- eglibc-2.19.orig/debian/sysdeps/linux.mk 2014-02-25 16:07:52.489500514 +0000
98++++ eglibc-2.19/debian/sysdeps/linux.mk 2014-02-25 16:08:18.841273959 +0000
99+@@ -16,7 +16,7 @@
100+>>>>>>> MERGE-SOURCE
101 ifeq ($(DEB_BUILD_PROFILE),bootstrap)
102 libc_extra_config_options = $(extra_config_options)
103 else
104
105=== modified file 'debian/patches/eglibc/ubuntu/dpkg-shlibs.patch'
106--- debian/patches/eglibc/ubuntu/dpkg-shlibs.patch 2014-02-26 08:08:24 +0000
107+++ debian/patches/eglibc/ubuntu/dpkg-shlibs.patch 2014-02-26 09:58:21 +0000
108@@ -2,11 +2,21 @@
109 debian/rules.d/debhelper.mk | 2 +-
110 1 file changed, 1 insertion(+), 1 deletion(-)
111
112+<<<<<<< TREE
113 Index: b/debian/rules.d/debhelper.mk
114+=======
115+Index: eglibc-2.19/debian/rules.d/debhelper.mk
116+>>>>>>> MERGE-SOURCE
117 ===================================================================
118+<<<<<<< TREE
119 --- a/debian/rules.d/debhelper.mk
120 +++ b/debian/rules.d/debhelper.mk
121 @@ -105,7 +105,7 @@
122+=======
123+--- eglibc-2.19.orig/debian/rules.d/debhelper.mk 2014-02-25 16:05:47.490575164 +0000
124++++ eglibc-2.19/debian/rules.d/debhelper.mk 2014-02-25 16:08:54.000000000 +0000
125+@@ -105,7 +105,7 @@
126+>>>>>>> MERGE-SOURCE
127 ./debian/shlibs-add-udebs $(curpass)
128
129 dh_installdeb -p$(curpass)
130
131=== modified file 'debian/patches/eglibc/ubuntu/local-kill-locales.patch'
132--- debian/patches/eglibc/ubuntu/local-kill-locales.patch 2014-02-26 08:08:24 +0000
133+++ debian/patches/eglibc/ubuntu/local-kill-locales.patch 2014-02-26 09:58:21 +0000
134@@ -1,6 +1,18 @@
135+<<<<<<< TREE
136 --- a/localedata/SUPPORTED
137 +++ b/localedata/SUPPORTED
138 @@ -2,473 +2,3 @@
139+=======
140+---
141+ localedata/SUPPORTED | 439 ---------------------------------------------------
142+ 1 file changed, 439 deletions(-)
143+
144+Index: eglibc-2.19/localedata/SUPPORTED
145+===================================================================
146+--- eglibc-2.19.orig/localedata/SUPPORTED 2014-02-25 16:06:11.010372959 +0000
147++++ eglibc-2.19/localedata/SUPPORTED 2014-02-25 16:07:31.345682293 +0000
148+@@ -2,473 +2,3 @@
149+>>>>>>> MERGE-SOURCE
150 # If you have any additions please file a glibc bug report.
151 SUPPORTED-LOCALES=\
152 aa_DJ.UTF-8/UTF-8 \
153
154=== modified file 'debian/patches/eglibc/ubuntu/no-symlinks-for-no-multiarch.patch'
155--- debian/patches/eglibc/ubuntu/no-symlinks-for-no-multiarch.patch 2014-02-26 08:08:24 +0000
156+++ debian/patches/eglibc/ubuntu/no-symlinks-for-no-multiarch.patch 2014-02-26 09:58:21 +0000
157@@ -2,11 +2,21 @@
158 debian/rules.d/build.mk | 4 +++-
159 1 file changed, 3 insertions(+), 1 deletion(-)
160
161+<<<<<<< TREE
162 Index: b/debian/rules.d/build.mk
163+=======
164+Index: eglibc-2.19/debian/rules.d/build.mk
165+>>>>>>> MERGE-SOURCE
166 ===================================================================
167+<<<<<<< TREE
168 --- a/debian/rules.d/build.mk
169 +++ b/debian/rules.d/build.mk
170 @@ -261,6 +261,7 @@
171+=======
172+--- eglibc-2.19.orig/debian/rules.d/build.mk 2014-02-25 16:07:47.233545700 +0000
173++++ eglibc-2.19/debian/rules.d/build.mk 2014-02-25 16:08:54.000000000 +0000
174+@@ -261,6 +261,7 @@
175+>>>>>>> MERGE-SOURCE
176 esac; \
177 fi
178
179
180=== modified file 'debian/patches/eglibc/ubuntu/stage1-passes.diff'
181=== modified file 'debian/rules'
182--- debian/rules 2014-02-26 08:08:24 +0000
183+++ debian/rules 2014-02-26 09:58:21 +0000
184@@ -43,10 +43,17 @@
185 # default version of gcc which will be used
186 VER_GCC_BASE := 4.7
187 else
188+<<<<<<< TREE
189 MIN_VER_EGLIBC := 2.19-0~
190 MIN_VER_LINUX := 3.13.0-0~
191 MIN_VER_GCC := 4.8.2-16
192 VER_LINUX := 3.13.0
193+=======
194+ MIN_VER_EGLIBC := 2.19-0~
195+ MIN_VER_LINUX := 3.13.0-0~
196+ MIN_VER_GCC := 4.8.2-10
197+ VER_LINUX := 3.13.0
198+>>>>>>> MERGE-SOURCE
199 # default version of gcc which will be used
200 VER_GCC_BASE := 4.8
201 endif
202@@ -117,7 +124,7 @@
203
204 info:
205 @echo "Binutils version: ${VER_BINUTILS} ${DEB_VER_BINUTILS} ${PKG_VER_BINUTILS}"
206- @echo "GCC 4.7 version: ${VER_GCC} ${DEB_VER_GCC} ${VER_GCC_BASE}"
207+ @echo "GCC version: ${VER_GCC} ${DEB_VER_GCC} ${VER_GCC_BASE}"
208 @echo "Eglibc version: ${VER_EGLIBC} ${DEB_VER_EGLIBC}"
209 @echo "Linux version: ${VER_LINUX} ${DEB_VER_LINUX}"
210 @echo

Subscribers

People subscribed via source and target branches

to all changes: