[libregexp-java] 05/26: libregexp-java (1.4-4) unstable; urgency=low

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jan 12 11:37:57 UTC 2018


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

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

commit a876d368fbdaa6b645262a5187ac85ec0ec7ac18
Author: Michael Koch <konqueror at gmx.de>
Date:   Sun Jun 17 19:04:25 2007 +0000

    libregexp-java (1.4-4) unstable; urgency=low
    
      * Use java-gcj-compat instead of kaffe.
      * Moved Build-Depends-Indep to Build-Depends.
      * Removed Wolfgang and added myself to Uploaders.
      * Updated Standards-Version.
    
     -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 21:00:58 +0200
---
 debian/changelog | 9 +++++++++
 debian/control   | 9 ++++-----
 debian/rules     | 5 +++--
 3 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6fa2254..2fb77b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libregexp-java (1.4-4) unstable; urgency=low
+
+  * Use java-gcj-compat instead of kaffe.
+  * Moved Build-Depends-Indep to Build-Depends.
+  * Removed Wolfgang and added myself to Uploaders.
+  * Updated Standards-Version.
+
+ -- Michael Koch <konqueror at gmx.de>  Sun, 17 Jun 2007 21:00:58 +0200
+
 libregexp-java (1.4-3) unstable; urgency=low
 
   * Removed Takashi Okamoto (closes:#352990).
diff --git a/debian/control b/debian/control
index a6e4b9d..b6b51d4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,13 @@ Source: libregexp-java
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), kaffe (>= 2:1.1.5-3), ant, cdbs
-Standards-Version: 3.6.2
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 4.2.30), java-gcj-compat-dev, ant, cdbs
+Standards-Version: 3.7.2
 
 Package: libregexp-java
 Architecture: all
-Depends: kaffe | java1-runtime | java2-runtime
-Suggests: java-virtual-machine
+Depends: java-gcj-compat | java1-runtime | java2-runtime
 Description: regular expression library for Java
  Regexp is a 100% Pure Java Regular Expression package. Regular expressions
  are pattern descriptions which enable sophisticated matching of strings.
diff --git a/debian/rules b/debian/rules
index 6f3bccb..f0b9b06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,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_DIRS := /usr/lib/kaffe
+JAVA_HOME_DIRS := /usr/lib/jvm/java-gcj
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar 
@@ -17,5 +17,6 @@ DEB_ANT_BUILD_TARGET := jar javadocs
 clean::
 	-rm -Rf docs
 
-install/libregexp-java::                               
+install/libregexp-java:: 
 	install -m 644 build/jakarta-regexp-1.4.jar debian/libregexp-java/usr/share/java/regexp-1.4.jar
+

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



More information about the pkg-java-commits mailing list