Bug#882224: bs1770gain: enable dh-autoreconf
James Cowgill
jcowgill at debian.org
Wed Mar 21 22:02:26 GMT 2018
Hi,
On 21/03/18 19:28, Petter Reinholdtsen wrote:
> [James Cowgill]
>> bs1770gain contains a build-dependency on dh-autoreconf, but since it
>> uses compat 9 and does not enable it manually, it is never used. This
>> looks like an oversight to me.
>
> It is, but it is harder to fix than expected. I tried to enable it by
> raising the compat level from 9 to 10, but the build fail.
You can workaround this by disabling automake's -Werror which at least
allows you to build the package. The warnings are things that would be
good to fix though.
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@
# AC_CHECK_LIB (library, function, [action-if-found], [action-if-not-found], [other-libraries])
AC_INIT([bs1770gain], [0.4.11-beta-2], [pbelkner at users.sf.net], [], [http://bs1770gain.sourceforge.net/])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AM_INIT_AUTOMAKE([-Wall foreign])
AC_PROG_CC
AC_PROG_RANLIB
James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20180321/983d00de/attachment.sig>
More information about the pkg-multimedia-maintainers
mailing list