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

[Git][lintian/lintian][master] Salsa CI: Drop backports to bullseye (oldstable): We expect a newer debhelper



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • cd755962
    by Axel Beckert at 2024-02-05T03:55:52+01:00
    Salsa CI: Drop backports to bullseye (oldstable): We expect a newer debhelper
    
    ... for the test suite to pass as it now uses path as present after
    dh_movetousr has been run.
    
    And despite the build profile "nocheck" is passed, "apt build-dep" in
    bullseye tries to satisfy "<!nocheck>" build-dependencies nevertheless
    and hence fails to install an older version of debhelper, despite it
    would have been fine.
    

1 changed file:

Changes:

  • debian/salsa-ci.yml
    ... ... @@ -16,13 +16,6 @@ build-bookworm-backports:
    16 16
       extends: .build-package
    
    17 17
       allow_failure: true
    
    18 18
     
    
    19
    -build-bullseye-backports:
    
    20
    -  variables:
    
    21
    -    RELEASE: 'bullseye-backports'
    
    22
    -    DEB_BUILD_OPTIONS: 'nocheck'
    
    23
    -  extends: .build-package
    
    24
    -  allow_failure: true
    
    25
    -
    
    26 19
     variables:
    
    27 20
       SALSA_CI_DISABLE_BLHC: 1
    
    28 21
       SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
    


  • Reply to: