[pkg-java] r5322 - trunk/antlr/debian
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Sun Jan 6 00:18:25 UTC 2008
Author: mkoch
Date: 2008-01-06 00:18:25 +0000 (Sun, 06 Jan 2008)
New Revision: 5322
Modified:
trunk/antlr/debian/Makefile.debian
trunk/antlr/debian/changelog
trunk/antlr/debian/control
Log:
antlr (2.7.7-2) unstable; urgency=low
* Removed Build-Depends pn libgcj-dev. Closes: #359727
* Removed strip call in debian/Makefile.debian. Closes: #436463
-- Michael Koch <konqueror at gmx.de> Sun, 06 Jan 2008 00:52:30 +0100
Modified: trunk/antlr/debian/Makefile.debian
===================================================================
--- trunk/antlr/debian/Makefile.debian 2008-01-05 22:51:12 UTC (rev 5321)
+++ trunk/antlr/debian/Makefile.debian 2008-01-06 00:18:25 UTC (rev 5322)
@@ -19,7 +19,6 @@
make_with_gcj:
rm -f `find . -name '*.class'`
gcj --main=antlr.Tool --CLASSPATH="." $(JAVA_FILES) -o cantlr
- strip cantlr
clean:
rm -f `find . -name '*.class'`
Modified: trunk/antlr/debian/changelog
===================================================================
--- trunk/antlr/debian/changelog 2008-01-05 22:51:12 UTC (rev 5321)
+++ trunk/antlr/debian/changelog 2008-01-06 00:18:25 UTC (rev 5322)
@@ -1,3 +1,10 @@
+antlr (2.7.7-2) unstable; urgency=low
+
+ * Removed Build-Depends pn libgcj-dev. Closes: #359727
+ * Removed strip call in debian/Makefile.debian. Closes: #436463
+
+ -- Michael Koch <konqueror at gmx.de> Sun, 06 Jan 2008 00:52:30 +0100
+
antlr (2.7.7-1) unstable; urgency=low
* New upstream release.
Modified: trunk/antlr/debian/control
===================================================================
--- trunk/antlr/debian/control 2008-01-05 22:51:12 UTC (rev 5321)
+++ trunk/antlr/debian/control 2008-01-06 00:18:25 UTC (rev 5322)
@@ -3,7 +3,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), java-gcj-compat-dev, gcj, libgcj-dev, python, autotools-dev, python-all-dev (>= 2.3.5-11)
+Build-Depends: debhelper (>= 4), java-gcj-compat-dev, gcj, python, autotools-dev, python-all-dev (>= 2.3.5-11)
Build-Depends-Indep: python-support (>= 0.3)
Build-Conflicts: mono-jit
Standards-Version: 3.7.3
More information about the pkg-java-commits
mailing list