apt-clone
apt-clone copied to clipboard
Run lsb_release as command if the Python module is not available
apt-clone currently fails when the lsb_release Python module is not available, as it is the case since 2022-09-26 in Debian unstable.
The attached patch makes apt-clone use the lsb_release command when the namesake Python module is not available.
Fixes: #1021060