Package: src:adplay
Version: 1.6-1.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
Package adplay fails to build from source on ppc64el arch because
files such as config.{sub,guess} and aclocal.m4 need to be updated.
Running autoreconf during the build will update such files and the
package will build successfully.
The patch attached will include dh-autoreconf to the build.
Thanks.
Fernando.
-- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u adplay-1.6/debian/rules adplay-1.6/debian/rules
--- adplay-1.6/debian/rules
+++ adplay-1.6/debian/rules
@@ -14,6 +14,7 @@
config.status: configure patch-stamp
dh_testdir
+ dh_autoreconf
CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir=\$${prefix}/share/man
build: build-stamp
@@ -25,6 +26,7 @@
clean: unpatch
dh_testdir
dh_testroot
+ dh_autoreconf_clean
rm -f build-stamp
-$(MAKE) distclean
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
diff -u adplay-1.6/debian/control adplay-1.6/debian/control
--- adplay-1.6/debian/control
+++ adplay-1.6/debian/control
@@ -2,7 +2,7 @@
Section: sound
Priority: optional
Maintainer: Gürkan Sengün <[email protected]>
-Build-Depends: debhelper (>= 5), dpatch, libadplug-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libbinio-dev, libesd0-dev, libsdl-sound1.2-dev
+Build-Depends: debhelper (>= 5), dh-autoreconf, dpatch, libadplug-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libbinio-dev, libesd0-dev, libsdl-sound1.2-dev
Standards-Version: 3.7.2
Package: adplay