Package: src:gpt Followup-For: Bug #727879 Tags: patch User: [email protected] Usertags: ppc64el User: [email protected] Usertags: autoreconf
Dear Maintainer, I have tried to build the package gpt from source in ppc64el, including autotools_dev, as firstly recommended by Matthias, but it failed. Adding autoreconf, as also recommended by Matthias, fixed the problem, though, and the package was built successfully. I created the patch attached so it includes autoreconf to the build. Thanks and Regards. Fernando -- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru gpt-1.1/debian/control gpt-1.1/debian/control --- gpt-1.1/debian/control 2012-05-06 03:58:53.000000000 +0000 +++ gpt-1.1/debian/control 2014-06-17 14:48:06.000000000 +0000 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Marcelo Jorge Vieira (metal) <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, antlr, libantlr-dev, libpcre3-dev, locales +Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, antlr, libantlr-dev, libpcre3-dev, locales Standards-Version: 3.9.3 Homepage: http://gpt.berlios.de Vcs-Git: git://git.debian.org/git/users/metal/gpt.git diff -Nru gpt-1.1/debian/rules gpt-1.1/debian/rules --- gpt-1.1/debian/rules 2012-05-04 21:40:10.000000000 +0000 +++ gpt-1.1/debian/rules 2014-06-17 14:47:52.000000000 +0000 @@ -7,7 +7,7 @@ LOCALE_CHARSET=UTF-8 %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --with-antlr=/usr/share/antlr --enable-install-devel

