Author: ebourg-guest Date: 2017-01-10 17:19:40 +0000 (Tue, 10 Jan 2017) New Revision: 19194
Modified: trunk/ecj/debian/changelog trunk/ecj/debian/control trunk/ecj/debian/rules Log: Imported ecj/3.11.0-3 Modified: trunk/ecj/debian/changelog =================================================================== --- trunk/ecj/debian/changelog 2017-01-07 01:46:29 UTC (rev 19193) +++ trunk/ecj/debian/changelog 2017-01-10 17:19:40 UTC (rev 19194) @@ -1,3 +1,9 @@ +ecj (3.11.0-3) unstable; urgency=medium + + * Build using GCC 6. + + -- Matthias Klose <[email protected]> Thu, 04 Aug 2016 09:03:11 +0200 + ecj (3.11.0-2) unstable; urgency=medium * Team upload. Modified: trunk/ecj/debian/control =================================================================== --- trunk/ecj/debian/control 2017-01-07 01:46:29 UTC (rev 19193) +++ trunk/ecj/debian/control 2017-01-10 17:19:40 UTC (rev 19194) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Matthias Klose <[email protected]> -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 Modified: trunk/ecj/debian/rules =================================================================== --- trunk/ecj/debian/rules 2017-01-07 01:46:29 UTC (rev 19193) +++ trunk/ecj/debian/rules 2017-01-10 17:19:40 UTC (rev 19194) @@ -11,7 +11,7 @@ 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) _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

