Package: sage
Severity: normal
Tags: patch
User: [email protected]
Usertags: ppc64el
User: [email protected]
Usertags: autoreconf
Dear Maintainer,
The package 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 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/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--===============5187055202931487326==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dh_autoreconf.debpatch"
diff -ruN sage-0.2.0.orig/debian/control sage-0.2.0/debian/control
--- sage-0.2.0.orig/debian/control 2014-06-11 05:00:54.000000000 +0000
+++ sage-0.2.0/debian/control 2014-06-11 05:35:25.000000000 +0000
@@ -2,7 +2,7 @@
Section: games
Priority: optional
Maintainer: Michael Koch <[email protected]>
-Build-Depends: debhelper (>= 7), libglu1-mesa-dev, libsdl1.2-dev, chrpath
+Build-Depends: debhelper (>= 7), dh-autoreconf, libglu1-mesa-dev,
libsdl1.2-dev, chrpath
Standards-Version: 3.8.3
Package: libsage-dev
diff -ruN sage-0.2.0.orig/debian/rules sage-0.2.0/debian/rules
--- sage-0.2.0.orig/debian/rules 2014-06-11 05:01:08.000000000 +0000
+++ sage-0.2.0/debian/rules 2014-06-11 05:36:21.000000000 +0000
@@ -18,6 +18,7 @@
config.status: configure
dh_testdir
+ dh_autoreconf
CFLAGS="$(CFLAGS)" ./configure \
--host=$(DEB_HOST_GNU_TYPE) \
@@ -43,6 +44,7 @@
[ ! -f Makefile ] || $(MAKE) distclean
+ dh_autoreconf_clean
dh_clean
install: build
--===============5187055202931487326==--
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]