Package: src:mbt Version: 3.2.10-4 Severity: normal Tags: patch User: [email protected] Usertags: ppc64el User: [email protected] Usertags: autoreconf
Dear Maintainer, The package mbt fails to build from source on ppc64el due to configuration files being out of date. Including autoreconf to the build updates such files accordingly and the package builds successfully. The patch attached contains the aforementioned modification. 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 mbt-3.2.10/debian/control mbt-3.2.10/debian/control --- mbt-3.2.10/debian/control 2013-08-01 17:49:58.000000000 +0000 +++ mbt-3.2.10/debian/control 2014-06-26 17:53:48.000000000 +0000 @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Science Team <[email protected]> Uploaders: Joost van Baal-Ilić <[email protected]>, Ko van der Sloot <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), libtimbl4-dev, libxml2-dev, pkg-config, libticcutils2-dev (>= 0.3) +Build-Depends: cdbs, dh-autoreconf, debhelper (>= 7), libtimbl4-dev, libxml2-dev, pkg-config, libticcutils2-dev (>= 0.3) Standards-Version: 3.9.4 Homepage: http://ilk.uvt.nl/mbt/ Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/mbt/trunk diff -Nru mbt-3.2.10/debian/rules mbt-3.2.10/debian/rules --- mbt-3.2.10/debian/rules 2012-01-04 18:59:56.000000000 +0000 +++ mbt-3.2.10/debian/rules 2014-06-26 17:53:23.000000000 +0000 @@ -4,6 +4,7 @@ # $URL: svn+ssh://svn.debian.org/svn/debian-science/packages/mbt/trunk/debian/rules $ include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk

