Control: reassign -1 debhelper

On Tue, 2022-09-13 at 15:50:07 +0200, Fab Stz wrote:
> Package: dpkg-dev
> Version: 1.29.9
> Severity: normal
> File: /usr/bin/dpkg-buildpackage

> This may be a regression because I don't have this problem with 1.20.12 which 
> is on bullseye.
> 
> 
> When in debian/rules, I include a file that doesn't exists, dpkg will try to
> run
> 
> dh /path/to/missing/file ....
> 
> which leads to this failure & error:
> 
> dh: error: unknown sequence/path/to/missing/file (choose from: binary binary-
> arch binary-indep build build-arch build-indep clean install install-arch
> install-indep)
> 
> 
> for example, in your debian/rules, at the top, put
> 
> -include /path/to/missing/file
> 
> then, run dpkg-buildpackage

This seems like an issue with debhelper, if at all. As
dpkg-buildpackage does not call dh directly, debian/rules does.
Reassigning.

Thanks,
Guillem

Reply via email to