Control: tags -1 unreproducible moreinfo
Michael Tokarev:
> Package: debhelper
> Version: 13.1
> Severity: important
>
> since some version after buster, the following command:
>
> dh_install -pfoo --sourcedir=bar usr/bin/foo
>
> does not work anymore, instead of working on a single file
> specified on the comand line, it tries to work on whole
> d/foo.install.
>
> Interestingly enough, omiting --sourcedir fixes this
> (provided it can find the file).
>
> In buster and before it worked just fine, now some of
> my packages FTBFS due to this.
>
> Thanks,
>
> /mjt
>
Hi,
I cannot reproduce the issue from the instructions provided. Not saying
there is not a bug, but I need more guidance to identify the bug.
"""
$ mkdir -p bar/usr/bin
$ touch bar/usr/bin/foo
$ dh_install --sourcedir bar -pdebhelper usr/bin/foo -v
cp --reflink=auto -a bar/usr/bin debian/debhelper//usr/
cp --reflink=auto -a bar/usr/bin/foo debian/debhelper//usr/bin/
"""
Given that omitting --sourcedir "fixes" your issue, then I suspect you
might find #666741 relevant. But it is far older than buster...
Thanks,
~Niels