Felix Lechner pushed to branch master at lintian / lintian
Commits:
- 
ac114aa6
by Felix Lechner at 2022-01-13T05:34:48-08:00
2 changed files:
Changes:
| ... | ... | @@ -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)")
 | 
| 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 |