Bug#751099: rtmidi: add autotools_dev to update config.{sub, , guess} and fix FTBFS for ppc64le port
ravi
ravi at linux.vnet.ibm.com
Tue Jun 10 10:39:01 UTC 2014
Package: librtmidi1
Version: 2.0.1~ds0-3
Severity: normal
File: rtmidi
Tags: patch
User: debian-devel at lists.debian.org
Usertags: autotools_dev
Dear Maintainer,
The packages of rtmidi fails to build on ppc64el arch from source,
because config.{guess,sub} files are out of date, and are not updated during
the build.
This patch includes dh_autotools-dev_updateconfig to the build.
So, please consider the patch during build process.
Thanks and regards,
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/1 CPU core)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages librtmidi1:ppc64el depends on:
ii libasound2 1.0.27.2-3
ii libc6 2.18-0experimental1+ppc64el.3
ii libgcc1 1:4.8.2-18
ii libjack-jackd2-0 [libjack-0.116] 1.9.9.5+20130622git7de15e7a-1
ii libstdc++6 4.8.2-18
ii multiarch-support 2.18-0experimental1+ppc64el.3
librtmidi1:ppc64el recommends no packages.
librtmidi1:ppc64el suggests no packages.
-- no debconf information
--===============6691655522835180015==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="0001-autotools_dev.debpatch"
>From 48b89ff8fae0728c2b7853bef5c2ac6d62ebe0e5 Mon Sep 17 00:00:00 2001
From: Ravindran Arani <ravi at linux.vnet.ibm.com>
Date: Tue, 10 Jun 2014 07:30:06 +0000
Subject: [PATCH] autotools_dev
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index c4bb610..d5108d2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends:
debhelper (>= 8.1.3~),
dh-autoreconf,
libjack-dev,
- libasound2-dev
+ libasound2-dev,
+ autotools-dev
Standards-Version: 3.9.4
Homepage: http://www.music.mcgill.ca/~gary/rtmidi/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/rtmidi.git
diff --git a/debian/rules b/debian/rules
index 53e8b13..ca4ebd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ endif
export CFLAGS
%:
- dh $@ --parallel --with autoreconf
+ dh $@ --parallel --with autoreconf,autotools_dev
override_dh_clean:
dh_clean -Xtests/midiprobe.cpp~
--
1.8.5.3
--===============6691655522835180015==--
More information about the pkg-multimedia-maintainers
mailing list