mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
actually, take that back... we need update-notifier-common for apt-check
binary, which tells us the updates that are available Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
d7144bc0ab
commit
38639eeb44
2 changed files with 3 additions and 4 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -6,12 +6,10 @@ byobu (2.33) unreleased; urgency=low
|
||||||
* bin/updates_available: print the current cache even if we're
|
* bin/updates_available: print the current cache even if we're
|
||||||
updating the cache, handle it more efficiently
|
updating the cache, handle it more efficiently
|
||||||
* po/byoub-*.po: rename to just *.po, fix translations location, LP: #430095
|
* po/byoub-*.po: rename to just *.po, fix translations location, LP: #430095
|
||||||
* debian/control: drop update-notifier-common and lsb-release to suggests,
|
|
||||||
as we can live without these now, LP: #431875
|
|
||||||
* debian/postinst, debian/preinst: move symlink of screen-profiles-status ->
|
* debian/postinst, debian/preinst: move symlink of screen-profiles-status ->
|
||||||
byobu-status from the postinst to the preinst
|
byobu-status from the postinst to the preinst
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 17 Sep 2009 01:09:50 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 17 Sep 2009 09:05:57 -0500
|
||||||
|
|
||||||
byobu (2.32-0ubuntu1) karmic; urgency=low
|
byobu (2.32-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -10,7 +10,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: vim, update-notifier-common, lsb-release, w3m
|
Recommends: update-notifier-common, lsb-release
|
||||||
|
Suggests: vim, w3m
|
||||||
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)
|
||||||
Conflicts: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
|
Conflicts: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0), byobu-extras (<< 2.17)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue