Author: frankie Date: 2009-09-14 09:51:21 +0000 (Mon, 14 Sep 2009) New Revision: 2438
Modified: packages/postgis/branches/1.3/debian/changelog packages/postgis/branches/1.3/debian/control packages/postgis/branches/1.3/debian/rules Log: Releasing 1.3.6 Modified: packages/postgis/branches/1.3/debian/changelog =================================================================== --- packages/postgis/branches/1.3/debian/changelog 2009-09-14 09:09:15 UTC (rev 2437) +++ packages/postgis/branches/1.3/debian/changelog 2009-09-14 09:51:21 UTC (rev 2438) @@ -1,3 +1,11 @@ +postgis (1.3.6-1) unstable; urgency=medium + + * New upstream release. + * Now uses default-jdk instead of jikes-classpath. + (closes: #529503) + + -- Francesco Paolo Lovergine <[email protected]> Mon, 14 Sep 2009 11:11:11 +0200 + postgis (1.3.5-1) unstable; urgency=low * New upstream release. Modified: packages/postgis/branches/1.3/debian/control =================================================================== --- packages/postgis/branches/1.3/debian/control 2009-09-14 09:09:15 UTC (rev 2437) +++ packages/postgis/branches/1.3/debian/control 2009-09-14 09:51:21 UTC (rev 2438) @@ -3,7 +3,8 @@ Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Stephen Frost <[email protected]>, Fabio Tranchitella <[email protected]>, Francesco Paolo Lovergine <[email protected]> -Build-Depends: debhelper (>= 5.0.0), autotools-dev, flex, bison, postgresql-server-dev-8.3, libgeos-dev, proj, libssl-dev, xsltproc, docbook, docbook-xsl, libpg-java, jikes-classpath, fastjar, libjts-java (>=1.7), dpatch +Build-Depends: debhelper (>= 5.0.0), autotools-dev, flex, bison, postgresql-server-dev-8.3, libgeos-dev, proj, + libssl-dev, xsltproc, docbook, docbook-xsl, libpg-java, default-jdk, fastjar, libjts-java (>=1.7), dpatch Standards-Version: 3.8.0 Homepage: http://postgis.refractions.net/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-grass/packages/postgis/ Modified: packages/postgis/branches/1.3/debian/rules =================================================================== --- packages/postgis/branches/1.3/debian/rules 2009-09-14 09:09:15 UTC (rev 2437) +++ packages/postgis/branches/1.3/debian/rules 2009-09-14 09:51:21 UTC (rev 2438) @@ -69,8 +69,8 @@ --infodir=\$${prefix}/share/info # PostGIS JDBC (with debug support) $(MAKE) -C java/jdbc clean - DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=jikes-classpath $(MAKE) -C java/jdbc jar - DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=jikes-classpath $(MAKE) -C java/jdbc install DESTDIR=$(CURDIR)/debian/libpostgis-java/usr/share/java/$(JAVA_PATH) + DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=javac $(MAKE) -C java/jdbc jar + DEBUGJAR=postgis_debug.fastjar JAR=fastjar JAVAC=javac $(MAKE) -C java/jdbc install DESTDIR=$(CURDIR)/debian/libpostgis-java/usr/share/java/$(JAVA_PATH) $(MAKE) distclean dh_install -i _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

