[antlr] 08/87: antlr (2.7.5-1) unstable; urgency=low
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Oct 24 14:49:16 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 a1c4a22810372fdcf7718eb4184b672ea42344bf
Author: Michael Koch <konqueror at gmx.de>
Date: Mon Mar 14 14:00:03 2005 +0000
antlr (2.7.5-1) unstable; urgency=low
* New upstream release
* no need to go to lib/cpp and run make no more
-- Arnaud Vandyck <avdyk at debian.org> Wed, 2 Feb 2005 18:35:05 +0100
---
debian/changelog | 7 +++++++
debian/rules | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d50fe07..5d8bd81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+antlr (2.7.5-1) unstable; urgency=low
+
+ * New upstream release
+ * no need to go to lib/cpp and run make no more
+
+ -- Arnaud Vandyck <avdyk at debian.org> Wed, 2 Feb 2005 18:35:05 +0100
+
antlr (2.7.4-6) unstable; urgency=low
* debian/watch: corrected, thanks to Justin Pryzby.
diff --git a/debian/rules b/debian/rules
index 9ce8238..ec182a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_COMPAT=4
configure: configure-stamp
configure-stamp-indep: autotools
dh_testdir
- JAVAC=jikes-classpath CLASSPATH=`pwd` JAVA=kaffe ./configure --prefix=/usr --mandir=\$${prefix}/share/man
+ BOOTCLASSPATH=/usr/share/classpath/glibj.zip JAVAC=jikes-classpath CLASSPATH=`pwd` JAVA=kaffe ./configure --prefix=/usr --mandir=\$${prefix}/share/man
touch configure-stamp-indep
build-indep: configure-stamp-indep build-stamp-indep
@@ -22,7 +22,7 @@ build: build-stamp
build-stamp:
dh_testdir
$(MAKE) -f Makefile.debian make_with_gcj
- cd lib/cpp; $(MAKE)
+# cd lib/cpp; $(MAKE)
touch build-stamp
clean:
@@ -49,7 +49,7 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
- cd lib/cpp; $(MAKE) install prefix=`pwd`/../../debian/libantlr-dev/usr
+# cd lib/cpp; $(MAKE) install prefix=`pwd`/../../debian/libantlr-dev/usr
install -m755 cantlr debian/cantlr/usr/bin
# Build architecture-independent files here.
--
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