[libcommons-lang-java] 25/51: * (Build-)depend on default-jre/-jdk.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jan 12 13:38:35 UTC 2018


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

ebourg-guest pushed a commit to branch master
in repository libcommons-lang-java.

commit 9c2c6f42f405f427c80d80db66ac4a53e2dcc3e4
Author: Matthias Klose <doko at debian.org>
Date:   Wed Jul 30 16:00:44 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 c7527e3..9e578e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcommons-lang-java (2.4-2) UNRELEASED; urgency=low
+
+  * (Build-)depend on default-jre/-jdk.
+
+ -- Matthias Klose <doko at debian.org>  Wed, 30 Jul 2008 15:58:22 +0000
+
 libcommons-lang-java (2.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 02ad2b6..710fb1d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Kumar Appaiah <akumar at debian.org>
 Build-Depends: debhelper (>> 5), cdbs
-Build-Depends-Indep: java-gcj-compat-dev, ant, junit (>= 3.8.1)
+Build-Depends-Indep: default-jdk, ant, junit (>= 3.8.1)
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libcommons-lang-java
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libcommons-lang-java
@@ -12,7 +12,7 @@ Homepage: http://jakarta.apache.org/commons/lang/
 
 Package: libcommons-lang-java
 Architecture: all
-Depends: java-gcj-compat | java1-runtime | java2-runtime
+Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless
 Description: Extension of the java.lang package
  The Lang Component contains a set of Java classes that provide helper
  methods for standard Java classes, especially those found in the
diff --git a/debian/rules b/debian/rules
index 5c453cb..3cc2517 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
 
 DEB_JARS := junit
 DEB_ANT_BUILD_TARGET := jar javadoc

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



More information about the pkg-java-commits mailing list