We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8ca64 commit bafab28Copy full SHA for bafab28
ci/bin/make-debianish-package
@@ -80,7 +80,7 @@ if [ -x "$PREBUILD" ]; then
80
#shellcheck disable=SC1090
81
source $PREBUILD
82
fi
83
-debuild -us -uc
+debuild --no-lintian -us -uc
84
85
cd ..
86
FILES=$(awk '/^Files:/ { files=1; next } /^[^ ]/ { files=0; next } files==1 { print $NF }' ./*.changes)
0 commit comments