Skip to content
Snippets Groups Projects
Verified Commit 05aeaf13 authored by Benny Baumann's avatar Benny Baumann
Browse files

chg: Fail on any lintian warnings

parent 7405b544
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -72,7 +72,8 @@ style:
-astyle --mode=c --options=none --recursive -q -Q -s4 -f -j -k1 -W3 -p -U -H ${SRCDIR}/*.hpp
lintian:
lintian --pedantic --profile debian --verbose --display-experimental
lintian --pedantic --profile debian --verbose --display-experimental --show-overrides
@if lintian --pedantic --profile debian --verbose --display-experimental --show-overrides 2>&1 | grep -q '^W:'; then false; fi
install:
${INSTALL} -D -o root -g root -m 700 -t ${DESTDIR}${prefix}/bin ${TARGETS}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment