diff -Nru python3.5-3.5.0/debian/changelog python3.5-3.5.0/debian/changelog --- python3.5-3.5.0/debian/changelog 2015-10-11 09:23:51.000000000 +0000 +++ python3.5-3.5.0/debian/changelog 2015-10-20 02:21:13.000000000 +0000 @@ -1,3 +1,10 @@ +python3.5 (3.5.0-3+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 3.5.0~a4-5+rpi1 by Peter Michael Green at Mon, 25 May 2015 12:14:58 +0000] + * Disable pgo, it seems to be causing the build to fail. + + -- Raspbian forward porter Tue, 20 Oct 2015 02:21:13 +0000 + python3.5 (3.5.0-3) unstable; urgency=medium * Update to 20151011 from the 3.5 branch. diff -Nru python3.5-3.5.0/debian/rules python3.5-3.5.0/debian/rules --- python3.5-3.5.0/debian/rules 2015-10-10 09:14:33.000000000 +0000 +++ python3.5-3.5.0/debian/rules 2015-10-20 02:21:13.000000000 +0000 @@ -155,7 +155,7 @@ ifeq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) ifeq ($(DEB_HOST_ARCH_OS),linux) - ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 armel armhf i386 powerpc ppc64 ppc64el)) + ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 armel i386 powerpc ppc64 ppc64el)) with_pgo := yes endif endif