diff -Nru gmetadom-0.2.6/debian/changelog gmetadom-0.2.6/debian/changelog --- gmetadom-0.2.6/debian/changelog 2013-12-29 17:00:32.000000000 +0000 +++ gmetadom-0.2.6/debian/changelog 2014-10-14 14:13:55.000000000 +0000 @@ -1,26 +1,9 @@ -gmetadom (0.2.6-6ubuntu1) trusty; urgency=medium +gmetadom (0.2.6-6.1) unstable; urgency=low - * Patch aclocal.m4 and configure to support ppc64el. + * Non-maintainer upload. + * Use dh-autoreconf to build on newer architectures (Closes: 753334) - -- Matthias Klose Sun, 29 Dec 2013 18:00:02 +0100 - -gmetadom (0.2.6-6build3) trusty; urgency=medium - - * Rebuild for ocaml-4.01. - - -- Matthias Klose Mon, 23 Dec 2013 16:16:04 +0000 - -gmetadom (0.2.6-6build2) precise; urgency=low - - * Rebuild for OCaml 3.12.1. - - -- Colin Watson Sat, 19 Nov 2011 00:42:27 +0000 - -gmetadom (0.2.6-6build1) oneiric; urgency=low - - * Rebuild to pick up ocaml fixes on armel. - - -- Adam Conrad Wed, 24 Aug 2011 16:26:47 -0600 + -- Wookey Tue, 14 Oct 2014 14:12:30 +0000 gmetadom (0.2.6-6) unstable; urgency=low diff -Nru gmetadom-0.2.6/debian/control gmetadom-0.2.6/debian/control --- gmetadom-0.2.6/debian/control 2011-05-31 08:46:52.000000000 +0000 +++ gmetadom-0.2.6/debian/control 2014-10-14 14:14:34.000000000 +0000 @@ -5,6 +5,7 @@ Uploaders: Sylvain Le Gall Build-Depends: debhelper (>= 7), + dh-autoreconf, ocaml-nox (>= 3.11), ocaml-findlib (>= 1.2.4), libgdome2-dev, diff -Nru gmetadom-0.2.6/debian/patches/ppc64el.diff gmetadom-0.2.6/debian/patches/ppc64el.diff --- gmetadom-0.2.6/debian/patches/ppc64el.diff 2013-12-29 16:59:47.000000000 +0000 +++ gmetadom-0.2.6/debian/patches/ppc64el.diff 1970-01-01 00:00:00.000000000 +0000 @@ -1,56 +0,0 @@ -Index: b/aclocal.m4 -=================================================================== ---- a/aclocal.m4 -+++ b/aclocal.m4 -@@ -533,7 +533,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*) -@@ -549,7 +552,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*) -Index: b/configure -=================================================================== ---- a/configure -+++ b/configure -@@ -3201,7 +3201,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*) -@@ -3217,7 +3220,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*) diff -Nru gmetadom-0.2.6/debian/patches/series gmetadom-0.2.6/debian/patches/series --- gmetadom-0.2.6/debian/patches/series 2013-12-29 16:59:59.000000000 +0000 +++ gmetadom-0.2.6/debian/patches/series 2011-05-31 08:46:39.000000000 +0000 @@ -1,3 +1,2 @@ gcc-4.3.patch ld-as-needed.patch -ppc64el.diff diff -Nru gmetadom-0.2.6/debian/rules gmetadom-0.2.6/debian/rules --- gmetadom-0.2.6/debian/rules 2011-05-31 08:46:52.000000000 +0000 +++ gmetadom-0.2.6/debian/rules 2014-10-14 15:47:17.000000000 +0000 @@ -1,5 +1,6 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/ocaml.mk