[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#750664: src:xcb-util-renderutil: use dh-autoreconf to fix FTBFS on ppc64el



Package: src:xcb-util-renderutil
Version: 0.3.8-1
Severity: normal
Tags: patch

Dear Maintainer,

For the ppc64el architecture in Ubuntu, since this package uses libtool, a full autoreconf is necessary. This is because we need new libtool macros for ppc64el.

In Ubuntu, the attached patch was applied to achieve the following:

  * Build using dh-autoreconf.

Thanks for considering the patch.

Erwan Prioul.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Julien Danjou <acid@debian.or
            Arnaud Fontaine <arnau@debian.org>
 Build-Depends: cdbs (>= 0.4.93~),
                debhelper (>= 9),
+               dh-autoreconf,
                libxcb1-dev (>= 1.6),
                libxcb-render0-dev,
                pkg-config,
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 


Reply to: