------------------------------------------------------------ revno: 1730 [merge] committer: Rene Engelhard <r...@debian.org> branch nick: experimental timestamp: Tue 2009-12-08 13:17:53 +0100 message: according to doko Java (gcj-jdk) works on hppa modified: changelog rules
=== modified file 'changelog' --- a/changelog 2009-12-08 08:17:05 +0000 +++ b/changelog 2009-12-08 12:17:53 +0000 @@ -15,6 +15,7 @@ * debian/rules: - re-enable sparc - re-enable eo + - enable hppa, use gcj-jdk - 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:17:05 +0000 +++ b/rules 2009-12-08 12:17:53 +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"