Source: libranlip
Version: 1.0-4.1
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package libranlip 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 libranlip-1.0.orig/debian/control libranlip-1.0/debian/control
--- libranlip-1.0.orig/debian/control 2014-08-13 14:40:37.000000000 +0000
+++ libranlip-1.0/debian/control 2014-08-13 14:41:20.000000000 +0000
@@ -2,7 +2,7 @@
Section: math
Priority: optional
Maintainer: Juan Esteban Monsalve Tobon <[email protected]>
-Build-Depends:
+Build-Depends: dh-autoreconf
Homepage: http://www.deakin.edu.au/~gleb/ranlip.html
Standards-Version: 3.7.2
diff -ruN libranlip-1.0.orig/debian/rules libranlip-1.0/debian/rules
--- libranlip-1.0.orig/debian/rules 2014-08-13 14:40:47.000000000 +0000
+++ libranlip-1.0/debian/rules 2014-08-13 14:41:27.000000000 +0000
@@ -6,6 +6,7 @@
build:
$(checkdir)
+ dh_autoreconf
./configure --prefix=/usr --enable-shared
$(MAKE) install prefix=$(CURDIR)/shared
[ ! -f Makefile ] || $(MAKE) distclean