Symlink /etc/dpkg/origins/default not created/updated
After updating base-files to 9.2+devuan2, the symlink /etc/dpkg/origins/default still points to the debian file, not the devuan one.
This results in a strange mash of information reported by lsb_release, which oddly does not take all the information from the /etc/os-release file as one might expect.
Actual result:
$ lsb_release -idrc
Distributor ID:\tDebian
Description:\tDebian GNU/Linux 2.0 (ascii)
Release:\t2.0
Codename:\tascii
Expected result, obtained after flipping the link:
$ lsb_release -idrc
Distributor ID:\tDevuan
Description:\tDevuan GNU/Linux 2.0 (ascii)
Release:\t2.0
Codename:\tascii
3 Related Merge Requests
-
mentioned in merge request !4 (merged)
-
mentioned in merge request !5 (merged)
-
mentioned in merge request !6 (merged)
-
Status changed to reopened
-
Maybe we want to lose the 'echo'. I assume it is left over from testing?
- echo rm /etc/dpkg/origins/default
Edited -
ops! :D
-
Status changed to closed
-
Works perfectly now! :)