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

Bug#748983: xcb-util: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4



Package: xcb-util
Version: 0.3.8
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el
User: debian-devel@lists.debian.org
Usertags: autoreconf

Hi,

The xcb-util package is not invoking dh-autoreconf during the build, which
fails when we try to compile it on new arches.  I just tested the attached
patch and with it applied, the package is built properly.

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: xcb-util-0.3.8/debian/control
===================================================================
--- xcb-util-0.3.8.orig/debian/control	2012-02-08 19:40:41.000000000 +0000
+++ xcb-util-0.3.8/debian/control	2014-05-22 19:54:15.000000000 +0000
@@ -15,7 +15,8 @@
                autotools-dev,
                autoconf,
                automake,
-               xutils-dev
+               xutils-dev,
+               dh-autoreconf
 Standards-Version: 3.9.2
 Homepage: http://xcb.freedesktop.org
 Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util.git
Index: xcb-util-0.3.8/debian/rules
===================================================================
--- xcb-util-0.3.8.orig/debian/rules	2012-02-08 19:40:41.000000000 +0000
+++ xcb-util-0.3.8/debian/rules	2014-05-22 19:54:03.000000000 +0000
@@ -4,6 +4,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_DH_MAKESHLIBS_ARGS=-V
 

Reply to: