[ecj] 88/145: Import Debian changes 3.10.1-2
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:32 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 8d268a76e57961fb1379d236616a8d963ea0c597
Author: Matthias Klose <doko at debian.org>
Date: Tue Sep 1 01:32:26 2015 +0200
Import Debian changes 3.10.1-2
ecj (3.10.1-2) unstable; urgency=medium
* Build using GCC 5.
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/rules | 4 ++--
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8fc75a5..214a737 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ecj (3.10.1-2) unstable; urgency=medium
+
+ * Build using GCC 5.
+
+ -- Matthias Klose <doko at debian.org> Tue, 01 Sep 2015 01:32:26 +0200
+
ecj (3.10.1-1) unstable; urgency=medium
* Upstream 3.10.1 release (marketing version 4.4.1).
diff --git a/debian/control b/debian/control
index 4f308e2..ef00864 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Matthias Klose <doko at debian.org>
Build-Depends: cdbs (>= 0.4.90ubuntu9), debhelper (>= 9),
- gcj-4.9-jdk (>= 4.9.1),
- libgcj-bc (>= 4.6.3),
+ gcj-5-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)
diff --git a/debian/rules b/debian/rules
index bf77615..cfbd0cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,11 @@ VERSION := $(shell dpkg-parsechangelog --show-field Version | sed 's/-[^-]
UVERSION := $(shell echo $(VERSION) | sed 's/~.*//')
GCC_VERSION := $(shell ls -l /usr/bin/gcj | sed 's/.*-> gcj-\(.*\)/\1/')
-GCC_VERSION := 4.9
+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 = 15
+LIBGCJ_SOVER = 16
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