diff -Nru python3.5-3.5.0/debian/changelog python3.5-3.5.0/debian/changelog --- python3.5-3.5.0/debian/changelog 2015-09-13 15:59:44.000000000 +0000 +++ python3.5-3.5.0/debian/changelog 2015-09-21 00:45:31.000000000 +0000 @@ -1,3 +1,10 @@ +python3.5 (3.5.0-1+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 Mon, 21 Sep 2015 00:45:30 +0000 + python3.5 (3.5.0-1) unstable; urgency=medium * Python 3.5.0 release. diff -Nru python3.5-3.5.0/debian/rules python3.5-3.5.0/debian/rules --- python3.5-3.5.0/debian/rules 2015-07-06 12:23:16.000000000 +0000 +++ python3.5-3.5.0/debian/rules 2015-09-21 00:45:31.000000000 +0000 @@ -153,7 +153,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