diff -Nru boinc-app-seti-7.28~svn2633/debian/changelog boinc-app-seti-7.28~svn2633/debian/changelog --- boinc-app-seti-7.28~svn2633/debian/changelog 2014-10-18 10:53:21.000000000 +0000 +++ boinc-app-seti-7.28~svn2633/debian/changelog 2014-11-23 15:14:49.000000000 +0000 @@ -1,3 +1,9 @@ +boinc-app-seti (7.28~svn2633-3+rpi1) jessie-staging; urgency=medium + + * Disable neon + + -- Peter Michael Green Sun, 23 Nov 2014 15:14:28 +0000 + boinc-app-seti (7.28~svn2633-3) unstable; urgency=medium * Bump std-version to 3.9.6, no changes required. diff -Nru boinc-app-seti-7.28~svn2633/debian/patches/raspbian-remove-neon-analyzeprocs boinc-app-seti-7.28~svn2633/debian/patches/raspbian-remove-neon-analyzeprocs --- boinc-app-seti-7.28~svn2633/debian/patches/raspbian-remove-neon-analyzeprocs 1970-01-01 00:00:00.000000000 +0000 +++ boinc-app-seti-7.28~svn2633/debian/patches/raspbian-remove-neon-analyzeprocs 2014-11-23 15:14:49.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~svn2633/debian/patches/series boinc-app-seti-7.28~svn2633/debian/patches/series --- boinc-app-seti-7.28~svn2633/debian/patches/series 2014-10-18 10:53:21.000000000 +0000 +++ boinc-app-seti-7.28~svn2633/debian/patches/series 2014-11-23 15:15:16.000000000 +0000 @@ -11,3 +11,4 @@ #005_powerpc_altivec.patch 006_omitting_archs.patch 007_worker_comments.patch +raspbian-remove-neon-analyzeprocs diff -Nru boinc-app-seti-7.28~svn2633/debian/rules boinc-app-seti-7.28~svn2633/debian/rules --- boinc-app-seti-7.28~svn2633/debian/rules 2014-08-30 18:15:09.000000000 +0000 +++ boinc-app-seti-7.28~svn2633/debian/rules 2014-11-23 15:14:49.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