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
-
df8b0fb7
by Otto Kekäläinen at 2024-07-27T16:14:40+00:00
2 changed files:
Changes:
... | ... | @@ -61,7 +61,7 @@ Build-Depends: |
61 | 61 | wamerican <!nocheck>,
|
62 | 62 | wbritish <!nocheck>,
|
63 | 63 | zip <!nocheck>
|
64 | -Standards-Version: 4.6.2
|
|
64 | +Standards-Version: 4.7.0
|
|
65 | 65 | Rules-Requires-Root: no
|
66 | 66 | Vcs-Git: https://salsa.debian.org/lintian/lintian.git
|
67 | 67 | Vcs-Browser: https://salsa.debian.org/lintian/lintian
|
... | ... | @@ -22,9 +22,9 @@ variables: |
22 | 22 | SALSA_CI_LINTIAN_FAIL_WARNING: 1
|
23 | 23 | DEB_BUILD_OPTIONS: 'nocheck'
|
24 | 24 | |
25 | -# Try to override the lintian version being used to the just built
|
|
26 | -# version.
|
|
27 | -.test-lintian: &test-lintian
|
|
25 | +# Run additional Lintian check using latest version from git
|
|
26 | +lintian-git:
|
|
27 | + extends: .test-autopkgtest
|
|
28 | 28 | before_script:
|
29 | 29 | - apt-get update
|
30 | 30 | - apt-get install -y ${WORKING_DIR}/lintian_*.deb
|