Package: mcpp
Version: 2.7.2-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf

Dear Maintainer,

The package mcpp fails to build from source on ppc64el, because
configuration files such as config.{guess,sub} et al need to be
updated.

Including autoreconf to the build fixes it and the package builds
successfully.

The patch attached contains the modification to add usage of autoreconf.

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 mcpp-2.7.2/debian/control mcpp-2.7.2/debian/control
--- mcpp-2.7.2/debian/control	2013-07-09 04:15:31.000000000 +0000
+++ mcpp-2.7.2/debian/control	2014-06-26 19:39:22.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Kiyoshi Matsui <[email protected]>
 Uploaders: NIIBE Yutaka <[email protected]>
-Build-Depends: debhelper (>= 9), autotools-dev
+Build-Depends: debhelper (>= 9), dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://mcpp.sourceforge.net/
 
diff -Nru mcpp-2.7.2/debian/rules mcpp-2.7.2/debian/rules
--- mcpp-2.7.2/debian/rules	2013-07-09 01:45:46.000000000 +0000
+++ mcpp-2.7.2/debian/rules	2014-06-26 19:39:09.000000000 +0000
@@ -2,7 +2,7 @@
 # -*- makefile-gmake -*-
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_clean:
 	dh_auto_clean

Reply via email to