From b74e08a391ceba7f82f95d205d88f18a7553c932 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 5 Feb 2010 01:15:56 -0800 Subject: [PATCH] debian/control: suggest po-debconf --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37587bb9..f6006d93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ byobu (2.53) unreleased; urgency=low - * UNRELEASED + * debian/control: suggest po-debconf -- Dustin Kirkland Fri, 05 Feb 2010 01:03:51 -0800 diff --git a/debian/control b/debian/control index 7dedcb3b..2c6c0815 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ 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), po-debconf +Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11) Recommends: update-notifier-common, lsb-release -Suggests: apport, vim, w3m +Suggests: apport, vim, w3m, po-debconf 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)