Package: xscorch
Version: 0.2.1
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autotools_dev ppc64el

Dear Maintainer,

In order to avoid FTBFS xscorch package on ppc64le arch, config.guess and config.sub need to be updated. Please consider the attached patch, which is tested on ppc64le internal build machine.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--===============1598097842726577918==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="update-autotools.debpatch"

>From 7d9a393c2803a2459196d91abd4039206b6de671 Mon Sep 17 00:00:00 2001
From: Ravindran Arani <r...@linux.vnet.ibm.com>
Date: Tue, 29 Jul 2014 11:02:02 +0000
Subject: [PATCH] autorecof

---
 debian/control | 2 +-
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 72dc172..981f07e 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Homepage: http://www.xscorch.org/
 Maintainer: Jacob Luna Lundberg <ja...@gnifty.net>
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 2.20), libmikmod2-dev, libreadline-gplv2-dev | libreadline5-dev, libx11-dev, libxext-dev, libxi-dev +Build-Depends: debhelper (>= 7), groff, libglib2.0-dev, libgtk2.0-dev (>= 2.20), libmikmod2-dev, libreadline-gplv2-dev | libreadline5-dev, libx11-dev, libxext-dev, libxi-dev, autotools-dev

 Package: xscorch
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 045b29c..3e5ad38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ build-indep: build-stamp

 build-stamp:
     dh_testdir
+    dh_autotools-dev_updateconfig

./configure --prefix=/usr --bindir=/usr/games --mandir=/usr/share/man --datadir=/usr/share/games --without-gnome --enable-network
     $(MAKE)
@@ -23,6 +24,7 @@ clean:

     [ ! -f Makefile ] || $(MAKE) distclean

+    dh_autotools-dev_restoreconfig
     dh_clean

 install: install-stamp
--
1.8.5.3


--===============1598097842726577918==--

--
Ravindran
IBM LinuxTechnologyCenter


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to