mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* debian/control: LP: #910187
- depend on tmux | screen, recommend tmux and screen - hopefully this solves dependency resolution on hardy
This commit is contained in:
parent
2efcb0fb3f
commit
3e71b612ce
2 changed files with 5 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -28,6 +28,9 @@ byobu (5.2) unreleased; urgency=low
|
|||
* usr/lib/byobu/include/common: LP: #911149
|
||||
- when backend is not automatically set, check if screen or tmux
|
||||
is installed on the system before setting the default backend
|
||||
* debian/control: LP: #910187
|
||||
- depend on tmux | screen, recommend tmux and screen
|
||||
- hopefully this solves dependency resolution on hardy
|
||||
|
||||
[ Daniel Hahler ]
|
||||
* usr/bin/byobu-ctrl-a, usr/share/byobu/profiles/tmux: LP: #910779
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -11,8 +11,8 @@ Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
|||
|
||||
Package: byobu
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, gettext-base, python, python-newt (>= 0.52.2-11), tmux (>= 1.5)
|
||||
Recommends: screen
|
||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, gettext-base, python, python-newt (>= 0.52.2-11), tmux (>= 1.5) | screen
|
||||
Recommends: screen, tmux (>= 1.5)
|
||||
Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release, run-one
|
||||
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