diff -Nru python3.5-3.5.0~a4/debian/changelog python3.5-3.5.0~a4/debian/changelog --- python3.5-3.5.0~a4/debian/changelog 2015-05-19 07:55:49.000000000 +0000 +++ python3.5-3.5.0~a4/debian/changelog 2015-05-25 12:15:25.000000000 +0000 @@ -1,3 +1,9 @@ +python3.5 (3.5.0~a4-5+rpi1) stretch-staging; urgency=medium + + * Disable pgo, it seems to be causing the build to fail. + + -- Peter Michael Green Mon, 25 May 2015 12:14:58 +0000 + python3.5 (3.5.0~a4-5) unstable; urgency=medium * Update to 20150519 from the trunk. diff -Nru python3.5-3.5.0~a4/debian/control python3.5-3.5.0~a4/debian/control --- python3.5-3.5.0~a4/debian/control 2015-05-19 07:57:22.000000000 +0000 +++ python3.5-3.5.0~a4/debian/control 2015-05-25 12:23:56.000000000 +0000 @@ -5,7 +5,7 @@ Build-Depends: debhelper (>= 5.0.51~), dpkg-dev (>= 1.17.11), quilt, autoconf, lsb-release, sharutils, - libreadline6-dev, libncursesw5-dev (>= 5.3), gcc (>= 4:4.9.2), + libreadline6-dev, libncursesw5-dev (>= 5.3), zlib1g-dev, libbz2-dev, liblzma-dev, libgdbm-dev, libdb-dev, tk-dev, blt-dev (>= 2.4z), libssl-dev, diff -Nru python3.5-3.5.0~a4/debian/rules python3.5-3.5.0~a4/debian/rules --- python3.5-3.5.0~a4/debian/rules 2015-05-18 13:20:28.000000000 +0000 +++ python3.5-3.5.0~a4/debian/rules 2015-05-25 12:14:44.000000000 +0000 @@ -145,7 +145,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