Author: ebourg-guest Date: 2017-01-10 17:21:47 +0000 (Tue, 10 Jan 2017) New Revision: 19195
Modified: trunk/ecj/debian/changelog trunk/ecj/debian/rules Log: Imported ecj/3.11.0-4 Modified: trunk/ecj/debian/changelog =================================================================== --- trunk/ecj/debian/changelog 2017-01-10 17:19:40 UTC (rev 19194) +++ trunk/ecj/debian/changelog 2017-01-10 17:21:47 UTC (rev 19195) @@ -1,4 +1,4 @@ -ecj (3.11.0-3) unstable; urgency=medium +ecj (3.11.0-4) unstable; urgency=medium * Build using GCC 6. Modified: trunk/ecj/debian/rules =================================================================== --- trunk/ecj/debian/rules 2017-01-10 17:19:40 UTC (rev 19194) +++ trunk/ecj/debian/rules 2017-01-10 17:21:47 UTC (rev 19195) @@ -7,7 +7,7 @@ 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) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

