Source: gelemental
Version: 1.2.0-9
Severity: normal
Tags: patch
User: [email protected]
Usertags: autoreconf
User: [email protected]
Usertags: ppc64el

Dear Maintainer,

The package gelemental fails to build from source on ppc64el, even with
the usage of autotools-dev.
Replacing it by the full autoreconf (dh-autoreconf) will fix that situation
and the package builds successfully.

The patch attached contains the modification 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 gelemental-1.2.0/debian/control gelemental-1.2.0/debian/control
--- gelemental-1.2.0/debian/control	2013-08-06 10:30:25.000000000 +0000
+++ gelemental-1.2.0/debian/control	2014-07-22 17:51:13.000000000 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debichem Team <[email protected]>
 Uploaders: Daniel Leidert <[email protected]>,
            Michael Banck <[email protected]>
-Build-Depends: autotools-dev (>> 20100122.1~),
+Build-Depends: dh-autoreconf,
                debhelper (>> 7.0.50~),
                doxygen,
                gettext,
diff -Nru gelemental-1.2.0/debian/rules gelemental-1.2.0/debian/rules
--- gelemental-1.2.0/debian/rules	2013-08-06 11:47:46.000000000 +0000
+++ gelemental-1.2.0/debian/rules	2014-07-22 17:50:57.000000000 +0000
@@ -11,7 +11,7 @@
 export LDFLAGS  ?= $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure: configure
 	dh_auto_configure -- --enable-api_docs

Reply via email to