Package: yapet Version: 1.0-2 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, The yapet package is not able to be built on the new architectures due to config.{sub,guess} and {libtool,aclocal}.m4 files. The error found during the ppc64el building process could be found at: http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/yapet_1.0-2_ppc64el.build Thank you -- 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: yapet-1.0/debian/control =================================================================== --- yapet-1.0.orig/debian/control 2014-03-07 20:26:47.000000000 +0000 +++ yapet-1.0/debian/control 2014-06-05 19:27:04.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Salvatore Bonaccorso <car...@debian.org> Build-Depends: debhelper (>= 9), - autotools-dev, + dh-autoreconf, gettext, libncurses5-dev, libssl-dev Index: yapet-1.0/debian/rules =================================================================== --- yapet-1.0.orig/debian/rules 2014-03-07 20:26:47.000000000 +0000 +++ yapet-1.0/debian/rules 2014-06-05 19:26:53.000000000 +0000 @@ -2,4 +2,4 @@ # -*- makefile -*- %: - dh $@ --with autotools_dev + dh $@ --with autoreconf