mark lintian and depends as "auto" for easy removal before tests.

This commit is contained in:
Hans-Christoph Steiner 2018-06-26 09:56:49 +02:00
parent fdcdbea4f3
commit 6e021bd3a8
1 changed files with 3 additions and 1 deletions

View File

@ -2,8 +2,10 @@
. /usr/share/gitlab-ci-common
depends="lintian"
$apt_get update
$apt_get install lintian
$apt_get install $depends
apt-mark auto $depends
echo "performing general and experimental lintian checks"
su --shell /bin/sh nobody --command "lintian --color always -EviIL +pedantic ../*.changes" || true