[ adding the bug back into the loop, please keep it Cc:ed ]
On 2018-02-26 19:23, Jonathan Cross wrote:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884417
>
> What would be the next steps in getting past this?
>
> How can we indicate that '/usr/bin/trezorctl' should be replaced?
In debian/control, in the 'Package: trezor' stanza, add
Breaks: python-trezor (<< 0.7.16)
Replaces: python-trezor (<< 0.7.16)
Disclaimer: completely untested!
This is what I understood from reading debian/{changelog,control} and
the upload notifications on the qa page [1]: the package was split with
the 0.7.16-1 upload, but lacks proper Breaks+Replaces for the files
being moved around.
[1] https://packages.qa.debian.org/p/python-trezor.html
Andreas