Package: canl-c++ Version: 1.0.1-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 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 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 -Nru canl-c++-1.0.1/debian/control canl-c++-1.0.1/debian/control --- canl-c++-1.0.1/debian/control 2013-11-29 04:43:19.000000000 -0500 +++ canl-c++-1.0.1/debian/control 2013-12-25 03:35:11.000000000 -0500 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Mattias Ellert <mattias.ell...@fysast.uu.se> Uploaders: Anders Waananen <waana...@nbi.dk> -Build-Depends: debhelper (>= 5), autotools-dev, libssl-dev, libglibmm-2.4-dev, libltdl-dev | libltdl7-dev | libltdl3-dev, libcppunit-dev, pkg-config, libglib2.0-dev, libnss3-dev, libdb++-dev, python-dev, swig +Build-Depends: debhelper (>= 5), libssl-dev, libglibmm-2.4-dev, libltdl-dev | libltdl7-dev | libltdl3-dev, libcppunit-dev, pkg-config, libglib2.0-dev, libnss3-dev, libdb++-dev, python-dev, swig, dh-autoreconf Standards-Version: 3.9.5 Vcs-Browser: http://svn.nordugrid.org/trac/workarea/browser/caNl++ Vcs-Svn: http://svn.nordugrid.org/repos/workarea/caNl++/trunk diff -Nru canl-c++-1.0.1/debian/rules canl-c++-1.0.1/debian/rules --- canl-c++-1.0.1/debian/rules 2013-11-29 03:28:47.000000000 -0500 +++ canl-c++-1.0.1/debian/rules 2013-12-25 02:34:54.000000000 -0500 @@ -6,7 +6,7 @@ configure-stamp: dh_testdir - dh_autotools-dev_updateconfig + dh_autoreconf CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \ CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,-z,defs" \ ./configure --host=$(DEB_HOST_GNU_TYPE) \ @@ -39,7 +39,7 @@ if [ -r Makefile ] ; then $(MAKE) distclean ; fi - dh_autotools-dev_restoreconfig + dh_autoreconf_clean dh_clean configure-stamp build-stamp install: build-stamp