# HG changeset patch # User Anton Shestakov # Date 1676640784 -14400 # Node ID f1dd77073bca70f54970d1ad4793509710cffa6e # Parent 85f9d2be6f9b3f412cb4fb237d7ad56f48b2a348 ci: install lintian in deb job It should run automatically after debuild. diff -r 85f9d2be6f9b -r f1dd77073bca .gitlab-ci.yml --- a/.gitlab-ci.yml Tue Feb 14 14:44:04 2023 +0100 +++ b/.gitlab-ci.yml Fri Feb 17 17:33:04 2023 +0400 @@ -109,7 +109,7 @@ deb: image: registry.heptapod.net/mercurial/ci-images/py3-hgext3rd script: - - apt-get update && apt-get -yq install devscripts equivs --no-install-recommends + - apt-get update && apt-get -yq install devscripts equivs lintian --no-install-recommends - mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control - version=$($PYTHON setup.py --version) - debversion="$version+hg$(date +%Y%m%d)+$(hg log -r . -T '{node|short}')"