mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/control:
- we really need tmux 1.5 to take advantage of its features - N.B.: I have pushed backports of tmux 1.5-1 to ppa:byobu/ppa
This commit is contained in:
parent
39af487e52
commit
e3fd504c2d
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -16,6 +16,9 @@ byobu (4.48) unreleased; urgency=low
|
|||
or left in the list
|
||||
* usr/lib/byobu/ip_address:
|
||||
- remove some first-launch noise, when ip address is not yet available
|
||||
* debian/control:
|
||||
- we really need tmux 1.5 to take advantage of its features
|
||||
- N.B.: I have pushed backports of tmux 1.5-1 to ppa:byobu/ppa
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 09 Nov 2011 17:54:11 -0600
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -12,7 +12,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
|||
Package: byobu
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
||||
Recommends: run-one, tmux
|
||||
Recommends: run-one, tmux (>= 1.5)
|
||||
Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release
|
||||
Provides: screen-profiles, screen-profiles-extras, byobu-extras
|
||||
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