Package: libwps Version: 0.2.9 Severity: normal Tags: patch Hi,
When trying to build libwps on the new architecture (I am using ppc64el), it fails because the config.{sub,guess} is not updated by debian/rules dh_autoreconf. Justing the following patch, it call autoreconf and the config files are updated, so, the package seems to be compiling fine. Thank you, 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: libwps-0.2.9/debian/rules =================================================================== --- libwps-0.2.9.orig/debian/rules 2013-06-24 14:37:41.000000000 +0000 +++ libwps-0.2.9/debian/rules 2014-05-15 13:21:03.000000000 +0000 @@ -30,7 +30,7 @@ configure: configure-stamp configure-stamp: dh_testdir - dh_autoreconf $(CURDIR)/autogen.sh + dh_autoreconf ./configure --prefix=/usr --enable-static --disable-werror touch configure-stamp