This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository antlr.
commit d4cedb8dccdb9cf17d529124b66063e1204697f6 Author: Torsten Werner <[email protected]> Date: Sat Feb 28 19:45:13 2009 +0000 Switch to mono-devel (aka transition to Mono 2.0). (Closes: #517560) --- debian/changelog | 5 ++++- debian/control | 2 +- debian/rules | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 908125d..72c564d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,10 @@ antlr (2.7.7-11) UNRELEASED; urgency=low lintian warnings debhelper-but-no-misc-depends) * debian/README.source: add information on how to use quilt - -- Debian Java Maintainers <[email protected]> Mon, 19 Jan 2009 23:29:36 +0100 + [ Torsten Werner ] + * Switch to mono-devel (aka transition to Mono 2.0). (Closes: #517560) + + -- Torsten Werner <[email protected]> Sat, 28 Feb 2009 20:26:45 +0100 antlr (2.7.7-10) unstable; urgency=low diff --git a/debian/control b/debian/control index 8e82c2e..17dfe50 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Arnaud Vandyck <[email protected]>, John Leuner <[email protected]>, Michael Koch <[email protected]>, Barry Hawkins <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 4), default-jdk-builddep, python, autotools-dev, python-all-dev (>= 2.3.5-11), sharutils, java-gcj-compat-dev, quilt -Build-Depends-Indep: python-support (>= 0.3), nant, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.0) | c-sharp-compiler +Build-Depends-Indep: python-support (>= 0.3), nant, cli-common-dev (>= 0.4.4), mono-devel | c-sharp-compiler, libmono-winforms2.0-cil Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/antlr Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/antlr diff --git a/debian/rules b/debian/rules index 758cb68..e7228f2 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ configure-stamp: dh_testdir cp /usr/share/misc/config.* scripts JAVAC='/usr/lib/jvm/default-java/bin/javac -source 1.4' CLASSPATH=`pwd` JAVA=/usr/lib/jvm/default-java/bin/java \ + CSHARPC=/usr/bin/csc \ ./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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

