Your message dated Mon, 5 Sep 2016 17:07:03 -0300
with message-id <[email protected]>
and subject line 
has caused the Debian Bug report #748755,
regarding libopenusb: run dh-autoreconf to update config.{sub, guess} and 
{libtool, aclocal}.m4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
748755: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Libopenusb builds fine on ppc64el now. Closing this bug.

Thanks

--- End Message ---

Reply via email to