Merge lp:~peter-pearse/ubuntu/natty/db4.8/prop001 into lp:ubuntu/natty/db4.8

Proposed by Peter Pearse
Status: Needs review
Proposed branch: lp:~peter-pearse/ubuntu/natty/db4.8/prop001
Merge into: lp:ubuntu/natty/db4.8
Diff against target: 65 lines (+17/-3)
2 files modified
debian/changelog (+6/-0)
debian/rules (+11/-3)
To merge this branch: bzr merge lp:~peter-pearse/ubuntu/natty/db4.8/prop001
Reviewer Review Type Date Requested Status
Steve Langasek Pending
Review via email: mp+56390@code.launchpad.net

Description of the change

Dropped java for cross builds.
Needed to awk debian/files otherwise dpkg-genchanges barfs.

To post a comment you must log in.

Unmerged revisions

18. By Peter Pearse

No java for cross builds.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-03-17 01:10:56 +0000
+++ debian/changelog 2011-04-05 15:24:42 +0000
@@ -1,3 +1,9 @@
1db4.8 (4.8.30-5ubuntu3) natty; urgency=low
2
3 * No java for cross builds
4
5 -- Peter Pearse <peter.pearse@linaro.org> Tue, 05 Apr 2011 15:16:28 +0000
6
1db4.8 (4.8.30-5ubuntu2) natty; urgency=low7db4.8 (4.8.30-5ubuntu2) natty; urgency=low
28
3 * Build for multiarch, adding Pre-Depends: multiarch-support to the shared9 * Build for multiarch, adding Pre-Depends: multiarch-support to the shared
410
=== modified file 'debian/rules'
--- debian/rules 2011-03-05 08:06:57 +0000
+++ debian/rules 2011-04-05 15:24:42 +0000
@@ -30,7 +30,7 @@
30CFLAGS += -mno-vsx30CFLAGS += -mno-vsx
31endif31endif
3232
33JAVA_UNSUPPORTED_CPUS = zm32rz zhppaz zavr32z33JAVA_UNSUPPORTED_CPUS = zm32rz zhppaz zavr32z zarmz
34JAVA_UNSUPPORTED_SYSTEMS = zgnuz zknetbsd-gnuz34JAVA_UNSUPPORTED_SYSTEMS = zgnuz zknetbsd-gnuz
35-include /usr/share/gcj/debian_defaults35-include /usr/share/gcj/debian_defaults
3636
@@ -39,7 +39,7 @@
39 TCLDIR=/usr/lib/tcl8.539 TCLDIR=/usr/lib/tcl8.5
40else40else
41 CONFIGURE_VARS = CC=$(DEB_HOST_GNU_TYPE)-gcc CXX=$(DEB_HOST_GNU_TYPE)-g++ CFLAGS="$(CFLAGS)" CPPFLAGS="-I/usr/$(DEB_HOST_GNU_TYPE)/include/tcl8.5"41 CONFIGURE_VARS = CC=$(DEB_HOST_GNU_TYPE)-gcc CXX=$(DEB_HOST_GNU_TYPE)-g++ CFLAGS="$(CFLAGS)" CPPFLAGS="-I/usr/$(DEB_HOST_GNU_TYPE)/include/tcl8.5"
42 TCLDIR=/usr/$(DEB_HOST_GNU_TYPE)/lib/tcl8.542 TCLDIR=/usr/$(DEB_HOST_GNU_TYPE)/lib/tcl8.5 --disable-java
43endif43endif
4444
45CONFIGURE_SWITCHES = --prefix=/usr \45CONFIGURE_SWITCHES = --prefix=/usr \
@@ -139,6 +139,7 @@
139 -rm -rf debian/tmp debian/$(package)* debian/lib$(package)* core139 -rm -rf debian/tmp debian/$(package)* debian/lib$(package)* core
140 -rm -f debian/substvars.*140 -rm -f debian/substvars.*
141 rm -rf debian/libdb*141 rm -rf debian/libdb*
142 -rm debian/files.org debian/files
142143
143install-stamp: build144install-stamp: build
144 $(checkdir)145 $(checkdir)
@@ -152,7 +153,6 @@
152153
153binary-indep: checkroot build install-stamp154binary-indep: checkroot build install-stamp
154 $(checkdir)155 $(checkdir)
155
156 rm -rf debian/$(package)-doc156 rm -rf debian/$(package)-doc
157 $(INSTALL_DIR) debian/$(package)-doc/usr/share/doc debian/$(package)-doc/DEBIAN157 $(INSTALL_DIR) debian/$(package)-doc/usr/share/doc debian/$(package)-doc/DEBIAN
158158
@@ -169,6 +169,14 @@
169 chmod -R ugo=rX,u+w debian/$(package)-doc169 chmod -R ugo=rX,u+w debian/$(package)-doc
170 dpkg --build debian/$(package)-doc ..170 dpkg --build debian/$(package)-doc ..
171171
172ifeq (,$(JAVA_BIiN))
173 if [ -f debian/files ]; then \
174 echo "No java support on this platform" ;\
175 mv debian/files debian/files.org ;\
176 awk '/java/{next;};{print;}' debian/files.org > debian/files ;\
177 fi
178endif
179
172binary-arch: checkroot build install-stamp180binary-arch: checkroot build install-stamp
173 $(checkdir)181 $(checkdir)
174182

Subscribers

People subscribed via source and target branches

to all changes: