diff -Nru qt4-x11-4.8.2+dfsg/debian/changelog qt4-x11-4.8.2+dfsg/debian/changelog --- qt4-x11-4.8.2+dfsg/debian/changelog 2013-01-19 19:48:19.000000000 +0000 +++ qt4-x11-4.8.2+dfsg/debian/changelog 2013-01-26 23:21:22.000000000 +0000 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.2+dfsg-10+rpi1) wheezy-staging; urgency=low + + * Disable neon + + -- Peter Micheal Green Fri, 25 Jan 2013 23:19:26 +0000 + qt4-x11 (4:4.8.2+dfsg-10) unstable; urgency=medium * Add SSL-certificates-blacklist-mis-issued-Turktrust-cert.patch to blacklist diff -Nru qt4-x11-4.8.2+dfsg/debian/rules qt4-x11-4.8.2+dfsg/debian/rules --- qt4-x11-4.8.2+dfsg/debian/rules 2013-01-19 19:37:34.000000000 +0000 +++ qt4-x11-4.8.2+dfsg/debian/rules 2013-01-25 23:19:52.000000000 +0000 @@ -54,7 +54,7 @@ armv6_architectures += armel endif ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(armv6_architectures))) - extra_configure_opts += -arch armv6 + extra_configure_opts += -arch armv6 -no-neon endif ifeq ($(vendor),Ubuntu)