Source: libmpd
Version: 0.20.0-1.1
Severity: normal
Followup-For: Bug #727415
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf
Dear Maintainer,
In the ppc64el architecture, we need new libtool macros, and hence a
full autoreconf
is required.
In ppc64el, the following patch was able to resolve the build issue.
Thanks for considering the patch!
Brahadambal Srinivasan
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN libmpd-0.20.0.orig/debian/control libmpd-0.20.0/debian/control
--- libmpd-0.20.0.orig/debian/control 2014-09-02 06:30:58.000000000 +0000
+++ libmpd-0.20.0/debian/control 2014-09-02 06:31:27.000000000 +0000
@@ -2,7 +2,7 @@
Section: libs
Priority: optional
Maintainer: Arnaud Cornet <acor...@debian.org>
-Build-Depends: libglib2.0-dev, debhelper (>= 7.0.50~), quilt
+Build-Depends: libglib2.0-dev, debhelper (>= 7.0.50~), quilt, dh-autoreconf
Standards-Version: 3.8.4
Homepage: http://gmpc.wikia.com/
diff -ruN libmpd-0.20.0.orig/debian/rules libmpd-0.20.0/debian/rules
--- libmpd-0.20.0.orig/debian/rules 2014-09-02 06:31:07.000000000 +0000
+++ libmpd-0.20.0/debian/rules 2014-09-02 06:31:33.000000000 +0000
@@ -7,7 +7,7 @@
DEB_DH_STRIP_ARGS:=--dbg-package=$(DBG_NAME)
%:
- dh --with quilt $@
+ dh --with quilt,autoreconf $@
override_dh_installdocs:
dh_installdocs
@@ -21,6 +21,7 @@
dh_strip $(DEB_DH_STRIP_ARGS)
override_dh_clean:
+ dh_autoreconf_clean
dh_clean
rm -f intltool-extract intltool-merge intltool-update