diff --git a/TODO b/TODO index ab334ff..a71c190 100644 --- a/TODO +++ b/TODO @@ -70,13 +70,6 @@ Bugs to fix and Features to add before a 4.2 release - Setup locales in the hooks? -* Fixes for debian/control - - Check in which debian package pygrub is contained and suggest it if - it isn't already in one of the existing dependencies. (I'm - currently offline and can't find it with my offline resources -- - Axel.) - Maybe for a 4.3 or 5.0 release ------------------------------ diff --git a/debian/changelog b/debian/changelog index 81f6268..2324f4f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ xen-tools (4.2~rc1-1) UNRELEASED; urgency=low - Needs dependency on libfile-slurp-perl - Supports for more recent versions of Fedora, Ubuntu and Debian (Closes: #499477) - - Supports pygrub. + - Supports pygrub. (Added "Suggests: xen-utils" to debian/control) - Sets umask to 0077 before creating disk images (Closes: #548909) - Makes sure, MAKEDEV is found in either /dev/ or /sbin/ (Closes: #502798, #515228) diff --git a/debian/control b/debian/control index ffc9ef1..0b81c99 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: xen-tools Architecture: all Depends: debootstrap, 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 +Suggests: reiserfsprogs, xfsprogs, xen-utils Description: Tools to manage Xen virtual servers This package contains tools to manage Debian based XEN virtual servers. .