Control: tags -1 moreinfo unreproducible

On Thu, 22 Aug 2019 00:10:08 +0200 =?utf-8?q?Cl=C3=A9ment_Hermann?=
<nod...@nodens.org> wrote:
> Package: debhelper
> Version: 12.5.3
> Severity: normal
> 
> Hi,
> 
> while working on a package, I had trouble finding out why some file were
> disapearing without any reason and no entry in build log, despite using
> DH_VERBOSE.
> 
> Looking at the code, it's because
> glob_expand_error_handler_silently_ignores is used, I guess to avoid
> warning about not being able to remove non-existing files.
> 
> It would be nice if dh_clean would print something about files being
> removed, at least when DH_VERBOSE=1. IMO, warnings about
> non-existing files are OK if DH_VERBOSE is used.
> 
> What do you think? I didn't really look at a possible patch yet, I
> wanted to discuss it first.
> 
> Cheers,
> 
> -- 
> nodens
> 
> [...]


Hi,

I cannot reproduce the issue from the description.  When I run dh_clean
with verbose it lists files/directories being removed.

"""
> dh_clean -v foo
>         rm -f debian/debhelper-build-stamp
>         rm -rf debian/.debhelper/
>         rm -f -- debian/debhelper.substvars debian/dh-systemd.substvars foo 
> debian/files
>                                                                         ^^^
>         rm -fr -- debian/debhelper/ debian/tmp/ debian/dh-systemd/
>         [...]
"""

(see ^^^ line)

Can you provide a concrete example where it does not work?

Thanks,
~Niels

Reply via email to