diff -Nru boinc-app-seti-7.28~svn3106/debian/changelog boinc-app-seti-7.28~svn3106/debian/changelog --- boinc-app-seti-7.28~svn3106/debian/changelog 2015-10-28 11:36:54.000000000 +0000 +++ boinc-app-seti-7.28~svn3106/debian/changelog 2015-11-04 03:55:57.000000000 +0000 @@ -1,3 +1,10 @@ +boinc-app-seti (7.28~svn3106-1+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 7.28~svn2633-3+rpi1 by Peter Michael Green at Sun, 23 Nov 2014 15:14:28 +0000] + * Disable neon + + -- Raspbian forward porter Wed, 04 Nov 2015 03:55:57 +0000 + boinc-app-seti (7.28~svn3106-1) unstable; urgency=medium * New upstream release. diff -Nru boinc-app-seti-7.28~svn3106/debian/patches/raspbian-remove-neon-analyzeprocs boinc-app-seti-7.28~svn3106/debian/patches/raspbian-remove-neon-analyzeprocs --- boinc-app-seti-7.28~svn3106/debian/patches/raspbian-remove-neon-analyzeprocs 1970-01-01 00:00:00.000000000 +0000 +++ boinc-app-seti-7.28~svn3106/debian/patches/raspbian-remove-neon-analyzeprocs 2015-11-04 03:55:57.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~svn3106/debian/patches/series boinc-app-seti-7.28~svn3106/debian/patches/series --- boinc-app-seti-7.28~svn3106/debian/patches/series 2015-08-07 08:46:03.000000000 +0000 +++ boinc-app-seti-7.28~svn3106/debian/patches/series 2015-11-04 03:55:57.000000000 +0000 @@ -11,3 +11,4 @@ 006_omitting_archs.patch 007_worker_comments.patch 216-fix-build.patch +raspbian-remove-neon-analyzeprocs diff -Nru boinc-app-seti-7.28~svn3106/debian/rules boinc-app-seti-7.28~svn3106/debian/rules --- boinc-app-seti-7.28~svn3106/debian/rules 2014-08-30 18:15:09.000000000 +0000 +++ boinc-app-seti-7.28~svn3106/debian/rules 2015-11-04 03:55:57.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