GitLab CI: Remove a Lintian check.

Remove the "copyright-excludes-files-in-native-package". It was added
in Lintian 2.57.0 and annoyingly removed without any sort of backward
compatibility in 2.106.0. Ubuntu 22.04 / Jammy ships with Lintian
2.114.0.

Cherry-picked from 08460a7f43

Conflicts:
	.gitlab-ci.yml
This commit is contained in:
Gerald Combs 2022-08-23 13:54:45 -07:00
parent d456cc761a
commit bbf596f447
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ Debian Stable APT Package:
# Ignore changed symbols (on development branch).
- export DPKG_GENSYMBOLS_CHECK_LEVEL=0
- CC=/usr/lib/ccache/gcc CXX=/usr/lib/ccache/g++ dpkg-buildpackage -b --no-sign -jauto -zfast
- lintian --suppress-tags library-not-linked-against-libc,copyright-excludes-files-in-native-package --display-experimental --display-info --pedantic --profile debian
- lintian --suppress-tags library-not-linked-against-libc --display-experimental --display-info --pedantic --profile debian
- mkdir debian-packages
- mv ../*.deb debian-packages/
artifacts: