This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository stylebook.

commit bd03058a955f31d6893e6ea91e8d64c474246475
Author: Matthias Klose <d...@debian.org>
Date:   Wed Jul 30 18:53:52 2008 +0000

    * (Build-)depend on default-jre/-jdk.
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 debian/rules     | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ee615c1..74dffcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+stylebook (1.0~b3~svn20061109-3) UNRELEASED; urgency=low
+
+  * (Build-)depend on default-jre/-jdk.
+
+ -- Matthias Klose <d...@debian.org>  Wed, 30 Jul 2008 18:51:31 +0000
+
 stylebook (1.0~b3~svn20061109-2) unstable; urgency=low
 
   * Move to unstable.
diff --git a/debian/control b/debian/control
index 56ab6fa..3517ff5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
 Uploaders: Marcus Better <mar...@better.se>, Michael Koch <konque...@gmx.de>
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: java-gcj-compat-dev, ant, libxerces2-java
+Build-Depends-Indep: default-jdk, ant, libxerces2-java
 Standards-Version: 3.7.2
 Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/stylebook
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
@@ -12,7 +12,7 @@ Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-java/trunk/stylebook/
 Package: libstylebook-java
 Architecture: all
 Section: libs
-Depends: classpath-common | java1-runtime | java2-runtime, libxerces2-java
+Depends: default-jre | classpath-common | java1-runtime | java2-runtime, 
libxerces2-java
 Description: XML application for authoring web site content
  Stylebook is a way to convert a set of XML files into a proper web
  site with consistent navigation and layout.
diff --git a/debian/rules b/debian/rules
index 51aeed2..6c1deb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-JAVA_HOME      := /usr/lib/jvm/java-gcj
+JAVA_HOME      := /usr/lib/jvm/default-java
 DEB_JARS_BASE  := /usr/share/java
 JAVACMD        := $(JAVA_HOME)/bin/java
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/stylebook.git

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to