Bug#889883: dh-lua: Please disable --silent in libtool calls

2019-12-31 Thread Christoph Berg
Re: Jean-Michel Vourgère 2018-02-08 <2927066.44csPzL39Z@deimos>
> My rrdtool package uses dh-lua. I get a bunch of compiler-flags-hidden 
> warnings in build log scanner [1], from package blhc.

Hi,

I'm getting these warnings on hamlib. I'd appreciate if the dh-lua fix
were uploaded to unstable as well!

Christoph



Bug#889883: dh-lua: Please disable --silent in libtool calls

2018-02-08 Thread Jean-Michel Vourgère
Package: dh-lua
Version: 24
Severity: wishlist
Tag: patch
 
Hello Enrico 
 
My rrdtool package uses dh-lua. I get a bunch of compiler-flags-hidden 
warnings in build log scanner [1], from package blhc.
 
If you don't mind too much the extra verbosity, please consider removing 
--silent from the libtool calls. Having complete build logs help 
detecting hazardous compilation options, globaly.

FYI, #628515 talks about setting this conditionally, but this is just a 
proposal at the moment, as far as I know.

Patch attached.

Cheers

[1] https://qa.debian.org/bls/packages/r/rrdtool.html
--- /usr/share/dh-lua/make/dh-lua.Makefile.single.orig	2018-02-08 09:38:33.240629090 +
+++ /usr/share/dh-lua/make/dh-lua.Makefile.single	2018-02-08 09:38:42.776798990 +
@@ -44,7 +44,7 @@
 LUA=lua$(LUA_VERSION)
 C_TEST_FILE=$(DH_LUA_SUPPORT_FILES)test/$(LUA_VERSION)/app.c
 PREFIX=$(DESTDIR)/usr/
-LBTL=libtool --silent --tag=CC
+LBTL=libtool --tag=CC
 ifeq "$(LUA_SOURCES_MANGLER)" ""
 	LUA_SOURCES_MANGLER:=cat
 endif


signature.asc
Description: This is a digitally signed message part.