Package: db6.0 Version: 6.0.19 Severity: normal User: [email protected] Usertags: ppc64el
Dear Maintainer, In order to have db6.0 compiled in ppc64el architecture, a autoreconf is needed. This patch follows the instructions on the wiki to do it, and, enable it to be build on this architecture. https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build Thanks for looking into it. Breno -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: db6.0-6.0.19/debian/control =================================================================== --- db6.0-6.0.19.orig/debian/control 2014-04-28 19:25:33.000000000 +0000 +++ db6.0-6.0.19/debian/control 2014-04-28 19:26:34.000000000 +0000 @@ -9,7 +9,7 @@ # For DEB_STAGE=stage1 build tcl-dev, javahelper, default-jdk, # gcj-native-helper can be dropped Build-Depends: debhelper (>= 9), - autotools-dev (>= 20100122.1), + dh-autoreconf, tcl-dev, procps [!hurd-i386], javahelper, Index: db6.0-6.0.19/debian/rules =================================================================== --- db6.0-6.0.19.orig/debian/rules 2014-04-28 19:25:33.000000000 +0000 +++ db6.0-6.0.19/debian/rules 2014-04-28 19:26:34.000000000 +0000 @@ -122,7 +122,7 @@ version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*') %: - dh $@ --with=autotools-dev $(DH_PLUGINS) + dh $@ --with autoreconf $(DH_PLUGINS) override_dh_auto_configure: JAVACFLAGS="$(JAVACFLAGS)" dh_auto_configure -Ddist -Bbuild -- $(CONFIGURE_SWITCHES)

