From 37f667a02b9b103469eb8a71dc3c757e9e8f4280 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 5 Jun 2017 11:44:01 -0500 Subject: [PATCH] releasing 5.120 --- debian/changelog | 7 ++++--- usr/lib/byobu/include/shutil | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5ae2534c..3b57b800 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -byobu (5.120) unreleased; urgency=medium +byobu (5.120-0ubuntu1) artful; urgency=medium - * UNRELEASED + * usr/lib/byobu/include/shutil: + - revert the last two changes; that was a wild goose chase - -- Dustin Kirkland Thu, 01 Jun 2017 17:18:46 -0500 + -- Dustin Kirkland Mon, 05 Jun 2017 11:43:52 -0500 byobu (5.119-0ubuntu1) artful; urgency=medium diff --git a/usr/lib/byobu/include/shutil b/usr/lib/byobu/include/shutil index 0238a145..edccc974 100755 --- a/usr/lib/byobu/include/shutil +++ b/usr/lib/byobu/include/shutil @@ -316,8 +316,6 @@ get_distro() { if [ -n "$DISTRO" ]; then # user defined true - elif [ -r "/etc/lsb-release" ]; then - distro=$(. /etc/lsb-release && echo "$DISTRIB_DESCRIPTION") elif [ -r "/etc/os-release" ]; then distro=$(. /etc/os-release && echo "$NAME") elif [ -r "/etc/issue" ]; then