diff -Nru boinc-app-seti-7.28~svn2203/debian/changelog boinc-app-seti-7.28~svn2203/debian/changelog --- boinc-app-seti-7.28~svn2203/debian/changelog 2014-04-14 07:52:00.000000000 +0000 +++ boinc-app-seti-7.28~svn2203/debian/changelog 2014-05-10 12:23:24.000000000 +0000 @@ -1,3 +1,9 @@ +boinc-app-seti (7.28~svn2203-1+rpi1) jessie-staging; urgency=medium + + * Disable neon + + -- Peter Michael Green Sat, 10 May 2014 12:23:17 +0000 + boinc-app-seti (7.28~svn2203-1) unstable; urgency=medium * New upstream release, patch refresh. diff -Nru boinc-app-seti-7.28~svn2203/debian/patches/raspbian-remove-neon-analyzeprocs boinc-app-seti-7.28~svn2203/debian/patches/raspbian-remove-neon-analyzeprocs --- boinc-app-seti-7.28~svn2203/debian/patches/raspbian-remove-neon-analyzeprocs 1970-01-01 00:00:00.000000000 +0000 +++ boinc-app-seti-7.28~svn2203/debian/patches/raspbian-remove-neon-analyzeprocs 2014-05-10 13:09:01.000000000 +0000 @@ -0,0 +1,30 @@ +Description: remove neon analyzeprocs + This package now has a --disable-neon option which diables the code that calls + the neon analyzeprocs. Unfortunately it doesn't stop them being built and + linked in which causes the package to set off our armv7 contamination checker. + We manually remove it from the list of objects to build/include. +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- boinc-app-seti-7.28~svn2203.orig/client/Makefile.am ++++ boinc-app-seti-7.28~svn2203/client/Makefile.am +@@ -71,7 +71,6 @@ seti_boinc_SOURCES = \ + vector/analyzeFuncs_avx.cpp \ + vector/analyzeFuncs_x86_64.cpp \ + vector/analyzeFuncs_altivec.cpp \ +- vector/analyzeFuncs_neon.S \ + vector/analyzeFuncs_vfp.S \ + vector/analyzeFuncs_vfp_aux.cpp \ + vector/x86_float4.cpp \ diff -Nru boinc-app-seti-7.28~svn2203/debian/patches/series boinc-app-seti-7.28~svn2203/debian/patches/series --- boinc-app-seti-7.28~svn2203/debian/patches/series 2014-04-14 05:10:26.000000000 +0000 +++ boinc-app-seti-7.28~svn2203/debian/patches/series 2014-05-10 13:07:31.000000000 +0000 @@ -11,3 +11,4 @@ 006_omitting_archs.patch 007_worker_comments.patch fix-armhf.patch +raspbian-remove-neon-analyzeprocs diff -Nru boinc-app-seti-7.28~svn2203/debian/rules boinc-app-seti-7.28~svn2203/debian/rules --- boinc-app-seti-7.28~svn2203/debian/rules 2014-04-13 22:00:08.000000000 +0000 +++ boinc-app-seti-7.28~svn2203/debian/rules 2014-05-10 12:23:09.000000000 +0000 @@ -110,7 +110,8 @@ --enable-client \ --disable-server \ --enable-dependency-tracking \ - --with-gnu-ld $(SETIEXTRAFLAGS) + --with-gnu-ld $(SETIEXTRAFLAGS) \ + --disable-neon override_dh_auto_configure: #./_autosetup