Source: libsmi
Version: 0.4.8+dfsg2-9
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package libsmi fails to build on ppc64le, because of
changes required in config.{guess,sub}. This patch includes
dh-autoreconf to the build so that it builds correctly.
Thanks for considering the patch!
Thanks and regards,
Brahadambal
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.13-1-powerpc64le (SMP w/16 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
diff -ruN libsmi-0.4.8+dfsg2.orig/debian/control
libsmi-0.4.8+dfsg2/debian/control
--- libsmi-0.4.8+dfsg2.orig/debian/control 2014-08-06 09:01:44.000000000
+0000
+++ libsmi-0.4.8+dfsg2/debian/control 2014-08-06 09:02:20.000000000 +0000
@@ -1,7 +1,7 @@
Source: libsmi
Priority: optional
Maintainer: Vincent Bernat <[email protected]>
-Build-Depends: flex, bison, debhelper (>= 9), autotools-dev
+Build-Depends: flex, bison, debhelper (>= 9), dh-autoreconf
Section: libs
Standards-Version: 3.9.5
Homepage: http://www.ibr.cs.tu-bs.de/projects/libsmi/
diff -ruN libsmi-0.4.8+dfsg2.orig/debian/rules libsmi-0.4.8+dfsg2/debian/rules
--- libsmi-0.4.8+dfsg2.orig/debian/rules 2014-08-06 09:01:51.000000000
+0000
+++ libsmi-0.4.8+dfsg2/debian/rules 2014-08-06 09:02:28.000000000 +0000
@@ -4,7 +4,7 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
override_dh_auto_test:
# Don't do that.