[pkg-java] r6294 - trunk/librepository/debian
rene at alioth.debian.org
rene at alioth.debian.org
Sun Apr 27 00:02:06 UTC 2008
Author: rene
Date: 2008-04-27 00:02:04 +0000 (Sun, 27 Apr 2008)
New Revision: 6294
Modified:
trunk/librepository/debian/changelog
trunk/librepository/debian/control
trunk/librepository/debian/rules
Log:
use default-jdk-builddep
Modified: trunk/librepository/debian/changelog
===================================================================
--- trunk/librepository/debian/changelog 2008-04-26 22:30:13 UTC (rev 6293)
+++ trunk/librepository/debian/changelog 2008-04-27 00:02:04 UTC (rev 6294)
@@ -1,3 +1,9 @@
+librepository (0.1.4-3) unstable; urgency=low
+
+ * use default-jdk-builddep (closes: #477887)
+
+ -- Rene Engelhard <rene at debian.org> Sun, 27 Apr 2008 00:29:04 +0200
+
librepository (0.1.4-2) unstable; urgency=low
* upload to unstable
@@ -2,3 +8,3 @@
- -- Rene Engelhard <rene at debian.org> Thu, 14 Feb 2008 23:53:21 +0100
+ -- Rene Engelhard <rene at debian.org> Sun, 27 Apr 2008 00:29:02 +0200
Modified: trunk/librepository/debian/control
===================================================================
--- trunk/librepository/debian/control 2008-04-26 22:30:13 UTC (rev 6293)
+++ trunk/librepository/debian/control 2008-04-27 00:02:04 UTC (rev 6294)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Rene Engelhard <rene at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), cdbs, java-gcj-compat-dev, ant, libjcommon-java (>= 1.0.10-1)
+Build-Depends: debhelper (>= 5), cdbs, default-jdk-builddep, ant, libjcommon-java (>= 1.0.10-1)
Standards-Version: 3.7.2
Package: librepository-java
Modified: trunk/librepository/debian/rules
===================================================================
--- trunk/librepository/debian/rules 2008-04-26 22:30:13 UTC (rev 6293)
+++ trunk/librepository/debian/rules 2008-04-27 00:02:04 UTC (rev 6294)
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar jcommon
More information about the pkg-java-commits
mailing list