Package: libzeitgeist Version: 0.3.18-1 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el User: [email protected] Usertags: autoreconf
Dear Maintainer, The package libzeitgeist fails to build from source on ppc64el since some libtool configuration files are out of date. Running dh-autoreconf will update such files and the package will build successfully. The patch attached will include it 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 libzeitgeist-0.3.18/debian/control libzeitgeist-0.3.18/debian/control --- libzeitgeist-0.3.18/debian/control 2011-11-30 17:49:31.000000000 +0000 +++ libzeitgeist-0.3.18/debian/control 2014-06-17 20:40:44.000000000 +0000 @@ -5,7 +5,8 @@ Build-Depends: debhelper (>= 7.0.50~), libglib2.0-dev (>= 2.26.0), libdbus-1-dev (>= 1.0), - gtk-doc-tools + gtk-doc-tools, + dh-autoreconf Standards-Version: 3.9.2 Vcs-Bzr: http://bazaar.launchpad.net/~zeitgeist-packagers/libzeitgeist/debian Vcs-Browser: https://code.edge.launchpad.net/~zeitgeist-packagers/libzeitgeist/debian diff -Nru libzeitgeist-0.3.18/debian/rules libzeitgeist-0.3.18/debian/rules --- libzeitgeist-0.3.18/debian/rules 2011-11-30 17:45:21.000000000 +0000 +++ libzeitgeist-0.3.18/debian/rules 2014-06-17 20:40:32.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --enable-gtk-doc

