mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* debian/control:
- depend on tmux, recommend screen
This commit is contained in:
parent
af6659ca80
commit
c4448c1e4e
2 changed files with 4 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.1) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/bin/byobu-select-backend:
|
* usr/bin/byobu-select-backend:
|
||||||
- switch the order of the listed backends
|
- switch the order of the listed backends
|
||||||
|
* debian/control:
|
||||||
|
- depend on tmux, recommend screen
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 24 Dec 2011 17:35:04 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 24 Dec 2011 17:35:04 -0600
|
||||||
|
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -11,8 +11,8 @@ Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||||
|
|
||||||
Package: byobu
|
Package: byobu
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, gettext-base, python, python-newt (>= 0.52.2-11), tmux (>= 1.5)
|
||||||
Recommends: tmux (>= 1.5)
|
Recommends: screen
|
||||||
Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release, run-one
|
Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release, run-one
|
||||||
Provides: screen-profiles, screen-profiles-extras, byobu-extras
|
Provides: screen-profiles, screen-profiles-extras, byobu-extras
|
||||||
Replaces: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
|
Replaces: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue