Package: gegl Version: 0.2.0-4 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el, autoreconf
Dear Maintainer, While trying to build gegl on ppc64el, it failed, due to libtool and configuration files not being updated. Please consider this patch, which uses dh-autoreconf to fulfill that need. Thanks! 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
--- gegl-0.2.0.orig/debian/control 2013-09-10 15:33:13.000000000 +0000 +++ gegl-0.2.0/debian/control 2014-05-05 20:32:13.140003945 +0000 @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Matteo F. Vescovi <[email protected]> -Build-Depends: autotools-dev, +Build-Depends: dh-autoreconf, cdbs (>= 0.4.93~), debhelper (>= 9), gnome-pkg-tools, Index: gegl-0.2.0/debian/rules =================================================================== --- gegl-0.2.0.orig/debian/rules 2013-09-10 15:33:13.000000000 +0000 +++ gegl-0.2.0/debian/rules 2014-05-05 20:31:57.710002322 +0000 @@ -6,6 +6,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/cdbs/1/rules/autoreconf.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk export LDFLAGS += -Wl,--as-needed

