Author: ebourg-guest Date: 2017-01-10 17:22:21 +0000 (Tue, 10 Jan 2017) New Revision: 19196
Modified: trunk/ecj/debian/changelog trunk/ecj/debian/control trunk/ecj/debian/rules Log: Imported ecj/3.11.0-5 Modified: trunk/ecj/debian/changelog =================================================================== --- trunk/ecj/debian/changelog 2017-01-10 17:21:47 UTC (rev 19195) +++ trunk/ecj/debian/changelog 2017-01-10 17:22:21 UTC (rev 19196) @@ -1,3 +1,9 @@ +ecj (3.11.0-5) unstable; urgency=medium + + * Work around build failures on amd64 and s390x. + + -- Matthias Klose <[email protected]> Fri, 05 Aug 2016 12:28:08 +0200 + ecj (3.11.0-4) unstable; urgency=medium * Build using GCC 6. Modified: trunk/ecj/debian/control =================================================================== --- trunk/ecj/debian/control 2017-01-10 17:21:47 UTC (rev 19195) +++ trunk/ecj/debian/control 2017-01-10 17:22:21 UTC (rev 19196) @@ -3,8 +3,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Matthias Klose <[email protected]> -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-Depends: debhelper (>= 9), gcj-6-jdk, libgcj-bc, fastjar, ant, zip, unzip, dpkg (>= 1.13.19), python, time +Build-Depends-Indep: maven-repo-helper, default-jre-headless Build-Conflicts: ecj-bootstrap-gcj (<< 3.8.2) Standards-Version: 3.9.8 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/ecj Modified: trunk/ecj/debian/rules =================================================================== --- trunk/ecj/debian/rules 2017-01-10 17:21:47 UTC (rev 19195) +++ trunk/ecj/debian/rules 2017-01-10 17:22:21 UTC (rev 19196) @@ -27,6 +27,10 @@ with_rebuild := yes with_sourcebuild := yes +ifneq (,$(filter $(DEB_HOST_ARCH), s390x)) + with_sourcebuild := +endif + ifneq (,$(filter $(DEB_HOST_ARCH), arm armel)) with_rebuild := no endif _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

