From b674db90c90aeb4a5a9646bea4be7d629d4ee6e0 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 26 May 2010 22:53:48 +0200 Subject: [PATCH] Debian package: Add evms-cli to Suggests. EVMS has been removed[1] from Debian before Lenny, but it is necessary for some optional functionality of xen-tools. And since some Debian derived distributions (e.g. Ubuntu 6.06 LTS Server, Ubuntu 8.04 LTS and grml) still support it, it's included in the list of suggested dependencies for the sake of completeness and correctness. [1] http://bugs.debian.org/491808 --- debian/changelog | 5 +++++ debian/control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f80388a..31439a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,6 +46,11 @@ xen-tools (4.2~rc1-1) UNRELEASED; urgency=low #566683, #550590, LP: #538917, #484098) * Downgrade reiserfsprogs and xfsprogs to Suggests. (Closes: #561618, LP: #80233) + * Added evms-cli to Suggests. It has been removed from Debian before + Lenny, but it is necessary for some optional functionality of + xen-tools. And since some Debian derived distributions (e.g. Ubuntu + LTS and grml) still support it, it's included for the sake of + completeness and correctness. * Bump Standards-Version to 3.8.4 (no changes necessary) * Bump Debhelper Compatibility to 7 - Replace "dh_clean -k" by "dh_prep" diff --git a/debian/control b/debian/control index 0467ea3..86b7836 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: xen-tools Architecture: all Depends: debootstrap | cdebootstrap, perl-modules, libtext-template-perl, libconfig-inifiles-perl, libfile-slurp-perl, ${misc:Depends} Recommends: xen-hypervisor-amd64 | xen-hypervisor-i386 | xen-hypervisor-i386-pae, rinse, xen-shell, libexpect-perl -Suggests: reiserfsprogs, xfsprogs, xen-utils, cfengine2 +Suggests: reiserfsprogs, xfsprogs, xen-utils, cfengine2, evms-cli Description: Tools to manage Xen virtual servers This package contains tools to manage Debian based Xen virtual servers. .