diff -Nru qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/changelog qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/changelog --- qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/changelog 2014-09-04 19:25:55.000000000 +0000 +++ qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/changelog 2014-09-20 12:18:31.000000000 +0000 @@ -1,3 +1,9 @@ +qt4-x11 (4:4.8.6+git64-g5dc8b2b+dfsg-2+rpi1) jessie-staging; urgency=low + + * Disable neon + + -- Peter Micheal Green Thu, 31 Jul 2014 22:56:54 +0000 + qt4-x11 (4:4.8.6+git64-g5dc8b2b+dfsg-2) unstable; urgency=medium [ Lisandro Damián Nicanor Pérez Meyer ] @@ -8,7 +14,7 @@ * Add xmlpatterns_stack_overflow_fix.diff which changes a recursive call into iteration fixing stack overflow in XmlPatterns. - -- Lisandro Damián Nicanor Pérez Meyer Thu, 04 Sep 2014 16:25:52 -0300 + -- Lisandro Damián Nicanor Pérez Meyer Sat, 20 Sep 2014 12:18:05 +0000 qt4-x11 (4:4.8.6+git64-g5dc8b2b+dfsg-1) unstable; urgency=medium diff -Nru qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules --- qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules 2014-08-23 15:27:36.000000000 +0000 +++ qt4-x11-4.8.6+git64-g5dc8b2b+dfsg/debian/rules 2014-09-20 12:18:31.000000000 +0000 @@ -51,7 +51,7 @@ armv6_architectures := armhf 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)