[ecj] 45/145: Import Debian changes 3.4.2-2
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:27 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository ecj.
commit eaf3e5e946881c7af79edd52ae3ed918ec49891b
Author: Matthias Klose <doko at debian.org>
Date: Sun Apr 26 21:02:40 2009 +0200
Import Debian changes 3.4.2-2
ecj (3.4.2-2) experimental; urgency=low
* Build using gcj-4.4-jdk.
* Build for hppa.
---
debian/changelog | 7 +++++++
debian/control | 6 +++---
debian/rules | 10 +++++-----
3 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f9a4512..e03384c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ecj (3.4.2-2) experimental; urgency=low
+
+ * Build using gcj-4.4-jdk.
+ * Build for hppa.
+
+ -- Matthias Klose <doko at debian.org> Sun, 26 Apr 2009 21:02:40 +0200
+
ecj (3.4.2-1) unstable; urgency=low
* New upstream version 3.4.2, built from the v_894_R34x tag,
diff --git a/debian/control b/debian/control
index c350813..382f10d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Jerry Haltom <wasabi at larvalstage.net>, Michael Koch <konqueror at gmx.de>, Matthias Klose <doko at debian.org>
Build-Depends: cdbs (>= 0.4.26), debhelper (>= 5),
- gcj-4.3 (>= 4.3.0-1),
- libgcj-bc (>= 4.2.1-2),
- libecj-java (>= 3.3.0+0728) [arm], unzip [arm],
+ gcj-4.4-jdk,
+ libgcj-bc (>= 4.3.3-1),
+ libecj-java (>= 3.4.2) [arm], unzip [arm],
fastjar, ant, zip, dpkg (>= 1.13.19), python, time
Build-Conflicts: ecj-bootstrap-gcj (<< 3.2.2)
Standards-Version: 3.7.3
diff --git a/debian/rules b/debian/rules
index 07c6e10..4a43f49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,10 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-GCC_VERSION = 4.3
-LIBGCJ_EXT = 9
-LIBGCJ_SOVER = 90
-REQ_VERSION = 4.3.3
+GCC_VERSION = 4.4
+LIBGCJ_EXT = 10
+LIBGCJ_SOVER = 10
+REQ_VERSION = 4.4.0
ant_version = 1.7
ant_version =
@@ -42,7 +42,7 @@ eclipse_root = $(CURDIR)/../eclipse
build/ecj:: build/stamp-bytecode build/stamp-nativecode
build/stamp-bytecode:
-ifneq (,$(findstring $(DEB_HOST_ARCH),arm hppa))
+ifneq (,$(findstring $(DEB_HOST_ARCH),arm))
@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
More information about the pkg-java-commits
mailing list