mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
* debian/control:
- suggest ttf-ubuntu-font-family which provides the character
This commit is contained in:
parent
f8759012b9
commit
5c61b50882
2 changed files with 6 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -8,6 +8,10 @@ byobu (5.8) unreleased; urgency=low
|
||||||
* usr/bin/byobu-reconnect-sockets: LP: #923169
|
* usr/bin/byobu-reconnect-sockets: LP: #923169
|
||||||
- better fix for zsh, set compatibility options instead
|
- better fix for zsh, set compatibility options instead
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
|
* debian/control:
|
||||||
|
- suggest ttf-ubuntu-font-family which provides the character
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 30 Jan 2012 18:12:49 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 30 Jan 2012 18:12:49 -0600
|
||||||
|
|
||||||
byobu (5.7-0ubuntu1) precise; urgency=low
|
byobu (5.7-0ubuntu1) precise; urgency=low
|
||||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -20,12 +20,13 @@ Depends:
|
||||||
tmux (>= 1.5) | screen
|
tmux (>= 1.5) | screen
|
||||||
Recommends:
|
Recommends:
|
||||||
screen,
|
screen,
|
||||||
tmux (>= 1.5)
|
tmux (>= 1.5),
|
||||||
Suggests:
|
Suggests:
|
||||||
apport,
|
apport,
|
||||||
lsb-release,
|
lsb-release,
|
||||||
po-debconf,
|
po-debconf,
|
||||||
run-one,
|
run-one,
|
||||||
|
ttf-ubuntu-font-family (>= 0.80-0ubuntu1~medium),
|
||||||
update-notifier-common,
|
update-notifier-common,
|
||||||
vim,
|
vim,
|
||||||
w3m
|
w3m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue