Package: sbc Version: 1.2 Severity: normal Tags: patch User: debian-powe...@lists.debian.org Usertags: ppc64el User: debian-de...@lists.debian.org Usertags: autoreconf
This patch enables sbc to be build on the new architectures, as ppc64el. It basically calls autoreconf before the built as documented in: 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: sbc-1.2/debian/control =================================================================== --- sbc-1.2.orig/debian/control 2013-11-26 16:16:42.000000000 +0000 +++ sbc-1.2/debian/control 2014-04-30 15:56:16.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintain...@lists.alioth.debian.org> Uploaders: Nobuhiro Iwamatsu <iwama...@debian.org> -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper (>= 9), dh-autoreconf Standards-Version: 3.9.4 Homepage: http://www.bluez.org/ Vcs-Git: git://git.debian.org/pkg-bluetooth/sbc.git Index: sbc-1.2/debian/rules =================================================================== --- sbc-1.2.orig/debian/rules 2013-11-26 16:16:42.000000000 +0000 +++ sbc-1.2/debian/rules 2014-04-30 15:56:01.000000000 +0000 @@ -3,7 +3,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-tester --disable-silent-rules