[ecj] 39/145: Import Debian changes 3.3.0+0728-7
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:26 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 75df2da5ebffed41047494ee2e5498d76ac82542
Author: Matthias Klose <doko at debian.org>
Date: Thu Jan 24 19:11:08 2008 +0100
Import Debian changes 3.3.0+0728-7
ecj (3.3.0+0728-7) unstable; urgency=low
* Build using gcj-4.3 on all archs but alpha.
---
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 <doko at debian.org> 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 <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.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
More information about the pkg-java-commits
mailing list