Bastien Roucariès pushed to branch master at lintian / lintian
Commits: 87a283b7 by Otto Kekäläinen at 2024-07-27T16:14:40+00:00 Declare compliance with Debian Policy 4.7.0 No changes seem necessary based on review of https://www.debian.org/doc/debian-policy/upgrading-checklist.html#version-4-7-0 - - - - - df8b0fb7 by Otto Kekäläinen at 2024-07-27T16:14:40+00:00 Salsa-CI: Run both current and new Lintian to ensure full compatibility Any change in Lintian should pass both the latest released Lintian as well as the latest git version of the change itself. Testing both with the released and in-development Lintian ensures max backwards compatibility and will also mimic the Lintian users' experience. - - - - - 2 changed files: - debian/control - debian/salsa-ci.yml Changes: ===================================== debian/control ===================================== @@ -61,7 +61,7 @@ Build-Depends: wamerican <!nocheck>, wbritish <!nocheck>, zip <!nocheck> -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/lintian/lintian.git Vcs-Browser: https://salsa.debian.org/lintian/lintian ===================================== debian/salsa-ci.yml ===================================== @@ -22,9 +22,9 @@ variables: SALSA_CI_LINTIAN_FAIL_WARNING: 1 DEB_BUILD_OPTIONS: 'nocheck' -# Try to override the lintian version being used to the just built -# version. -.test-lintian: &test-lintian +# Run additional Lintian check using latest version from git +lintian-git: + extends: .test-autopkgtest before_script: - apt-get update - apt-get install -y ${WORKING_DIR}/lintian_*.deb View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/64c9168c5caaa3ab95132867d6bec975c7d977a8...df8b0fb79acf812d2dbdd81757f2655961853cc3 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/64c9168c5caaa3ab95132867d6bec975c7d977a8...df8b0fb79acf812d2dbdd81757f2655961853cc3 You're receiving this email because of your account on salsa.debian.org.