r2127 - trunk/antlr/debian
Michael Koch
mkoch at costa.debian.org
Sat May 20 10:42:32 UTC 2006
Author: mkoch
Date: 2006-05-20 10:42:31 +0000 (Sat, 20 May 2006)
New Revision: 2127
Modified:
trunk/antlr/debian/
trunk/antlr/debian/changelog
trunk/antlr/debian/control
trunk/antlr/debian/rules
Log:
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
Property changes on: trunk/antlr/debian
___________________________________________________________________
Name: svn:ignore
+ antlr
cantlr
files
libantlr-dev
*.debhelper
*.substvars
Modified: trunk/antlr/debian/changelog
===================================================================
--- trunk/antlr/debian/changelog 2006-05-20 09:13:57 UTC (rev 2126)
+++ trunk/antlr/debian/changelog 2006-05-20 10:42:31 UTC (rev 2127)
@@ -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.
Modified: trunk/antlr/debian/control
===================================================================
--- trunk/antlr/debian/control 2006-05-20 09:13:57 UTC (rev 2126)
+++ trunk/antlr/debian/control 2006-05-20 10:42:31 UTC (rev 2127)
@@ -4,7 +4,7 @@
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
Modified: trunk/antlr/debian/rules
===================================================================
--- trunk/antlr/debian/rules 2006-05-20 09:13:57 UTC (rev 2126)
+++ trunk/antlr/debian/rules 2006-05-20 10:42:31 UTC (rev 2127)
@@ -9,7 +9,7 @@
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 @@
-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
More information about the pkg-java-commits
mailing list