From 9bb8562f55bd957a37624d8dbae1f51368bf1734 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 24 Jun 2012 13:24:21 -0500 Subject: [PATCH] * debian/control, usr/share/byobu/windows/common: - fix some lintian warnings and errors --- debian/changelog | 2 ++ debian/control | 5 ++--- usr/share/byobu/windows/common | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 009a1a2a..a244c086 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ byobu (5.20) unreleased; urgency=low + ideally we'd use run-one here, but not yet in main or other distros - depend on util-linux, which provides flock - drop run-one usage, use flock directly instead + * debian/control, usr/share/byobu/windows/common: + - fix some lintian warnings and errors -- Dustin Kirkland Fri, 08 Jun 2012 17:25:23 -0500 diff --git a/debian/control b/debian/control index 6a3a664d..04534833 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Dustin Kirkland DM-Upload-Allowed: yes Uploaders: Antoine Beaupré -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf Homepage: http://launchpad.net/byobu Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk @@ -17,8 +17,7 @@ Depends: gettext-base, python, python-newt (>= 0.52.2-11), - tmux (>= 1.5) | screen, - util-linux, + tmux (>= 1.5) | screen Recommends: screen, tmux (>= 1.5), diff --git a/usr/share/byobu/windows/common b/usr/share/byobu/windows/common index dd841b60..404e58a5 100644 --- a/usr/share/byobu/windows/common +++ b/usr/share/byobu/windows/common @@ -1,5 +1,5 @@ # Default windows examples -# $BYOBU_BACKEND -t notify-osd -M tail -f $HOME/.cache/notify-osd.log -# $BYOBU_BACKEND -t top top -# $BYOBU_BACKEND -t web w3m http://LinuxSearch.org -# $BYOBU_BACKEND -t shell byobu-shell +# screen -t notify-osd -M tail -f $HOME/.cache/notify-osd.log +# screen -t top top +# screen -t web w3m http://LinuxSearch.org +# screen -t shell byobu-shell