diff -Nru lsb-9.20160110ubuntu0.1/debian/changelog lsb-9.20160110ubuntu0.2/debian/changelog --- lsb-9.20160110ubuntu0.1/debian/changelog 2016-06-21 22:14:51.000000000 +0000 +++ lsb-9.20160110ubuntu0.2/debian/changelog 2016-07-06 15:18:50.000000000 +0000 @@ -1,3 +1,10 @@ +lsb (9.20160110ubuntu0.2) xenial; urgency=medium + + * Revert changes to python2 vs. python3 installation of lsb_release.py, + inadvertently breaking imports of lsb_release in python2. LP: #1596638. + + -- Steve Langasek Wed, 06 Jul 2016 08:18:48 -0700 + lsb (9.20160110ubuntu0.1) xenial; urgency=medium * lsb_release.py: restore support for querying the list of installed diff -Nru lsb-9.20160110ubuntu0.1/debian/lsb-release.install lsb-9.20160110ubuntu0.2/debian/lsb-release.install --- lsb-9.20160110ubuntu0.1/debian/lsb-release.install 2016-06-21 21:26:24.000000000 +0000 +++ lsb-9.20160110ubuntu0.2/debian/lsb-release.install 2016-07-06 15:17:42.000000000 +0000 @@ -1,2 +1,2 @@ lsb_release /usr/bin -lsb_release.py /usr/lib/python3/dist-packages/ +lsb_release.py /usr/share/pyshared/ diff -Nru lsb-9.20160110ubuntu0.1/debian/lsb-release.links lsb-9.20160110ubuntu0.2/debian/lsb-release.links --- lsb-9.20160110ubuntu0.1/debian/lsb-release.links 1970-01-01 00:00:00.000000000 +0000 +++ lsb-9.20160110ubuntu0.2/debian/lsb-release.links 2016-07-06 15:17:52.000000000 +0000 @@ -0,0 +1,2 @@ +usr/share/pyshared/lsb_release.py usr/lib/python2.7/dist-packages/lsb_release.py +usr/share/pyshared/lsb_release.py usr/lib/python3/dist-packages/lsb_release.py