[Debian-hebrew-package] Bug#757136: libhdate: use dh-autoreconf to fix FTBFS on ppc64el

Brahadambal Srinivasan latha at linux.vnet.ibm.com
Tue Aug 5 16:36:47 UTC 2014


Source: libhdate
Version: 1.6-2.1
Severity: normal
User: debian-powerpc at lists.debian.org
Usertags: ppc64el
User: debian-devel at lists.debian.org
Usertags: autoreconf

Dear Maintainer,

The package libhdate fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.

Thanks for considering the patch!

Thanks and regards,
Brahadambal



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

Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

-------------- next part --------------
diff -ruN libhdate-1.6.orig/debian/control libhdate-1.6/debian/control
--- libhdate-1.6.orig/debian/control	2014-08-05 16:26:35.000000000 +0000
+++ libhdate-1.6/debian/control	2014-08-05 16:27:48.000000000 +0000
@@ -5,7 +5,7 @@
 Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>, Shachar Shemesh <shachar at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
 Vcs-Svn: svn://anonscm.debian.org/debian-hebrew/pkg/libhdate
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-hebrew/pkg/libhdate
-Build-Depends: debhelper (>= 9), swig, python-dev (>= 2.6.6-3~), autotools-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf, swig, python-dev (>= 2.6.6-3~), autotools-dev
 Standards-Version: 3.9.4
 Homepage: http://libhdate.sourceforge.net/
 
diff -ruN libhdate-1.6.orig/debian/rules libhdate-1.6/debian/rules
--- libhdate-1.6.orig/debian/rules	2014-08-05 16:26:45.000000000 +0000
+++ libhdate-1.6/debian/rules	2014-08-05 16:28:02.000000000 +0000
@@ -3,7 +3,7 @@
 ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
 
 %:
-	dh $* --with python2,autotools_dev
+	dh $* --with python2,autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-perl-sitelib-dir=$(ARCHLIB)


More information about the Debian-hebrew-package mailing list