Merge lp:~peter-pearse/ubuntu/natty/bzip2/prop001 into lp:ubuntu/natty/bzip2

Proposed by Peter Pearse
Status: Needs review
Proposed branch: lp:~peter-pearse/ubuntu/natty/bzip2/prop001
Merge into: lp:ubuntu/natty/bzip2
Diff against target: 33 lines (+8/-1)
2 files modified
debian/changelog (+6/-0)
debian/rules (+2/-1)
To merge this branch: bzr merge lp:~peter-pearse/ubuntu/natty/bzip2/prop001
Reviewer Review Type Date Requested Status
Steve Langasek Pending
Review via email: mp+53276@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

13. By Peter Pearse

Use correct strip when cross building.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-02-20 15:55:37 +0000
+++ debian/changelog 2011-03-14 16:37:33 +0000
@@ -1,3 +1,9 @@
1bzip2 (1.0.5-6ubuntu2) maverick; urgency=low
2
3 * Use correct strip when cross building
4
5 -- Peter Pearse <peter.pearse@linaro.org> Mon, 07 Mar 2011 14:19:54 +0000
6
1bzip2 (1.0.5-6ubuntu1) natty; urgency=low7bzip2 (1.0.5-6ubuntu1) natty; urgency=low
28
3 * lib32bz2-1.0 only pre-depends on libc6-i386 on amd64; that9 * lib32bz2-1.0 only pre-depends on libc6-i386 on amd64; that
410
=== modified file 'debian/rules'
--- debian/rules 2010-09-21 10:33:49 +0000
+++ debian/rules 2011-03-14 16:37:33 +0000
@@ -16,13 +16,14 @@
16ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))16ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
17 CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc17 CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc
18 CC=$(DEB_HOST_GNU_TYPE)-gcc18 CC=$(DEB_HOST_GNU_TYPE)-gcc
19 DEBSTRIP = $(DEB_HOST_GNU_TYPE)-strip
19else20else
20 CROSS=CC=gcc21 CROSS=CC=gcc
21 CC=gcc22 CC=gcc
23 DEBSTRIP = strip
22endif24endif
2325
24DEBCFLAGS:=26DEBCFLAGS:=
25DEBSTRIP:=strip
26WGET=wget27WGET=wget
27ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))28ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
28DEBCFLAGS += -g29DEBCFLAGS += -g

Subscribers

People subscribed via source and target branches

to all changes: