Source: music
Version: 1.0.7-1.2music: autoreconf to update config.{sub,
 guess} and aclocal.m4 to fix FTBFS for ppc64el port
Severity: normal
Tags: patch
User: debian-de...@lists.debian.org
Usertags: autoreconf ppc64el

Dear Maintainer,

In order to avoid FTBFS "music" source package on ppc64el arch, config.{sub, guess} and aclocal.m4 files need to be updated. We have also successfully verified building "music" source package on ppc64el build machine after applying attached patch.

Thanks for considering the patch.

-ravindran.

-- 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

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

>From 36262ba8494d72d1ae4413d62fd2a405557eb6a2 Mon Sep 17 00:00:00 2001
From: Ravindran Arani <r...@linux.vnet.ibm.com>
Date: Tue, 26 Aug 2014 10:54:33 +0000
Subject: [PATCH] autoreconf

---
 debian/control |  2 +-
 debian/rules   | 11 ++---------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 479d33f..e3cda1a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: music
 Priority: extra
 Maintainer: Mikael Djurfeldt <m...@debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, autoconf, automake, libtool, libopenmpi-dev, libibverbs-dev, freeglut3-dev, texlive-latex-base, texlive-latex-extra, asymptote, chrpath +Build-Depends: debhelper (>= 7), dh-autoreconf, libopenmpi-dev, libibverbs-dev, freeglut3-dev, texlive-latex-base, texlive-latex-extra, asymptote, chrpath
 Standards-Version: 3.9.0
 Section: libs
 Homepage: http://software.incf.org/software/music/home
diff --git a/debian/rules b/debian/rules
index 6511153..3ec9982 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,13 +31,7 @@ major=`ls src/.libs/lib*.so.* | \

 config.status: configure
     dh_testdir
-
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-    cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-    cp -f /usr/share/misc/config.guess config.guess
-endif
+    dh_autoreconf
./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info


@@ -55,8 +49,7 @@ clean:
     rm -f build-stamp

     [ ! -f Makefile ] || $(MAKE) distclean
-    rm -f config.sub config.guess
-
+    dh_autoreconf_clean
     dh_clean

 install: build
--
2.1.0.rc1


--===============5194329205861992335==--


--
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