mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/control, usr/share/byobu/windows/common:
- fix some lintian warnings and errors
This commit is contained in:
parent
8aa3827b86
commit
9bb8562f55
3 changed files with 8 additions and 7 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Fri, 08 Jun 2012 17:25:23 -0500
|
||||
|
||||
|
|
5
debian/control
vendored
5
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
|||
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||
DM-Upload-Allowed: yes
|
||||
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
||||
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),
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue