From fb8abdb5d236ce771a8106c5a60fd0574b4ad789 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 4 Dec 2011 23:17:43 -0600 Subject: [PATCH] * debian/control: - demote run-one to a suggests, until such time as its MIR is approved --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c85f3478..daf454a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (4.52) unreleased; urgency=low - * UNRELEASED + * debian/control: + - demote run-one to a suggests, until such time as its MIR is approved -- Dustin Kirkland Sat, 26 Nov 2011 17:50:26 -0600 diff --git a/debian/control b/debian/control index 108ac41b..9c80c2d6 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,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) -Recommends: run-one, tmux (>= 1.5) -Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release +Recommends: tmux (>= 1.5) +Suggests: apport, vim, w3m, po-debconf, update-notifier-common, lsb-release, run-one Provides: screen-profiles, screen-profiles-extras, byobu-extras 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)