[ecj] 106/145: Import Debian changes 3.11.0-4
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 62e9d770f9c0c1199c20a8ef7a7d51550405e2fa
Author: Matthias Klose <doko at debian.org>
Date: Thu Aug 4 09:03:11 2016 +0200
Import Debian changes 3.11.0-4
ecj (3.11.0-4) unstable; urgency=medium
* Build using GCC 6.
---
debian/changelog | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b9118f4..29104e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ecj (3.11.0-3) unstable; urgency=medium
+ecj (3.11.0-4) unstable; urgency=medium
* Build using GCC 6.
diff --git a/debian/rules b/debian/rules
index 0a5975e..bb8b337 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ 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 := 5
+GCC_VERSION := 6
LIBGCJ_EXT := $(shell ls -l /usr/lib/$(DEB_HOST_MULTIARCH)/libgcj_bc.so.1 | sed 's/.*\.//')
LIBGCJ_SOVER = $(LIBGCJ_EXT)
--
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