Bug#762091: iaxmodem: syntax error: autotools_dev to update config.{sub, guess} for new port ppc64el
ravi
ravi at linux.vnet.ibm.com
Thu Sep 18 11:21:32 UTC 2014
Package: iaxmodem
Version: 1.2.0~dfsg-2
Severity: normal
Tags: patch
User: debian-devel at lists.debian.org
Usertags: autoreconf ppc64el
Dear Maintainer,
Since autotools_dev is wrongly invoked in debian/rules file,
config.{sub, guess} files are not getting updated, which is required for
new ports.
In order to avoid FTBFS "iaxmodem" source package on ppc64el arch,
config.{sub, guess} files need to be updated.
We have also successfully verified building "iaxmodem" source package on
ppc64el build machine after applying attached patch.
Thanks for considering the patch.
-ravindran.
-- System Information:
Debian Release: jessie/sid
APT prefers buildd-unstable
APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: ppc64el (ppc64le)
Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Versions of packages iaxmodem depends on:
ii libc6 2.19-10
iaxmodem recommends no packages.
iaxmodem suggests no packages.
-- no debconf information
--===============3062313895085060198==
Content-Type: text/x-diff; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="autotools_syntax_err.debpatch"
>From 287913ce8b6837f9d3c37b0f4bdc566207a01a45 Mon Sep 17 00:00:00 2001
From: Ravindran Arani <ravi at linux.vnet.ibm.com>
Date: Thu, 18 Sep 2014 11:03:25 +0000
Subject: [PATCH] autotools_syntax_err
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3ed5dd9..e56e24f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ UPFILENAME := iaxmodem_$(UPVERSION).orig.tar.gz
URL :=
http://heanet.dl.sourceforge.net/iaxmodem/iaxmodem-$(UPVERSION).tar.gz
%:
- dh $@ --with-autotools_dev
+ dh $@ --with autotools_dev
override_dh_auto_configure:
# Check that problematic files have been removed prior to packaging
--
2.1.0
--===============3062313895085060198==--
More information about the Pkg-voip-maintainers
mailing list