Package: lcmaps-plugins-basic
Version: 1.6.1-1
Severity: normal
Tags: patch
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 instead of autotools-dev to also fix FTBFS on ppc64el by
getting new libtool macros (still updates config.{sub,guess}).
* Build-depend on pkg-config to fix FTBFS while autoreconfing.
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 lcmaps-plugins-basic-1.6.1/debian/control lcmaps-plugins-basic-1.6.1/debian/control
--- lcmaps-plugins-basic-1.6.1/debian/control 2013-06-10 10:31:51.000000000 -0400
+++ lcmaps-plugins-basic-1.6.1/debian/control 2014-01-13 15:49:06.000000000 -0500
@@ -4,8 +4,8 @@
Maintainer: Dennis van Dok <[email protected]>
Uploaders: Mischa Salle <[email protected]>,
Oscar Koeroo <[email protected]>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), autotools-dev, lcmaps-basic-interface,
- libldap-dev
+Build-Depends: cdbs, debhelper (>= 7.0.50~), dh-autoreconf, lcmaps-basic-interface,
+ libldap-dev, pkg-config
Standards-Version: 3.9.4
Homepage: http://wiki.nikhef.nl/grid/Site_Access_Control
Vcs-Svn: https://ndpfsvn.nikhef.nl/repos/mwsec/packaging/debian/trunk/lcmaps-plugins-basic
diff -Nru lcmaps-plugins-basic-1.6.1/debian/rules lcmaps-plugins-basic-1.6.1/debian/rules
--- lcmaps-plugins-basic-1.6.1/debian/rules 2012-11-05 20:54:17.000000000 -0500
+++ lcmaps-plugins-basic-1.6.1/debian/rules 2014-01-11 15:01:24.000000000 -0500
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
# Don't add ldconfig to postinst/postrm for plug-ins.
DEB_DH_MAKESHLIBS_ARGS_ALL=-n