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-06 16:16:57.000000000 +0000 +++ qt4-x11-4.8.2+dfsg/debian/changelog 2013-01-13 12:44:35.000000000 +0000 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.2+dfsg-9+rpi1) wheezy-staging; urgency=low + + * Disable neon + + -- Peter Micheal Green Sun, 13 Jan 2013 12:43:09 +0000 + qt4-x11 (4:4.8.2+dfsg-9) unstable; urgency=low * Fix the Breaks and Replaces version in libqtdbus4 to 4:4.8.2+dfsg-8 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-02 15:09:20.000000000 +0000 +++ qt4-x11-4.8.2+dfsg/debian/rules 2013-01-13 12:43:47.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)