[ecj] 105/145: Build using GCC 6
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:34 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 f60827109d1d30c7df8860b42f1a4f2fc84fc875
Author: Matthias Klose <doko at debian.org>
Date: Thu Aug 4 09:03:11 2016 +0200
Build using GCC 6
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6d70e11..b9118f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ecj (3.11.0-3) unstable; urgency=medium
+
+ * Build using GCC 6.
+
+ -- Matthias Klose <doko at debian.org> Thu, 04 Aug 2016 09:03:11 +0200
+
ecj (3.11.0-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index f4bf90a..ddfead0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Matthias Klose <doko at debian.org>
-Build-Depends: debhelper (>= 9), gcj-5-jdk, libgcj-bc, fastjar, ant, zip, dpkg (>= 1.13.19), python, time
+Build-Depends: debhelper (>= 9), gcj-6-jdk, libgcj-bc, fastjar, ant, zip, dpkg (>= 1.13.19), python, time
Build-Depends-Indep: maven-repo-helper
Build-Conflicts: ecj-bootstrap-gcj (<< 3.8.2)
Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 71a3538..0a5975e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ GCC_VERSION := 5
LIBGCJ_EXT := $(shell ls -l /usr/lib/$(DEB_HOST_MULTIARCH)/libgcj_bc.so.1 | sed 's/.*\.//')
LIBGCJ_SOVER = $(LIBGCJ_EXT)
-LIBGCJ_SOVER = 16
+LIBGCJ_SOVER = 17
REQ_VERSION = 4.4.6
GCJ = gcj-$(GCC_VERSION)
--
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