Package: gpgme1.0
Version: 1.5.0-0.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

The package gpgme1.0 fails to be built on ppc64el, as on new architecture, due
to old libtool files, as shown on the link below. The main problem is that the
new architecture is not identified as having shared libraries.

http://ftp.unicamp.br/pub/ppc64el/debian/buildd-upstream/build_logs/logs/gpgme1.0_1.5.0-0.1_ppc64el.build

Please consider applying this patch to enable this package to be built on
the new ppc64el architecture. 

 * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
   getting new libtool macros (still updates config.{sub,guess}). 

Thanks
Breno

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: gpgme1.0-1.4.3/debian/control
===================================================================
--- gpgme1.0-1.4.3.orig/debian/control	2013-08-12 20:33:02.000000000 +0000
+++ gpgme1.0-1.4.3/debian/control	2014-06-26 21:22:12.000000000 +0000
@@ -2,7 +2,7 @@
 Priority: standard
 Section: libs
 Maintainer: Jose Carlos Garcia Sogo <[email protected]>
-Build-Depends: autotools-dev (>> 20100122.1~),
+Build-Depends: dh-autoreconf,
                debhelper (>> 9~),
                gnupg-agent,
                gnupg2,
Index: gpgme1.0-1.4.3/debian/rules
===================================================================
--- gpgme1.0-1.4.3.orig/debian/rules	2013-05-29 17:26:33.000000000 +0000
+++ gpgme1.0-1.4.3/debian/rules	2014-06-26 21:22:00.000000000 +0000
@@ -7,7 +7,7 @@
 export LDFLAGS  := $(shell dpkg-buildflags --get LDFLAGS)
 
 %:
-	dh $@ --with autotools-dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- \

Reply via email to