Package: postgis
Version: 1.0.0-1
Tags: patch

Hi,

attached patches for build depending on a specific build compiler which should
work on all architectures. These patches are untested as compilation is
currently broken by the other bugs. If you need any further information
or help with the java part of this package don't hesitate to ask me.

Regards,
Wolfgang

--- debian/control.orig	2005-09-11 17:56:41.000000000 +0200
+++ debian/control	2005-09-11 17:57:39.000000000 +0200
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Alex Bodnaru <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), devscripts, findutils, awk, binutils | binutils-multiarch, libgeos-dev, proj, postgresql-dev (>= 7.2.0), libpgjava, java-compiler, fastjar
+Build-Depends: debhelper (>= 4.0.0), devscripts, findutils, awk, binutils | binutils-multiarch, libgeos-dev, proj, postgresql-dev (>= 7.2.0), libpg-java, jikes-classpath, fastjar
 Standards-Version: 3.6.1
 
 Package: libpostgis1-pg74
@@ -45,7 +45,7 @@
 Section: science
 Priority: optional
 Architecture: all
-Depends: libpostgis, libpgjava
+Depends: libpostgis, libpg-java
 Replaces: libpostgis-jdbc, libpostgisjava
 Description: geographic objects support for PostgreSQL. JDBC
  PostGIS adds support for geographic objects to the 
--- debian/rules.orig	2005-09-11 17:59:04.000000000 +0200
+++ debian/rules	2005-09-11 17:59:28.000000000 +0200
@@ -166,7 +166,7 @@
 	
 	# commands to install the package into debian/tmp
 	$(MAKE) install DESTDIR=$(DESTDIR)
-	DEBUGJAR=postgis_debug.fastjar JAR=fastjar $(MAKE) -C jdbc2 install DESTDIR=$(DESTDIR)$(JAVA_PATH)
+	DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=jikes-classpath $(MAKE) -C jdbc2 install DESTDIR=$(DESTDIR)$(JAVA_PATH)
 
 	cp utils/*.pl $(DESTDIR)/$(bindir)
 	mkdir -p $(DESTDIR)/$(main_bin)

Reply via email to