[antlr] 22/87: antlr (2.7.6-5) unstable; urgency=low
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 a71488b189758df8d2016a2257b0048cfd9170bb
Author: Michael Koch <konqueror at gmx.de>
Date: Sat May 20 10:42:31 2006 +0000
antlr (2.7.6-5) unstable; urgency=low
* Copy config.guess and config.sub into scripts during build
(Closes: #352203).
* Rebuild against new default gcj.
* Updated Standards-Version to 3.7.2.
-- Michael Koch <konqueror at gmx.de> Tue, 16 May 2006 10:53:54 +0000
---
debian/changelog | 9 +++++++++
debian/control | 2 +-
debian/rules | 3 ++-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 02c92f1..c212b1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+antlr (2.7.6-5) unstable; urgency=low
+
+ * Copy config.guess and config.sub into scripts during build
+ (Closes: #352203).
+ * Rebuild against new default gcj.
+ * Updated Standards-Version to 3.7.2.
+
+ -- Michael Koch <konqueror at gmx.de> Tue, 16 May 2006 10:53:54 +0000
+
antlr (2.7.6-4) unstable; urgency=low
* Fixed build of package to not create dirs outside of package root.
diff --git a/debian/control b/debian/control
index 667c6db..2f3629e 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>, 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
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
Package: antlr
Architecture: all
diff --git a/debian/rules b/debian/rules
index 835ace8..2def899 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ export DH_COMPAT=4
configure: configure-stamp
configure-stamp: autotools
dh_testdir
- cp /usr/share/misc/config.* .
+ cp /usr/share/misc/config.* scripts
BOOTCLASSPATH=/usr/share/classpath/glibj.zip JAVAC=jikes-classpath CLASSPATH=`pwd` JAVA=kaffe \
./configure \
--prefix=/usr \
@@ -46,6 +46,7 @@ clean:
-find -name Makefile | xargs rm -f
-rm -f scripts/*.sh
-rm -f scripts/antlr-config scripts/config.deps scripts/antlr.spec scripts/config.make scripts/config.vars
+ -rm -f scripts/config.guess scripts.config.sub
-rm -f antlr/Version.java
-rm -f debian/libantlr-pic.a
dh_clean
--
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