Package: libgwenhywfar
Version: 4.8.0beta-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 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.12.0-7-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 libgwenhywfar-4.8.0beta/debian/control libgwenhywfar-4.8.0beta/debian/control
--- libgwenhywfar-4.8.0beta/debian/control	2013-10-27 05:30:51.000000000 -0400
+++ libgwenhywfar-4.8.0beta/debian/control	2014-01-07 20:38:29.000000000 -0500
@@ -4,7 +4,7 @@
 Maintainer: Micha Lenk <[email protected]>
 Uploaders: Henning Glawe <[email protected]>
 Build-Depends: debhelper (>= 7.0.50),
- autotools-dev,
+ dh-autoreconf,
  libgcrypt11-dev (>= 1.2.0), libgpg-error-dev,
  libgnutls-dev,
  libssl-dev,
diff -Nru libgwenhywfar-4.8.0beta/debian/rules libgwenhywfar-4.8.0beta/debian/rules
--- libgwenhywfar-4.8.0beta/debian/rules	2013-10-27 05:36:22.000000000 -0400
+++ libgwenhywfar-4.8.0beta/debian/rules	2014-01-06 02:49:56.000000000 -0500
@@ -9,7 +9,7 @@
 
 build-arch:	build-arch-stamp
 build-arch-stamp:
-	dh build --with autotools_dev --before configure
+	dh build --with autoreconf --before configure
 	dh_auto_configure -- \
 		--enable-full-doc \
 		--with-guis="fox16 qt4 gtk2" \
@@ -36,7 +36,7 @@
 	dh_strip --dbg-package=libgwenhywfar60-dbg
 
 clean:
-	dh clean --with autotools_dev
+	dh clean --with autoreconf
 	rm -rvf apidoc listdoc.h gwenhywfar.tag gwenhywfar3
 	$(MAKE) -C debian/man clean
 

Reply via email to