[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] 2 commits: Declare compliance with Debian Policy 4.7.0



Title: GitLab

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:

Changes:

  • debian/control
    ... ... @@ -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
    

  • debian/salsa-ci.yml
    ... ... @@ -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
    


  • Reply to: