------------------------------------------------------------ revno: 1774 committer: Rene Engelhard <r...@debian.org> branch nick: unstable timestamp: Tue 2009-12-08 13:15:57 +0100 message: according to doko Java (gcj-jdk) works on hppa modified: changelog rules
=== modified file 'changelog' --- a/changelog 2009-12-08 08:06:15 +0000 +++ b/changelog 2009-12-08 12:15:57 +0000 @@ -12,7 +12,7 @@ * debian/rules: - re-enable sparc - fix install on no-Java builds - - add BUILD_HPPA conditional, don't enable it yet + - add BUILD_HPPA conditional, enable - build-depend on libmysqlcppconn*-dev (>= 1.1.0~r791) to build against version with fixed visibility of (e.g.) SQLException This closes: #558240 for !i386 at least.
=== modified file 'rules' --- a/rules 2009-12-08 08:15:12 +0000 +++ b/rules 2009-12-08 12:15:57 +0000 @@ -83,7 +83,7 @@ BUILD_PPC64=y BUILD_S390X=y BUILD_SPARC=y -BUILD_HPPA=n +BUILD_HPPA=y PATCHSET=$(DIST) BUILD_DEPS= BUILD_PYUNO=y @@ -114,6 +114,9 @@ ifneq (,$(findstring kfreebsd,$(ARCH))) JDK=gcj-jdk endif +ifeq "$(ARCH)" "hppa" + JDK=gcj-jdk +endif ENABLE_MONO=y MONO2=y ifeq "$(MONO2)" "y"