This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ecj.
commit 2a7278656d285a1b9ee6022a056f65062f7544ed Author: Matthias Klose <[email protected]> Date: Tue Apr 28 07:56:20 2009 +0200 Imported Debian patch 3.4.2-3 --- debian/changelog | 6 ++++++ debian/rules | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e03384c..9b68f34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ecj (3.4.2-3) experimental; urgency=low + + * Fix ecj dependencies for gcj-4.4. + + -- Matthias Klose <[email protected]> Tue, 28 Apr 2009 07:56:20 +0200 + ecj (3.4.2-2) experimental; urgency=low * Build using gcj-4.4-jdk. diff --git a/debian/rules b/debian/rules index 4a43f49..1deddc3 100755 --- a/debian/rules +++ b/debian/rules @@ -30,8 +30,8 @@ ifneq (,$(filter $(DEB_HOST_ARCH), arm)) endif DEB_DH_GENCONTROL_ARGS = -- \ - '-Vpkg:gij=$(GIJ) (>= $(REQ_VERSION))' \ - '-Vpkg:libgcjjar=libgcj$(LIBGCJ_EXT)-jar (>= $(REQ_VERSION))' + '-Vpkg:gij=gcj-$(GCC_VERSION)-jdk (>= $(REQ_VERSION))' \ + '-Vpkg:libgcjjar=gcj-$(GCC_VERSION)-jre-lib (>= $(REQ_VERSION))' JAR = eclipse-ecj.jar -- 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

