Skip to content

Commit bafab28

Browse files
dpkg-buildpackage: error: unknown option or argument --no-lintian
1 parent 3d8ca64 commit bafab28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/bin/make-debianish-package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ if [ -x "$PREBUILD" ]; then
8080
#shellcheck disable=SC1090
8181
source $PREBUILD
8282
fi
83-
debuild -us -uc
83+
debuild --no-lintian -us -uc
8484

8585
cd ..
8686
FILES=$(awk '/^Files:/ { files=1; next } /^[^ ]/ { files=0; next } files==1 { print $NF }' ./*.changes)

0 commit comments

Comments
 (0)