mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13: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
|
||||
* usr/bin/ctail:
|
||||
- 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
|
||||
|
||||
|
|
13
debian/control
vendored
13
debian/control
vendored
|
@ -47,9 +47,12 @@ Breaks:
|
|||
byobu-extras (<< 2.17),
|
||||
bikeshed (<< 1.47)
|
||||
Enhances: screen
|
||||
Description: powerful, text based window manager and shell multiplexer
|
||||
Byobu is Ubuntu's text-based window manager based on GNU Screen.
|
||||
Description: text window manager, shell multiplexer, integrated DevOps environment
|
||||
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
|
||||
over a single SSH connection or TTY terminal, monitor dozens of important
|
||||
statistics about your system, detach and reattach to sessions later
|
||||
while your programs continue to run in the background.
|
||||
over a single SSH connection or TTY terminal, split each of those windows into
|
||||
multiple panes, monitor dozens of important statistics about your system,
|
||||
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
|
||||
# Copyright (C) 2011 Canonical Ltd.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue