Package: libopenusb
Version: 1.1.11
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package fails to build on new architectures, as ppc64el because
the config.{guess,sub} files are out of date, and are not updated during
the build.
The attached patch solves it according to the following documented at:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
Thank you,
Breno
-- 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: libopenusb-1.1.11/debian/control
===================================================================
--- libopenusb-1.1.11.orig/debian/control 2013-01-03 13:43:09.000000000 +0000
+++ libopenusb-1.1.11/debian/control 2014-05-20 13:09:54.000000000 +0000
@@ -1,7 +1,7 @@
Source: libopenusb
Priority: extra
Maintainer: Simon Richter <[email protected]>
-Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libglib2.0-dev,
+Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libglib2.0-dev,
libdbus-1-dev, libdbus-glib-1-dev, libusb-dev, libudev-dev
Build-Depends-Indep: openjade, docbook-xml, docbook-dsssl
Standards-Version: 3.9.3
Index: libopenusb-1.1.11/debian/rules
===================================================================
--- libopenusb-1.1.11.orig/debian/rules 2013-07-22 10:51:25.000000000 +0000
+++ libopenusb-1.1.11/debian/rules 2014-05-20 13:09:37.000000000 +0000
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --with autotools-dev --parallel
+ dh $@ --with autoreconf --parallel
override_dh_auto_build:
make -C doc clean