Package: src:qof
Version: 0.8.7-1
Severity: normal
Tags: patch

Dear Maintainer,

While trying to build qof on ppc64el, it failed, due to libtool and configuration files not being updated.
Please consider this patch, which uses dh-autoreconf to fulfill that need.

Thanks in advance,
Erwan.

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

Kernel: Linux 3.13-1-powerpc64le (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 -Naur a/debian/control b/debian/control
--- a/debian/control	2014-07-29 15:30:43.886645185 +0200
+++ b/debian/control	2014-07-29 15:31:38.038642307 +0200
@@ -4,7 +4,7 @@
 Maintainer: Neil Williams <codeh...@debian.org>
 Uploaders: Goedson Teixeira Paixao <goed...@debian.org>
 Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), xsltproc,
- libglib2.0-dev (>= 2.9.0), libxml2-dev (>= 2.5.10), libsqlite0-dev
+ libglib2.0-dev (>= 2.9.0), libxml2-dev (>= 2.5.10), libsqlite0-dev, dh-autoreconf
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.4
 Homepage: http://alioth.debian.org/projects/qof/
diff -Naur a/debian/rules b/debian/rules
--- a/debian/rules	2014-07-29 15:30:43.898645185 +0200
+++ b/debian/rules	2014-07-29 15:31:20.846643221 +0200
@@ -19,6 +19,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 # backends do not need ldconfig (anymore)
 DEB_DH_MAKESHLIBS_ARGS=-Xlibqof2-backend

Reply via email to