This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 1931e73e22b00495a77b03b910d58ea7fd3b52f9 Author: Matthias Klose <[email protected]> Date: Thu Jan 24 19:11:08 2008 +0100 Imported Debian patch 3.3.0+0728-7 --- debian/changelog | 6 ++++++ debian/control | 6 +++--- debian/rules | 10 +++++----- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa3264e..e1d36ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ecj (3.3.0+0728-7) unstable; urgency=low + + * Build using gcj-4.3 on all archs but alpha. + + -- Matthias Klose <[email protected]> Thu, 24 Jan 2008 19:11:08 +0100 + ecj (3.3.0+0728-6) unstable; urgency=low * Build-depend on libecj-java on arm. diff --git a/debian/control b/debian/control index 704376b..dadb49c 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jerry Haltom <[email protected]>, Michael Koch <[email protected]>, Matthias Klose <[email protected]> Build-Depends: cdbs (>= 0.4.26), debhelper (>= 5), - gcj-4.2 (>= 4.2.1-3) [!alpha !m68k], gcj-4.1 (>= 4.1.2) [alpha m68k], - libgcj-bc (>= 4.2.1-2) [!alpha !m68k], libgcj-bc (>= 4.1.2) [alpha m68k], + gcj-4.3 (>= 4.3-20010116) [!alpha], gcj-4.1 (>= 4.1.2) [alpha], + libgcj-bc (>= 4.2.1-2) [!alpha], libgcj-bc (>= 4.1.2) [alpha], libecj-java (>= 3.3.0+0728) [arm], unzip [arm], fastjar, ant, zip, dpkg (>= 1.13.19), python, time Build-Conflicts: ecj-bootstrap-gcj (<< 3.2.2) -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: ecj Architecture: any diff --git a/debian/rules b/debian/rules index 8521789..5cba846 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,11 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -ifeq (,$(filter $(DEB_HOST_ARCH), alpha m68k)) - GCC_VERSION = 4.2 - LIBGCJ_EXT = 8 - LIBGCJ_SOVER = 81 - REQ_VERSION = 4.2.1 +ifeq (,$(filter $(DEB_HOST_ARCH), m68k)) + GCC_VERSION = 4.3 + LIBGCJ_EXT = 9 + LIBGCJ_SOVER = 90 + REQ_VERSION = 4.3 else GCC_VERSION = 4.1 LIBGCJ_EXT = 7 -- 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

