diff -Nru python3.5-3.5.1~rc1/debian/changelog python3.5-3.5.1~rc1/debian/changelog --- python3.5-3.5.1~rc1/debian/changelog 2015-11-24 10:52:49.000000000 +0000 +++ python3.5-3.5.1~rc1/debian/changelog 2015-12-02 07:03:13.000000000 +0000 @@ -1,3 +1,10 @@ +python3.5 (3.5.1~rc1-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. + + -- Raspbian forward porter Wed, 02 Dec 2015 07:03:12 +0000 + python3.5 (3.5.1~rc1-2) unstable; urgency=medium * Build-depend on time. diff -Nru python3.5-3.5.1~rc1/debian/rules python3.5-3.5.1~rc1/debian/rules --- python3.5-3.5.1~rc1/debian/rules 2015-11-23 22:20:30.000000000 +0000 +++ python3.5-3.5.1~rc1/debian/rules 2015-12-02 07:03: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