Package: sofia-sip
Version: 1.12.11+20110422.1-2
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: 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-3-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 sofia-sip-1.12.11+20110422.1/debian/control sofia-sip-1.12.11+20110422.1/debian/control
--- sofia-sip-1.12.11+20110422.1/debian/control
+++ sofia-sip-1.12.11+20110422.1/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ron Lee <r...@debian.org>
 Build-Depends: debhelper (>= 5), pkg-config, libglib2.0-dev, libssl-dev,
-               doxygen, graphviz, dpkg-dev (>= 1.13.19)
+               doxygen, graphviz, dpkg-dev (>= 1.13.19), dh-autoreconf
 Standards-Version: 3.9.4.0
 Homepage: http://sofia-sip.sourceforge.net/
 Vcs-Git: git://git.debian.org/users/ron/sofia-sip.git
diff -u sofia-sip-1.12.11+20110422.1/debian/rules sofia-sip-1.12.11+20110422.1/debian/rules
--- sofia-sip-1.12.11+20110422.1/debian/rules
+++ sofia-sip-1.12.11+20110422.1/debian/rules
@@ -26,11 +26,13 @@
 	dh_testroot
 	$(RM) *-stamp
 	$(RM) -r $(objdir) doc
+	dh_autoreconf_clean
 	dh_clean
 
 
 $(objdir)/config.status: configure
 	dh_testdir
+	dh_autoreconf
 	mkdir -p $(objdir)
 	cd $(objdir) &&	../configure --host=$(DEB_HOST_GNU_TYPE)	\
 				     --build=$(DEB_BUILD_GNU_TYPE)	\

Reply via email to