Package: opusfile
Version: 0.2+20130702-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
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: wheezy/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.12.0-7-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 -u opusfile-0.2+20130702/debian/rules opusfile-0.2+20130702/debian/rules
--- opusfile-0.2+20130702/debian/rules
+++ opusfile-0.2+20130702/debian/rules
@@ -60,12 +60,14 @@
 	dh_testroot
 	$(RM) -r $(objdir)
 	$(RM) *-stamp
+	dh_autoreconf_clean
 	dh_clean
 
 
 $(objdir)/config.status: configure
 	dh_testdir
 	mkdir -p $(objdir)
+	dh_autoreconf
 	cd $(objdir) &&	../configure --disable-maintainer-mode		\
 				     --host=$(DEB_HOST_GNU_TYPE)	\
 				     --build=$(DEB_BUILD_GNU_TYPE)	\
diff -u opusfile-0.2+20130702/debian/control opusfile-0.2+20130702/debian/control
--- opusfile-0.2+20130702/debian/control
+++ opusfile-0.2+20130702/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ron Lee <r...@debian.org>
 Build-Depends: libopus-dev (>= 1.0.1), libogg-dev (>= 1.3.0), libssl-dev,
-               pkg-config, debhelper (>= 5)
+               pkg-config, debhelper (>= 5), dh-autoreconf
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.4.0
 Homepage: http://www.opus-codec.org
diff -u opusfile-0.2+20130702/debian/changelog opusfile-0.2+20130702/debian/changelog

Reply via email to