Package: src:libotf Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, Package libotf fails to build from source on ppc64el due to libtool configuration files being out of date. The usage of dh-autoreconf, included in the patch attached, will update the files properly. 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/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: libotf-0.9.13/debian/control =================================================================== --- libotf-0.9.13.orig/debian/control 2012-12-14 14:26:02.000000000 +0000 +++ libotf-0.9.13/debian/control 2014-05-27 18:52:47.060002343 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Harshula Jayasuriya <harsh...@debian.org> DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 9), autotools-dev, libtool, libfreetype6-dev, zlib1g-dev, libice-dev, libsm-dev, libx11-dev, libxaw7-dev, libxmu-dev, libxt-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, libfreetype6-dev, zlib1g-dev, libice-dev, libsm-dev, libx11-dev, libxaw7-dev, libxmu-dev, libxt-dev Standards-Version: 3.9.3 Homepage: http://www.nongnu.org/m17n/ Index: libotf-0.9.13/debian/rules =================================================================== --- libotf-0.9.13.orig/debian/rules 2012-12-14 14:28:52.000000000 +0000 +++ libotf-0.9.13/debian/rules 2014-05-27 18:52:34.430006686 +0000 @@ -43,6 +43,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif + dh_autoreconf ./configure $(CROSS) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ @@ -69,6 +70,7 @@ ifneq "$(wildcard /usr/share/misc/config.guess)" "" rm -f config.guess endif + dh_autoreconf_clean dh_clean install: build