This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit afbc76d845b1eba9f52db35a0ec515af2122823d Author: Matthias Klose <[email protected]> Date: Thu Jan 24 19:58:40 2008 +0100 Imported Debian patch 3.3.0+0728-8 --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e1d36ea..f842201 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ecj (3.3.0+0728-8) unstable; urgency=low + + * Fix build failure on alpha. + + -- Matthias Klose <[email protected]> Thu, 24 Jan 2008 19:58:40 +0100 + ecj (3.3.0+0728-7) unstable; urgency=low * Build using gcj-4.3 on all archs but alpha. diff --git a/debian/rules b/debian/rules index 5cba846..b39f424 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -ifeq (,$(filter $(DEB_HOST_ARCH), m68k)) +ifeq (,$(filter $(DEB_HOST_ARCH), alpha)) GCC_VERSION = 4.3 LIBGCJ_EXT = 9 LIBGCJ_SOVER = 90 -- 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

