Your message dated Mon, 5 Sep 2016 17:08:08 -0300
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #748274,
regarding libmpdclient: 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.)
--
748274: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748274
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libmpdclient
Version: 2.9
Severity: normal
Tags: patch
User: [email protected]
Usertags: autoreconf
Hi,
This is a patch that run autoreconf during the build avoiding FTBFS on the new
architectures (as ppc64el).
This patch provides a patch according to [1]
[1] -
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: libmpdclient-2.9/debian/control
===================================================================
--- libmpdclient-2.9.orig/debian/control 2014-05-15 15:56:07.000000000 +0000
+++ libmpdclient-2.9/debian/control 2014-05-15 15:57:41.000000000 +0000
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Sebastian Harl <[email protected]>
-Build-Depends: debhelper (>= 7), autotools-dev, doxygen
+Build-Depends: debhelper (>= 7), autotools-dev, doxygen, dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://mpd.wikia.com/wiki/ClientLib:libmpdclient
Vcs-Git: git://git.tokkee.org/pkg-libmpdclient.git
Index: libmpdclient-2.9/debian/rules
===================================================================
--- libmpdclient-2.9.orig/debian/rules 2014-05-15 15:56:07.000000000 +0000
+++ libmpdclient-2.9/debian/rules 2014-05-15 15:58:22.000000000 +0000
@@ -45,6 +45,7 @@
build-stamp: config.status
dh_testdir
+ dh_autoreconf
$(MAKE)
test -z '$(CHECK)' || make $(CHECK)
@@ -54,6 +55,7 @@
clean:
dh_testdir
dh_testroot
+ dh_autoreconf_clean
rm -f build-stamp
[ ! -f Makefile ] || $(MAKE) distclean
--- End Message ---
--- Begin Message ---
Package libmpdclient builds fine on ppc64el now. Closing this bug.
Thanks!
--- End Message ---