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

[Git][lintian/lintian][master] Recognize pybuild-plugin-pyproject as a valid prerequisite for the python3...



Title: GitLab

Felix Lechner pushed to branch master at lintian / lintian

Commits:

2 changed files:

Changes:

  • lib/Lintian/Check/Debhelper.pm
    ... ... @@ -805,7 +805,7 @@ sub source {
    805 805
     
    
    806 806
             # As a special case, the python3 addon needs a dependency on
    
    807 807
             # dh-python unless the -dev packages are used.
    
    808
    -        my $python_source = 'dh-python:any';
    
    808
    +        my $python_source = 'dh-python:any | pybuild-plugin-pyproject:any';
    
    809 809
     
    
    810 810
             $self->pointed_hint('missing-build-dependency-for-dh-addon',
    
    811 811
                 $drules->pointer,$addon, "(does not satisfy $python_source)")
    

  • t/recipes/checks/debhelper/debhelper-dh-with-python3/eval/hints
    1
    -debhelper-dh-with-python3 (source): missing-build-dependency-for-dh-addon python3 (does not satisfy dh-python:any) [debian/rules]
    
    1
    +debhelper-dh-with-python3 (source): missing-build-dependency-for-dh-addon python3 (does not satisfy dh-python:any | pybuild-plugin-pyproject:any) [debian/rules]
    
    2 2
     debhelper-dh-with-python3 (source): debian-build-system dh [debian/rules]
    
    3 3
     debhelper-dh-with-python3 (source): debhelper-compat-virtual-relation 13 [debian/control]
    
    4 4
     debhelper-dh-with-python3 (source): debhelper-compat-level 13


  • Reply to: