diff -Nru gammaray-2.1.0/debian/changelog gammaray-2.1.0/debian/changelog --- gammaray-2.1.0/debian/changelog 2014-07-27 23:22:53.000000000 +0800 +++ gammaray-2.1.0/debian/changelog 2014-10-09 13:27:00.000000000 +0800 @@ -1,3 +1,11 @@ +gammaray (2.1.0-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS on mips64(el), as on mips* platform, they use the same + e_machine value (Closes: #761805). + + -- YunQiang Su Thu, 09 Oct 2014 13:24:02 +0800 + gammaray (2.1.0-3) unstable; urgency=medium * Team upload. diff -Nru gammaray-2.1.0/debian/patches/debian-archs-fix-build.patch gammaray-2.1.0/debian/patches/debian-archs-fix-build.patch --- gammaray-2.1.0/debian/patches/debian-archs-fix-build.patch 2014-07-27 23:18:44.000000000 +0800 +++ gammaray-2.1.0/debian/patches/debian-archs-fix-build.patch 2014-10-09 13:22:53.000000000 +0800 @@ -37,7 +37,7 @@ # uname reports different ARM versions, unlike ELF, so map all this to "arm" if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm") set(GAMMARAY_PROBE_ABI "${GAMMARAY_PROBE_ABI}-arm") -+ elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "mips64" AND CMAKE_SIZEOF_VOID_P EQUAL 4) ++ elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "mips64") + set(GAMMARAY_PROBE_ABI "${GAMMARAY_PROBE_ABI}-mips") + elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "ppc64el") + set(GAMMARAY_PROBE_ABI "${GAMMARAY_PROBE_ABI}-ppc64")