Your message dated Mon, 5 Sep 2016 16:43:20 -0300
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #759153,
regarding libg15: FTBFS: 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.)
--
759153: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759153
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libg15
Version: 1.2.7-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Currently libg15 fails to build on ppc64el as shown in the following log:
https://buildd.debian.org/status/fetch.php?pkg=libg15&arch=ppc64el&ver=1.2.7-2&stamp=1408409554
This is a simple patch to fix it, in accordance with:
https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build
This fix also include the fix for #702350.
Thank you,
Breno
Index: libg15-1.2.7/debian/control
===================================================================
--- libg15-1.2.7.orig/debian/control 2014-08-24 21:25:37.000000000 +0000
+++ libg15-1.2.7/debian/control 2014-08-24 21:26:12.000000000 +0000
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Giacomo Catenazzi <[email protected]>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libusb-dev
+Build-Depends: cdbs, debhelper (>= 5), autotools-dev, libusb-dev, dh-autoreconf
Standards-Version: 3.8.3
Homepage: http://www.g15tools.com/
Index: libg15-1.2.7/debian/rules
===================================================================
--- libg15-1.2.7.orig/debian/rules 2014-08-24 21:25:37.000000000 +0000
+++ libg15-1.2.7/debian/rules 2014-08-24 21:26:30.000000000 +0000
@@ -5,6 +5,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
common-binary-predeb-arch:: list-missing
--- End Message ---
--- Begin Message ---
This is fixed already in the latest libg15 release. Closing this bug.
Thanks!
--- End Message ---