Package: libccrtp
Version: 2.0.6-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 get new libtool macros for ppc64el.
  * Fix clean target in debian/rules.

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-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 libccrtp-2.0.6/debian/control libccrtp-2.0.6/debian/control
--- libccrtp-2.0.6/debian/control	2013-05-12 04:31:31.000000000 -0400
+++ libccrtp-2.0.6/debian/control	2014-01-13 16:00:11.000000000 -0500
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
 Uploaders: Mark Purcell <m...@debian.org>, Mikael Magnusson <mi...@users.sourceforge.net>, Kilian Krause <kil...@debian.org>
-Build-Depends: debhelper (>= 9), pkg-config, autotools-dev, dpkg-dev (>= 1.13.19), doxygen,
+Build-Depends: debhelper (>= 9), pkg-config, dh-autoreconf, dpkg-dev (>= 1.13.19), doxygen,
  libucommon-dev, libxml2-dev, libgcrypt11-dev | libgcrypt-dev,
 Standards-Version: 3.9.4
 Homepage: http://www.gnu.org/software/ccrtp/
diff -Nru libccrtp-2.0.6/debian/rules libccrtp-2.0.6/debian/rules
--- libccrtp-2.0.6/debian/rules	2012-03-31 18:26:57.000000000 -0400
+++ libccrtp-2.0.6/debian/rules	2014-01-11 15:58:58.000000000 -0500
@@ -4,7 +4,7 @@
 export COMMONCPP_LIBS=`ucommon-config --libs`
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_install:
 	dh_install --list-missing
@@ -15,5 +15,6 @@
 get-orig-source:
 	uscan --force-download
 
-clean::
+override_dh_clean:
 	rm -f doc/latex/* doc/html/* doc/man/man3/* doc/doxy
+	dh_clean

Reply via email to