Your message dated Mon, 10 Oct 2016 03:02:33 +0200
with message-id <[email protected]>
and subject line Re: geocode-glib: use dh-autoreconf to fix FTBFS on ppc64el
has caused the Debian Bug report #735395,
regarding geocode-glib: use dh-autoreconf 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 [email protected]
immediately.)
--
735395: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735395
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: geocode-glib
Version: 3.10.0-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. This is because we need new libtool macros for
ppc64el.
In Ubuntu, the attached patch was applied to achieve the following:
* Use dh-autoreconf to get new libtool macros for ppc64el.
* Build-depend on gnome-common to fix FTBFS.
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 geocode-glib-3.10.0/debian/control.in geocode-glib-3.10.0/debian/control.in
--- geocode-glib-3.10.0/debian/control.in 2013-09-24 12:57:29.000000000 -0400
+++ geocode-glib-3.10.0/debian/control.in 2014-01-14 23:10:53.000000000 -0500
@@ -12,7 +12,9 @@
libjson-glib-dev (>= 0.16.2),
libsoup-gnome2.4-dev,
gobject-introspection (>= 0.9.12-4~),
- libgirepository1.0-dev (>= 0.9.3)
+ libgirepository1.0-dev (>= 0.9.3),
+ dh-autoreconf,
+ gnome-common
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/geocode-glib
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/geocode-glib/
diff -Nru geocode-glib-3.10.0/debian/rules geocode-glib-3.10.0/debian/rules
--- geocode-glib-3.10.0/debian/rules 2011-05-27 11:59:03.000000000 -0400
+++ geocode-glib-3.10.0/debian/rules 2014-01-14 15:33:13.000000000 -0500
@@ -3,6 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
--- End Message ---
--- Begin Message ---
Version: 3.20.1-2
On Tue, 14 Jan 2014 23:11:46 -0500 Logan Rosen <[email protected]> wrote:
> Package: geocode-glib
> Version: 3.10.0-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. This is because we need new libtool macros for
> ppc64el.
>
> In Ubuntu, the attached patch was applied to achieve the following:
>
> * Use dh-autoreconf to get new libtool macros for ppc64el.
> * Build-depend on gnome-common to fix FTBFS.
Fixed by dh compat 10.
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
--- End Message ---