Your message dated Sat, 11 Jan 2014 16:00:56 +0000
with message-id <e1w20zy-0005fp...@franck.debian.org>
and subject line Bug#734827: fixed in spatialindex 1.8.1-1
has caused the Debian Bug report #734827,
regarding spatialindex: use dh-autoreconf instead of autotools-dev to fix FTBFS 
on 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 ow...@bugs.debian.org
immediately.)


-- 
734827: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734827
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: spatialindex
Version: 1.7.0-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: 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-1-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 spatialindex-1.7.0/debian/control spatialindex-1.7.0/debian/control
--- spatialindex-1.7.0/debian/control	2011-11-28 10:04:01.000000000 -0500
+++ spatialindex-1.7.0/debian/control	2014-01-09 22:32:39.000000000 -0500
@@ -2,7 +2,7 @@
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <fran...@debian.org>
-Build-Depends: debhelper (>= 8), autotools-dev
+Build-Depends: debhelper (>= 8), dh-autoreconf
 Standards-Version: 3.9.2
 Section: science
 Homepage: https://github.com/libspatialindex/libspatialindex
diff -Nru spatialindex-1.7.0/debian/rules spatialindex-1.7.0/debian/rules
--- spatialindex-1.7.0/debian/rules	2011-11-28 10:04:01.000000000 -0500
+++ spatialindex-1.7.0/debian/rules	2014-01-08 23:17:29.000000000 -0500
@@ -22,15 +22,8 @@
 
 config.status: configure
 	dh_testdir
+	dh_autoreconf
 	# Add here commands to configure the package.
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f config.sub config.sub.orig
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f config.guess config.guess.orig
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
 		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
 		CC=g++ # a dirty hack to force using of g++ at libtool linking time
@@ -51,11 +44,9 @@
 	
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) distclean
-	[ ! -f config.sub.orig ] || mv -f config.sub.orig config.sub
-	[ ! -f config.guess.orig ] || mv -f config.guess.orig config.guess
 	rm -rf *.log autom4ate.cache
 	rm -rf debian/tmp
-	
+	dh_autoreconf_clean	
 	dh_clean 
 
 install: build

--- End Message ---
--- Begin Message ---
Source: spatialindex
Source-Version: 1.8.1-1

We believe that the bug you reported is fixed in the latest version of
spatialindex, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 734...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bas Couwenberg <sebas...@xs4all.nl> (supplier of updated spatialindex package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 10 Jan 2014 20:30:00 +0100
Source: spatialindex
Binary: libspatialindex3 libspatialindex-c3 libspatialindex-dev 
libspatialindex3-dbg
Architecture: source amd64
Version: 1.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Bas Couwenberg <sebas...@xs4all.nl>
Description: 
 libspatialindex-c3 - General framework for developing spatial indices - C 
library
 libspatialindex-dev - General framework for developing spatial indices - 
development fi
 libspatialindex3 - General framework for developing spatial indices
 libspatialindex3-dbg - General framework for developing spatial indices - 
debugging symb
Closes: 642482 679690 722835 734827
Changes: 
 spatialindex (1.8.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Add myself to Uploaders.
   * Update watch file including sepwatch changes.
   * Update Homepage to github documentation instead of code.
   * Use canonical URLs in Vcs-* fields.
   * Change priority from extra to optional.
   * Bump debhelper compatibility to 9.
   * Use minimal dh rules with dh-autoreconf.
     (closes: #734827, #722835)
   * Support Multi-Arch build.
   * Add misc:Depends for libspatialindex-dev.
   * Don't start description synopsis with an article.
   * Change library packages to match SONAME, and use correct description.
     (closes: #642482)
   * Add debug package for the shared library.
   * Update copyright file using copyright-format 1.0.
   * Add lintian override for debian-watch-may-check-gpg-signature,
     upstream doesn't provide signatures for verification.
   * Remove .la files before install.
   * Add symbols files using pkgkde-symbolshelper.
   * Bump Standards-Version to 3.9.5, changes: minimal dh rules, Multi-Arch,
     Vcs-* fields, shared library changes, copyright.
   * Add patch to modernize the build system.
   * Add patch to include linking to libspatialindex in pkg-config file.
     (closes: #679690)
Checksums-Sha1: 
 b28d3d763b45905c9e0e09573c57e439baabe031 1605 spatialindex_1.8.1-1.dsc
 f0dacc628af9fda5cd093c0f9d3ea61adadbcf9b 368252 spatialindex_1.8.1.orig.tar.bz2
 ac1aaf19842f906be473b45f1b775ef3ea580d36 18701 
spatialindex_1.8.1-1.debian.tar.gz
 032430b4f56829505bd7c14521509af733d50050 226484 
libspatialindex3_1.8.1-1_amd64.deb
 7422a8703ecdbdc87ed53a9a5105defcbf5d8ed1 55968 
libspatialindex-c3_1.8.1-1_amd64.deb
 1a5651db213e3dd787b557fb1719b8ef40ca4c7b 297560 
libspatialindex-dev_1.8.1-1_amd64.deb
 7b8d65d2ee1358ea18f6ae905414722766b1c77d 2201506 
libspatialindex3-dbg_1.8.1-1_amd64.deb
Checksums-Sha256: 
 7a69049ccf715224f2449490992497a5dd812a8149a2007cb8e4b5ec6cbc902d 1605 
spatialindex_1.8.1-1.dsc
 9e57b07ccd64b2940ac42739382e84492716f186892ba81c0d2a636ca6de3bcd 368252 
spatialindex_1.8.1.orig.tar.bz2
 dbb530635f0ac2ff0a9ae9e0c419f86bb784d42e4acddc764cad64cfd39e32f4 18701 
spatialindex_1.8.1-1.debian.tar.gz
 ed6bf1ffb0c68231fb7c9035529db96f42070bff767d9defff5d8b75074aa490 226484 
libspatialindex3_1.8.1-1_amd64.deb
 771cbcb5e3c1fc5518c14ac67d7762cc1066aa0a0636882c8c7c454ab212f33b 55968 
libspatialindex-c3_1.8.1-1_amd64.deb
 0b4f2ae4652f815366c4cc307f9dae7da918a71fb9eeed13604edb4df98f7661 297560 
libspatialindex-dev_1.8.1-1_amd64.deb
 876b7f2fb4ef823b9e15d5199d2d6e072ab188c0578ffca388b52803f3384866 2201506 
libspatialindex3-dbg_1.8.1-1_amd64.deb
Files: 
 2b669596311d0f9e7cbb63aabac5472b 1605 science optional spatialindex_1.8.1-1.dsc
 72434b730df89e577fa988a100b89341 368252 science optional 
spatialindex_1.8.1.orig.tar.bz2
 1f0242c73179c451cd3aeee56a256713 18701 science optional 
spatialindex_1.8.1-1.debian.tar.gz
 ba53150d4facf294d5284cfd308cb4eb 226484 libs optional 
libspatialindex3_1.8.1-1_amd64.deb
 f5047c9fe60c3f294bd61971b7a2b8c3 55968 libs optional 
libspatialindex-c3_1.8.1-1_amd64.deb
 28e9634076ca3c014963af7e34d9b350 297560 libdevel optional 
libspatialindex-dev_1.8.1-1_amd64.deb
 31210e6ab11bbeb57a782e45d5dda23f 2201506 debug extra 
libspatialindex3-dbg_1.8.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iEUEARECAAYFAlLQdKQACgkQYDBbMcCf01qjlgCfZZmEo4cvIP6HEZ8XGhjGRXcN
dRsAl0aUn2TjyQILRg1FNyiegEJ4W9I=
=19lO
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to