This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 076b62f9c67b3b10c4caf5ee6b2a88180f200ad3 Author: Christoph Berg <[email protected]> Date: Sat Oct 29 12:09:06 2005 +0200 Import Debian changes 3.1.1-3.1 ecj-bootstrap (3.1.1-3.1) unstable; urgency=low [ Arnaud Fontaine ] * NMU: added a backslash at the end of the first line of 'debian/ecj-bootstrap-gcj.postinst'. Closes: #335031. --- debian/changelog | 8 ++++++++ debian/ecj-bootstrap-gcj.postinst | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e2987b6..4d4a246 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ecj-bootstrap (3.1.1-3.1) unstable; urgency=low + + [ Arnaud Fontaine ] + * NMU: added a backslash at the end of the first line of + 'debian/ecj-bootstrap-gcj.postinst'. Closes: #335031. + + -- Christoph Berg <[email protected]> Sat, 29 Oct 2005 12:09:06 +0200 + ecj-bootstrap (3.1.1-3) unstable; urgency=low * On arm and hppa, don't rebuild ecj using gij. diff --git a/debian/ecj-bootstrap-gcj.postinst b/debian/ecj-bootstrap-gcj.postinst index e39cab4..87bf362 100644 --- a/debian/ecj-bootstrap-gcj.postinst +++ b/debian/ecj-bootstrap-gcj.postinst @@ -1,6 +1,6 @@ #! /bin/sh -e -update-alternatives --quiet --install /usr/bin/ecj ecj /usr/bin/ecj-bootstrap-gcj 4 +update-alternatives --quiet --install /usr/bin/ecj ecj /usr/bin/ecj-bootstrap-gcj 4 \ --slave /usr/share/man/man1/ecj.1.gz ecj.1.gz /usr/share/man/man1/ecj-bootstrap.1.gz update-alternatives --quiet --install /usr/bin/javac javac /usr/bin/ecj-bootstrap-gcj 144 \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

