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

Bug#756318: xcb-util-keysyms: please use autoreconf to build



Source: xcb-util-keysyms
Version: 0.3.9-1
Severity: normal
Tags: patch
User: debian-powerpc@lists.debian.org
Usertags: ppc64el

Dear Maintainer,

The package xcb-util-keysyms fails to build from source on ppc64el.
Using autoreconf within the build fixes that so the package builds successfully.

The patch attached adds autoreconf to the build properly.

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
diff -Nru xcb-util-keysyms-0.3.9/debian/control xcb-util-keysyms-0.3.9/debian/control
--- xcb-util-keysyms-0.3.9/debian/control	2012-06-08 05:37:34.000000000 +0000
+++ xcb-util-keysyms-0.3.9/debian/control	2014-07-28 12:50:37.000000000 +0000
@@ -8,11 +8,8 @@
                debhelper (>= 8.1.3),
                libxcb1-dev (>= 1.6),
                pkg-config,
-               libtool,
+               dh-autoreconf,
                x11proto-core-dev (>= 7.0.8),
-               autotools-dev,
-               autoconf,
-               automake,
                xutils-dev
 Standards-Version: 3.9.3
 Homepage: http://xcb.freedesktop.org
diff -Nru xcb-util-keysyms-0.3.9/debian/rules xcb-util-keysyms-0.3.9/debian/rules
--- xcb-util-keysyms-0.3.9/debian/rules	2012-06-08 05:37:34.000000000 +0000
+++ xcb-util-keysyms-0.3.9/debian/rules	2014-07-28 12:50:23.000000000 +0000
@@ -3,6 +3,7 @@
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

Reply to: