Your message dated Sat, 10 May 2014 01:55:53 +0200
with message-id <[email protected]>
and subject line proj: please use dh-autoreconf to enable ppc64el
has caused the Debian Bug report #745858,
regarding proj: please use dh-autoreconf to enable ppc64el
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
745858: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745858
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
proj/4.8.0-3 was uploaded to unstable today.
--- End Message ---