diff -Nru litl-0.1.5+dfsg/debian/changelog litl-0.1.5+dfsg/debian/changelog --- litl-0.1.5+dfsg/debian/changelog 2014-06-10 12:00:14.000000000 +0000 +++ litl-0.1.5+dfsg/debian/changelog 2014-07-19 15:02:19.000000000 +0000 @@ -1,3 +1,9 @@ +litl (0.1.5+dfsg-1+rpi1) jessie-staging; urgency=medium + + * Don't use armv7 cflags. + + -- Peter Michael Green Sat, 19 Jul 2014 15:02:08 +0000 + litl (0.1.5+dfsg-1) unstable; urgency=medium * New upstream release. diff -Nru litl-0.1.5+dfsg/debian/patches/no-armv7 litl-0.1.5+dfsg/debian/patches/no-armv7 --- litl-0.1.5+dfsg/debian/patches/no-armv7 1970-01-01 00:00:00.000000000 +0000 +++ litl-0.1.5+dfsg/debian/patches/no-armv7 2014-07-19 15:03:57.000000000 +0000 @@ -0,0 +1,26 @@ +Description: Don't use armv7 cflags. +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: + +--- litl-0.1.5+dfsg.orig/configure.ac ++++ litl-0.1.5+dfsg/configure.ac +@@ -66,7 +66,6 @@ case "$host" in + arm*-*) + AC_MSG_WARN([ARCH: ARM]) + arch_str="ARM" +- CFLAGS="$CFLAGS -marm -march=armv7-a" + ;; + *) + AC_MSG_WARN([unknown architecture: falling back to x86_64]) diff -Nru litl-0.1.5+dfsg/debian/patches/series litl-0.1.5+dfsg/debian/patches/series --- litl-0.1.5+dfsg/debian/patches/series 2014-06-10 11:57:14.000000000 +0000 +++ litl-0.1.5+dfsg/debian/patches/series 2014-07-19 15:03:45.000000000 +0000 @@ -1 +1,2 @@ nested_function +no-armv7