Package: src:4store
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf


Dear Maintainer,

The package 4store fails to build from source on ppc64el architecture
because files such as config.{guess,sub} need to be updated.

Including autoreconf to the build will fix that and the package will
build successfully.

Please consider the patch attached to do so.

Thanks.
Fernando


-- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru 4store-1.1.4/debian/control 4store-1.1.4/debian/control
--- 4store-1.1.4/debian/control	2012-03-17 10:39:17.000000000 +0000
+++ 4store-1.1.4/debian/control	2014-06-18 18:25:24.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Jonas Smedegaard <d...@jones.dk>
 Uploaders: Dave Beckett <daj...@debian.org>
 Build-Depends: cdbs,
- autotools-dev,
+ dh-autoreconf,
  debhelper,
  dh-buildinfo,
  libpcre3-dev,
diff -Nru 4store-1.1.4/debian/rules 4store-1.1.4/debian/rules
--- 4store-1.1.4/debian/rules	2012-03-17 10:28:02.000000000 +0000
+++ 4store-1.1.4/debian/rules	2014-06-18 18:25:04.000000000 +0000
@@ -26,6 +26,7 @@
 -include /usr/share/cdbs/1/rules/upstream-tarball.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
 stem = 4store

Reply via email to