Source: proj Version: 4.8.0-2 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el
Dear Maintainer, In order for proj to build on ppc64el, the autoreconf is necessary, so it updates the build configuration files accordingly. * Use dh-autoreconf to fix FTBFS on ppc64el, updating libtool macros and other build configuration files. Thanks for considering the patch. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.13-1-powerpc64le (SMP w/8 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: proj-4.8.0/debian/control =================================================================== --- proj-4.8.0.orig/debian/control 2013-11-29 12:06:00.000000000 +0000 +++ proj-4.8.0/debian/control 2014-04-25 20:41:22.130014052 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian GIS Project <[email protected]> Uploaders: Francesco Paolo Lovergine <[email protected]> -Build-Depends: debhelper (>= 9), sharutils +Build-Depends: debhelper (>= 9), sharutils, dh-autoreconf Standards-Version: 3.9.3 Homepage: http://trac.osgeo.org/proj/ Vcs-Browser: http://git.debian.org/?p=pkg-grass/proj.git Index: proj-4.8.0/debian/rules =================================================================== --- proj-4.8.0.orig/debian/rules 2013-11-29 12:06:00.000000000 +0000 +++ proj-4.8.0/debian/rules 2014-04-25 20:41:41.690014052 +0000 @@ -22,6 +22,7 @@ config: datumgrids config.status config.status: + dh_autoreconf ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man build: config build-stamp @@ -37,6 +38,7 @@ rm -f datumgrids-stamp [ ! -f Makefile ] || $(MAKE) distclean rm -f $(CURDIR)/debian/*.log + dh_autoreconf_clean dh_clean install: build install-stamp

