diff -Nru python3.5-3.5.1/debian/changelog python3.5-3.5.1/debian/changelog --- python3.5-3.5.1/debian/changelog 2015-12-10 16:14:43.000000000 +0000 +++ python3.5-3.5.1/debian/changelog 2015-12-21 23:35:39.000000000 +0000 @@ -1,3 +1,10 @@ +python3.5 (3.5.1-2+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. + + -- Peter Michael Green Mon, 21 Dec 2015 23:35:27 +0000 + python3.5 (3.5.1-2) unstable; urgency=medium * Disable LTO on Debian/s390x. diff -Nru python3.5-3.5.1/debian/rules python3.5-3.5.1/debian/rules --- python3.5-3.5.1/debian/rules 2015-12-10 16:14:16.000000000 +0000 +++ python3.5-3.5.1/debian/rules 2015-12-21 23:35:06.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 s390x)) + ifneq (,$(findstring $(DEB_HOST_ARCH), amd64 armel i386 powerpc ppc64 ppc64el s390x)) with_pgo := yes endif endif