[antlr] 25/87: * Build with java-gcj-compat-dev. * Don't Build-Depends on autotools-dev twice. * Introduce debian/compat instead of DH_COMPAT var in debian/rules. * Fixed older changelog entries to fix lintian warnings.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:17 UTC 2017


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

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

commit 53f6ffb2c481de8b93dd788550b07e3b24e08cd5
Author: Michael Koch <konqueror at gmx.de>
Date:   Fri Apr 20 19:57:09 2007 +0000

    * Build with java-gcj-compat-dev.
    * Don't Build-Depends on autotools-dev twice.
    * Introduce debian/compat instead of DH_COMPAT var in debian/rules.
    * Fixed older changelog entries to fix lintian warnings.
---
 debian/Makefile.debian |  4 ++--
 debian/changelog       | 17 ++++++++++++++---
 debian/control         |  4 ++--
 debian/rules           |  5 +----
 4 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/debian/Makefile.debian b/debian/Makefile.debian
index 149aace..d295eb8 100644
--- a/debian/Makefile.debian
+++ b/debian/Makefile.debian
@@ -1,6 +1,6 @@
 # *** Debian rules start here ***
-JAVAC=jikes-classpath
-JAR=fastjar
+JAVAC=/usr/lib/jvm/java-gcj/bin/javac
+JAR=/usr/lib/jvm/java-gcj/bin/jar
 
 build_antlr: compile makejar 
 
diff --git a/debian/changelog b/debian/changelog
index bcf3a20..51c317e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+antlr (2.7.6-8) unstable; urgency=low
+
+  * Build with java-gcj-compat-dev.
+  * Don't Build-Depends on autotools-dev twice.
+  * Introduce debian/compat instead of DH_COMPAT var in debian/rules.
+  * Fixed older changelog entries to fix lintian warnings.
+
+ -- Michael Koch <konqueror at gmx.de>  Fri, 20 Apr 2007 21:55:27 +0200
+
 antlr (2.7.6-7) unstable; urgency=high
 
   * Added Build-Conflict with mono-jit (Closes: #409726).
@@ -231,13 +240,14 @@ antlr (2.7.1-12) unstable; urgency=low
 
 antlr (2.7.1-11) unstable; urgency=low
 
-  * Changed dependency from Kaffe to classpath (Closes #147235) 
+  * Changed dependency from Kaffe to classpath (Closes: #147235)
 
  -- John Leuner <jewel at debian.org>  Fri, 24 May 2002 14:01:16 +0100
 
 antlr (2.7.1-10) unstable; urgency=low
 
-  * Renamed /usr/bin/antlr to /usr/bin/runantlr because it conflicts with pccts. Closes #127898 
+  * Renamed /usr/bin/antlr to /usr/bin/runantlr because it conflicts with
+    pccts. Closes: #127898
 
  -- John Leuner <jewel at debian.org>  Mon,  7 Jan 2002 13:54:11 +0000
 
@@ -261,7 +271,8 @@ antlr (2.7.1-7) unstable; urgency=low
 
 antlr (2.7.1-6) unstable; urgency=low
 
-  * Changed Makefile to make the build shell scripts executable (seems to fail with build daemons) ( closes #105733 )
+  * Changed Makefile to make the build shell scripts executable (seems to fail
+    with build daemons) (Closes: #105733)
 
  -- John Leuner <jewel at debian.org>  Wed, 18 Jul 2001 18:07:35 +0000
 
diff --git a/debian/control b/debian/control
index 5d226df..8a40cb6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Section: devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Arnaud Vandyck <avdyk at debian.org>, John Leuner <jewel at debian.org>, Michael Koch <konqueror at gmx.de>, Barry Hawkins <barry at bytemason.org>
-Build-Depends: debhelper (>= 4), kaffe, fastjar, classpath, jikes-classpath (>= 2:0.12-1), autotools-dev, gcj, libgcj-dev, python, autotools-dev
+Build-Depends: debhelper (>= 4), java-gcj-compat-dev, gcj, libgcj-dev, python, autotools-dev
 Build-Conflicts: mono-jit
 Standards-Version: 3.7.2
 
 Package: antlr
 Architecture: all
-Depends: kaffe | gij | sablevm | java-virtual-machine
+Depends: java-gcj-compat | java1-runtime | java2-runtime
 Description: language tool for constructing recognizers, compilers etc
  ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is 
  a language tool that provides a framework for constructing recognizers,
diff --git a/debian/rules b/debian/rules
index 2bb1253..56d23de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=4
-
 configure: configure-stamp
 configure-stamp: autotools
 	dh_testdir
 	cp /usr/share/misc/config.* scripts
-	BOOTCLASSPATH=/usr/share/classpath/glibj.zip JAVAC=jikes-classpath CLASSPATH=`pwd` JAVA=kaffe \
+	JAVAC=/usr/lib/jvm/java-gcj/bin/javac CLASSPATH=`pwd` JAVA=/usr/lib/jvm/java-gcj/bin/java \
 	./configure \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \

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



More information about the pkg-java-commits mailing list