Control: found -1 2.0.13+1-3
On 2016-12-07 23:52, Rob Browning wrote:
> Andreas Beckmann <[email protected]> writes:
>
>> I'd like to see this fixed in stretch.
>
> Hopefully -3 did it. If not, please shout.
guile-2.0.postinst is missing
# remove the pre-multiarch alternative
update-alternatives --remove guile /usr/bin/guile-2.0
to clean up the alternative that was used in jessie
(this is a silent no-op if it doesn't exist, no guards needed)
(installing the new alternative in the multiarch location does not
remove the existing one - a different path is a different alternative)
Andreas