Package: sbc
Version: 1.2-1
Followup-For: Bug #746497
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu utopic ubuntu-patch

Dear Nobuhiro,

Please find attached a more complete patch for this issue, which also adds
a build-dependency on pkg-config - without which, dh_autoreconf will fail
at build time due to missing macros.

As has recently been discussed on debian-devel, forcing a full regeneration
of all autotools-generated files at build time is the most future-proof way
of ensuring the portability of packages to new architectures.  Please
consider applying this patch to sbc, which is still needed to make sbc 1.2-1
build on the new ppc64el architecture.

-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
=== modified file 'debian/control'
--- debian/control	2014-04-19 17:00:02 +0000
+++ debian/control	2014-05-05 22:44:08 +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, pkg-config
 Standards-Version: 3.9.4
 Homepage: http://www.bluez.org/
 Vcs-Git: git://git.debian.org/pkg-bluetooth/sbc.git

=== modified file 'debian/rules'
--- debian/rules	2014-04-19 17:00:02 +0000
+++ debian/rules	2014-05-05 22:38:22 +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

Reply via email to