Package: libccaudio2
Version: 2.1.1-1
Followup-For: Bug #727397
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 instead of just config.{sub,guess} updates with
autotools-dev. 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 get new libtool macros for ppc64el and update
config.{sub,guess} for new arches.
* Build-depend on pkg-config to fix FTBFS.
Thanks for considering the patch.
-- 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-2-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 libccaudio2-2.1.1/debian/control libccaudio2-2.1.1/debian/control
--- libccaudio2-2.1.1/debian/control 2013-10-12 00:45:09.000000000 -0400
+++ libccaudio2-2.1.1/debian/control 2014-01-13 15:58:13.000000000 -0500
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian VoIP Team <[email protected]>
Uploaders: Mark Purcell <[email protected]>, Kilian Krause <[email protected]>
-Build-Depends: debhelper (>= 9), autotools-dev, libgsm1-dev, libspeex-dev, doxygen, dpkg-dev (>= 1.13.19), libucommon-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, libgsm1-dev, libspeex-dev, doxygen, dpkg-dev (>= 1.13.19), libucommon-dev, pkg-config
Standards-Version: 3.9.4
Homepage: http://www.gnu.org/software/ccaudio/
Vcs-Svn: svn://anonscm.debian.org/pkg-voip/libccaudio2/trunk/
diff -Nru libccaudio2-2.1.1/debian/rules libccaudio2-2.1.1/debian/rules
--- libccaudio2-2.1.1/debian/rules 2011-10-08 01:38:03.000000000 -0400
+++ libccaudio2-2.1.1/debian/rules 2014-01-11 15:45:40.000000000 -0500
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@ --parallel
+ dh $@ --parallel --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-speex