Package: curtain Version: 0.3-1 Followup-For: Bug #747785 Tags: patch X-Debbugs-Cc: bren...@br.ibm.com User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
Dear Maintainer, In the ppc64el architecture, we need new libtool macros, and hence a full autoreconf is required. In ppc64el, the following patch was able to resolve the build issue. Thanks for considering the patch! Brahadambal Srinivasan -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -ruN curtain-0.3.orig/debian/control curtain-0.3/debian/control --- curtain-0.3.orig/debian/control 2014-10-29 08:49:18.000000000 +0000 +++ curtain-0.3/debian/control 2014-10-29 08:49:51.000000000 +0000 @@ -4,6 +4,7 @@ Maintainer: Andrea Colangelo <war...@debian.org> Build-Depends: debhelper (>= 9), autotools-dev, + dh-autoreconf, intltool, pkg-config, libgtk-3-dev diff -ruN curtain-0.3.orig/debian/rules curtain-0.3/debian/rules --- curtain-0.3.orig/debian/rules 2014-10-29 08:49:30.000000000 +0000 +++ curtain-0.3/debian/rules 2014-10-29 08:50:01.000000000 +0000 @@ -2,4 +2,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools_dev + dh $@ --with autotools_dev,autoreconf