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

[Git][lintian/lintian][refresh_data_2025-12-28] 2 commits: Fix testsuite to detect now invalid arch kfreebsd



Title: GitLab

Louis-Philippe Véronneau pushed to branch refresh_data_2025-12-28 at lintian / lintian

Commits:

  • e86df806
    by Louis-Philippe Véronneau at 2025-12-29T15:02:29-05:00
    Fix testsuite to detect now invalid arch kfreebsd
    
  • cfdd490b
    by Louis-Philippe Véronneau at 2025-12-29T23:51:54-05:00
    Manually remove 'package-contains-usr-unmerged-pathnames' from the auto-rejection list
    
    This tag is still in the official auto-rejection list, but the tag has
    been deprecated in e5ac6a8b00bdc8f592f16d5593aac8f7ab6945ca.
    
    This is a temporary fix until the auto-rejection list is changed (or
    some other fix is implemented).
    

3 changed files:

Changes:

  • data/archive/auto-rejection.yaml
    ... ... @@ -111,7 +111,6 @@ lintian:
    111 111
         - no-version-field
    
    112 112
         - not-allowed-control-file
    
    113 113
         - package-contains-ancient-file
    
    114
    -    - package-contains-usr-unmerged-pathnames
    
    115 114
         - package-has-no-description
    
    116 115
         - package-installs-apt-keyring
    
    117 116
         - package-installs-apt-preferences
    

  • t/recipes/checks/fields/package-relations/fields-build-depends-general/eval/hints
    1 1
     fields-build-depends-general (source): ored-build-depends-on-obsolete-package Build-Depends: xlibmesa-gl-dev
    
    2 2
     fields-build-depends-general (source): invalid-arch-string-in-source-relation source [Build-Depends: baz [source lintian-fake-arch]]
    
    3 3
     fields-build-depends-general (source): invalid-arch-string-in-source-relation lintian-fake-arch [Build-Depends: baz [source lintian-fake-arch]]
    
    4
    +fields-build-depends-general (source): invalid-arch-string-in-source-relation kfreebsd-any [Build-Depends: other-pkg [kfreebsd-any]]
    
    4 5
     fields-build-depends-general (source): invalid-arch-string-in-source-relation all [Build-Depends: foo [all]]
    
    5 6
     fields-build-depends-general (source): depends-on-packaging-dev Build-Depends
    
    6 7
     fields-build-depends-general (source): conflicting-negation-in-source-relation Build-Depends: baz [i386 !amd64]
    

  • t/recipes/checks/fields/package-relations/legacy-relations/eval/hints
    ... ... @@ -4,6 +4,7 @@ relations (source): redundant-build-prerequisites foo (<< 4) [!amd64 !i386], foo
    4 4
     relations (source): ored-build-depends-on-obsolete-package Build-Depends-Indep: gs
    
    5 5
     relations (source): mail-transport-agent-dependency-does-not-specify-default-mta Build-Depends: mail-transport-agent, libc6-dev, findutils, foo (= 3) [!amd64 !i386], bar, arch-test1 [i386], arch-test2 [!i386], quilt (>= 0.40), perl, python3-all-dev
    
    6 6
     relations (source): invalid-arch-string-in-source-relation test [Build-Conflicts: bar [alpha test]]
    
    7
    +relations (source): invalid-arch-string-in-source-relation kfreebsd-i386 [Build-Depends-Indep: bozzle [kfreebsd-i386]]
    
    7 8
     relations (source): build-depends-on-python-dev-with-no-arch-any
    
    8 9
     relations (source): build-depends-on-essential-package-without-using-version Build-Depends: findutils
    
    9 10
     relations (source): build-depends-on-essential-package-without-using-version Build-Depends-Indep: bash
    


  • Reply to: