Package: alsa-tools Version: 1.0.27-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, For the ppc64el architecture in Ubuntu, since this package uses libtool, a full autoreconf is necessary. This is because we need new libtool macros for ppc64el. In Ubuntu, the attached patch was applied to achieve the following: * Use dh-autoreconf to fix FTBFS on ppc64el. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: jessie/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.13.0-5-generic (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru alsa-tools-1.0.27/debian/autoreconf alsa-tools-1.0.27/debian/autoreconf --- alsa-tools-1.0.27/debian/autoreconf 1969-12-31 19:00:00.000000000 -0500 +++ alsa-tools-1.0.27/debian/autoreconf 2014-01-22 22:35:08.000000000 -0500 @@ -0,0 +1 @@ +ld10k1 diff -Nru alsa-tools-1.0.27/debian/control alsa-tools-1.0.27/debian/control --- alsa-tools-1.0.27/debian/control 2013-04-26 21:21:12.000000000 -0400 +++ alsa-tools-1.0.27/debian/control 2014-01-22 22:52:05.000000000 -0500 @@ -4,8 +4,8 @@ Maintainer: Debian ALSA Maintainers <[email protected]> Uploaders: Jordi Mallach <[email protected]>, Elimar Riesebieter <[email protected]> -Build-Depends: autotools-dev, - debhelper (>= 8), +Build-Depends: debhelper (>= 8), + dh-autoreconf, dpkg-dev (>= 1.16.1~), libasound2-dev (>= 1.0.24.1), libfltk1.1-dev, diff -Nru alsa-tools-1.0.27/debian/rules alsa-tools-1.0.27/debian/rules --- alsa-tools-1.0.27/debian/rules 2013-04-26 21:23:58.000000000 -0400 +++ alsa-tools-1.0.27/debian/rules 2014-01-22 22:30:08.000000000 -0500 @@ -31,13 +31,12 @@ config: config-stamp config-stamp: dh_testdir + dh_autoreconf set -e; list='$(SUBDIRS)'; for subdir in $$list; do \ echo; \ echo "Configuring $$subdir"; \ (cd $$subdir && \ - ln -sf /usr/share/misc/config.sub . && \ - ln -sf /usr/share/misc/config.guess . && \ ./configure \ --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ @@ -79,10 +78,9 @@ echo; \ echo "Cleaning $$subdir"; \ $(MAKE) -C $$subdir distclean; \ - rm -f $$subdir/config.guess; \ - rm -f $$subdir/config.sub; \ done + dh_autoreconf_clean dh_clean # PKG = package

