mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* debian/control: LP: #887344
- promote tmux to a 'recommends'; will 'depend' on it soon
This commit is contained in:
parent
6298562981
commit
4bfb064aec
2 changed files with 4 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
||||||
byobu (4.46) unreleased; urgency=low
|
byobu (4.46) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* debian/control: LP: #887344
|
||||||
|
- promote tmux to a 'recommends'; will 'depend' on it soon
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 31 Oct 2011 09:46:46 -0400
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 31 Oct 2011 09:46:46 -0400
|
||||||
|
|
||||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -12,7 +12,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, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
||||||
Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release, tmux
|
Recommends: tmux
|
||||||
|
Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release
|
||||||
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)
|
||||||
Breaks: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
|
Breaks: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue