CVS libpgjava/debian

Wolfgang B??r wbaer-guest at haydn.debian.org
Thu Jan 5 11:59:25 UTC 2006


Update of /cvsroot/pkg-java/libpgjava/debian
In directory haydn:/tmp/cvs-serv23824/debian

Modified Files:
	changelog rules 
Log Message:
Update CVS to the last release

  * New upstream release (closes: #340739)
  * Removed build.compiler property in debian/rules as preset in kaffe


--- /cvsroot/pkg-java/libpgjava/debian/changelog	2005/08/14 13:07:55	1.8
+++ /cvsroot/pkg-java/libpgjava/debian/changelog	2006/01/05 11:59:25	1.9
@@ -1,3 +1,10 @@
+libpgjava (8.1-404-1) unstable; urgency=low
+
+  * New upstream release (closes: #340739)
+  * Removed build.compiler property in debian/rules as preset in kaffe
+
+ -- Wolfgang Baer <WBaer at gmx.de>  Tue, 29 Nov 2005 14:41:36 +0100
+
 libpgjava (8.0-312-1) unstable; urgency=low
 
   * New upstream release
--- /cvsroot/pkg-java/libpgjava/debian/rules	2005/08/14 13:07:55	1.7
+++ /cvsroot/pkg-java/libpgjava/debian/rules	2006/01/05 11:59:25	1.8
@@ -20,7 +20,7 @@
 	cp -r debian/jdbc2_interfaces/* .
 
 	# build JDBC 2
-	ant -Djdbc2=true -Dtarget=1.3 -Dbuild.compiler=jikes jar
+	ant -Djdbc2=true -Dtarget=1.3 jar
 	
 	mv jars/postgresql.jar postgresql-jdbc2.jar
 	



More information about the pkg-java-commits mailing list