Package: src:libpreludedb
Version: 1.0.0-2.3
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package libpreludedb 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
diff -ruN libpreludedb-1.0.0.orig/debian/control
libpreludedb-1.0.0/debian/control
--- libpreludedb-1.0.0.orig/debian/control 2014-09-22 08:54:10.000000000
+0000
+++ libpreludedb-1.0.0/debian/control 2014-09-22 08:54:49.000000000 +0000
@@ -4,6 +4,7 @@
Maintainer: Mickael Profeta <[email protected]>
Uploaders: Pierre Chifflier <[email protected]>
Build-Depends: debhelper (>= 5.0.37.2),
+ dh-autoreconf,
libprelude-dev(>=0.9.10),
libpq-dev,
libmysqlclient-dev | libmysqlclient15-dev,
diff -ruN libpreludedb-1.0.0.orig/debian/rules libpreludedb-1.0.0/debian/rules
--- libpreludedb-1.0.0.orig/debian/rules 2014-09-22 08:54:18.000000000
+0000
+++ libpreludedb-1.0.0/debian/rules 2014-09-22 08:54:56.000000000 +0000
@@ -16,6 +16,7 @@
configure: configure-stamp
configure-stamp:
dh_testdir
+ dh_autoreconf
./configure --prefix=/usr --mandir=\$${prefix}/share/man
--enable-gtk-doc=no --localstatedir=/var --sysconfdir=/etc
--with-perl-installdirs=vendor
touch configure-stamp
@@ -41,6 +42,7 @@
rm -rf bindings/python/build
rm -f bindings/perl/PreludeDB.c
rm -f debian/libpreludedb-perl.install
+ dh_autoreconf_clean
dh_clean
install: install-core $(PYVERS:%=install-python%)