Package: lsb-release
Version: 12.0-1

As you can see below, the lsb_release module for python 3 (afaik 2 is not supported anymore) is missing from the lsb-release deb package. Because bookworm is not yet released, is it an intended behaviour (and the package will have the python module in june, when bookworm will become stable) or is it a bug?

$ dpkg -L lsb-release # (on debian bookworm / 12)

/.
/usr
/usr/bin
/usr/bin/lsb_release
/usr/share
/usr/share/doc
/usr/share/doc/lsb-release
/usr/share/doc/lsb-release/changelog.Debian.gz
/usr/share/doc/lsb-release/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/lsb_release.1.gz

$ dpkg -L lsb-release # (on a debian 11)

/.
/usr
/usr/bin
/usr/bin/lsb_release
/usr/lib
/usr/lib/python2.7
/usr/lib/python2.7/dist-packages
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/share
/usr/share/bug
/usr/share/bug/lsb-release
/usr/share/doc
/usr/share/doc/lsb-release
/usr/share/doc/lsb-release/README.Debian
/usr/share/doc/lsb-release/changelog.gz
/usr/share/doc/lsb-release/copyright
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/lsb_release.1.gz
/usr/share/pyshared
/usr/share/pyshared/lsb_release.py
/usr/lib/python2.7/dist-packages/lsb_release.py
/usr/lib/python3/dist-packages/lsb_release.py

Reply via email to