* debian/control: LP: #910187

- depend on tmux | screen, recommend tmux and screen
  - hopefully this solves dependency resolution on hardy
This commit is contained in:
Dustin Kirkland 2012-01-08 19:31:51 -06:00
commit 3e71b612ce
2 changed files with 5 additions and 2 deletions

3
debian/changelog vendored
View file

@ -28,6 +28,9 @@ byobu (5.2) unreleased; urgency=low
* usr/lib/byobu/include/common: LP: #911149 * usr/lib/byobu/include/common: LP: #911149
- when backend is not automatically set, check if screen or tmux - when backend is not automatically set, check if screen or tmux
is installed on the system before setting the default backend 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 ] [ Daniel Hahler ]
* usr/bin/byobu-ctrl-a, usr/share/byobu/profiles/tmux: LP: #910779 * usr/bin/byobu-ctrl-a, usr/share/byobu/profiles/tmux: LP: #910779

4
debian/control vendored
View file

@ -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, gettext-base, python, python-newt (>= 0.52.2-11), tmux (>= 1.5) Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, gettext-base, python, python-newt (>= 0.52.2-11), tmux (>= 1.5) | screen
Recommends: screen Recommends: screen, tmux (>= 1.5)
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)