diffstat of debian/ for f-spot_0.8.2-5.1 f-spot_0.8.2-5.1ubuntu1 changelog | 6 ++++++ patches/series | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff -u f-spot-0.8.2/debian/changelog f-spot-0.8.2/debian/changelog --- f-spot-0.8.2/debian/changelog +++ f-spot-0.8.2/debian/changelog @@ -1,3 +1,9 @@ +f-spot (0.8.2-5.1ubuntu1) trusty; urgency=medium + + * Patch aclocal.m4 and configure to build on ppc64el. + + -- Matthias Klose Sat, 18 Jan 2014 14:20:32 +0100 + f-spot (0.8.2-5.1) unstable; urgency=low * Non-maintainer upload. diff -u f-spot-0.8.2/debian/patches/series f-spot-0.8.2/debian/patches/series --- f-spot-0.8.2/debian/patches/series +++ f-spot-0.8.2/debian/patches/series @@ -4,0 +5 @@ +ppc64el.diff --- f-spot-0.8.2.orig/debian/patches/ppc64el.diff +++ f-spot-0.8.2/debian/patches/ppc64el.diff @@ -0,0 +1,56 @@ +Index: b/configure +=================================================================== +--- a/configure ++++ b/configure +@@ -6585,7 +6585,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; +- ppc64-*linux*|powerpc64-*linux*) ++ powerpc64le-*) ++ LD="${LD-ld} -m elf32lppclinux" ++ ;; ++ powerpc64-*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) +@@ -6604,7 +6607,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; +- ppc*-*linux*|powerpc*-*linux*) ++ powerpcle-*) ++ LD="${LD-ld} -m elf64lppc" ++ ;; ++ powerpc-*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) +Index: b/aclocal.m4 +=================================================================== +--- a/aclocal.m4 ++++ b/aclocal.m4 +@@ -2340,7 +2340,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_i386" + ;; +- ppc64-*linux*|powerpc64-*linux*) ++ powerpc64le-*) ++ LD="${LD-ld} -m elf32lppclinux" ++ ;; ++ powerpc64-*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) +@@ -2359,7 +2362,10 @@ + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; +- ppc*-*linux*|powerpc*-*linux*) ++ powerpcle-*) ++ LD="${LD-ld} -m elf64lppc" ++ ;; ++ powerpc-*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*)