mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-24 07:06:19 -07:00
* debian/control, etc/profile.d/Z97-byobu.sh.in (properties changed:
+x to -x): - update package description to better reflect modern Byobu - fix lintian complaint about profile script
This commit is contained in:
parent
30ac9f70cd
commit
def68e49d8
3 changed files with 12 additions and 6 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -17,6 +17,10 @@ byobu (5.81) unreleased; urgency=medium
|
||||||
- update automake files to install new utilities
|
- update automake files to install new utilities
|
||||||
* usr/bin/ctail:
|
* usr/bin/ctail:
|
||||||
- use command -v to test for ccze existence
|
- use command -v to test for ccze existence
|
||||||
|
* debian/control, etc/profile.d/Z97-byobu.sh.in (properties changed:
|
||||||
|
+x to -x):
|
||||||
|
- update package description to better reflect modern Byobu
|
||||||
|
- fix lintian complaint about profile script
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 28 Apr 2014 09:36:59 -0700
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 28 Apr 2014 09:36:59 -0700
|
||||||
|
|
||||||
|
|
13
debian/control
vendored
13
debian/control
vendored
|
@ -47,9 +47,12 @@ Breaks:
|
||||||
byobu-extras (<< 2.17),
|
byobu-extras (<< 2.17),
|
||||||
bikeshed (<< 1.47)
|
bikeshed (<< 1.47)
|
||||||
Enhances: screen
|
Enhances: screen
|
||||||
Description: powerful, text based window manager and shell multiplexer
|
Description: text window manager, shell multiplexer, integrated DevOps environment
|
||||||
Byobu is Ubuntu's text-based window manager based on GNU Screen.
|
Byobu is Ubuntu's powerful text-based window manager, shell multiplexer, and
|
||||||
|
integrated DevOps environment.
|
||||||
|
.
|
||||||
Using Byobu, you can quickly create and move between different windows
|
Using Byobu, you can quickly create and move between different windows
|
||||||
over a single SSH connection or TTY terminal, monitor dozens of important
|
over a single SSH connection or TTY terminal, split each of those windows into
|
||||||
statistics about your system, detach and reattach to sessions later
|
multiple panes, monitor dozens of important statistics about your system,
|
||||||
while your programs continue to run in the background.
|
detach and reattach to sessions later while your programs continue to run in
|
||||||
|
the background.
|
||||||
|
|
1
etc/profile.d/Z97-byobu.sh.in
Executable file → Normal file
1
etc/profile.d/Z97-byobu.sh.in
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
|
||||||
# Z97-byobu.sh - allow any user to opt into auto-launching byobu
|
# Z97-byobu.sh - allow any user to opt into auto-launching byobu
|
||||||
# Copyright (C) 2011 Canonical Ltd.
|
# Copyright (C) 2011 Canonical Ltd.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue