This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit f91422e2a9b4369d60df9a685a7f96cec5c5f461 Author: Matthias Klose <[email protected]> Date: Sun Feb 1 09:31:00 2009 +0100 Imported Debian patch 3.3.0+0728-11 --- debian/changelog | 6 ++++++ debian/rules | 17 +++++------------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index eda089f..6954187 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ecj (3.3.0+0728-11) unstable; urgency=low + + * Build again for alpha. + + -- Matthias Klose <[email protected]> Sun, 01 Feb 2009 09:31:00 +0100 + ecj (3.3.0+0728-10) unstable; urgency=low * libecj-java: Recommend default-jre-headless | java2-runtime-headless diff --git a/debian/rules b/debian/rules index 695171c..2875449 100755 --- a/debian/rules +++ b/debian/rules @@ -5,17 +5,10 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -ifeq (,$(filter $(DEB_HOST_ARCH), alpha)) - GCC_VERSION = 4.3 - LIBGCJ_EXT = 9 - LIBGCJ_SOVER = 90 - REQ_VERSION = 4.3.0 -else - GCC_VERSION = 4.1 - LIBGCJ_EXT = 7 - LIBGCJ_SOVER = 71 - REQ_VERSION = 4.1.2-3 -endif +GCC_VERSION = 4.3 +LIBGCJ_EXT = 9 +LIBGCJ_SOVER = 90 +REQ_VERSION = 4.3.3 ant_version = 1.7 ant_version = @@ -49,7 +42,7 @@ eclipse_root = $(CURDIR)/../eclipse build/ecj:: build/stamp-bytecode build/stamp-nativecode build/stamp-bytecode: -ifneq (,$(findstring $(DEB_HOST_ARCH),alpha arm hppa)) +ifneq (,$(findstring $(DEB_HOST_ARCH),arm hppa)) @echo 'ecj is not built anymore on this architecture.' @echo 'People insist on 100% compatible packages without providing any help.' @echo 'The porter lists are quiet on the topic of better gij/gcj support for -- 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

