From 38639eeb446b139f14719a2f29df4ee62830e96d Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 17 Sep 2009 09:06:10 -0500 Subject: [PATCH] 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 --- debian/changelog | 4 +--- debian/control | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 75aebb38..b0892bc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,12 +6,10 @@ byobu (2.33) unreleased; urgency=low * bin/updates_available: print the current cache even if we're updating the cache, handle it more efficiently * 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 -> byobu-status from the postinst to the preinst - -- Dustin Kirkland Thu, 17 Sep 2009 01:09:50 -0500 + -- Dustin Kirkland Thu, 17 Sep 2009 09:05:57 -0500 byobu (2.32-0ubuntu1) karmic; urgency=low diff --git a/debian/control b/debian/control index daa06957..c8150b33 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk Package: byobu Architecture: all 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 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)