Bastian Blank
2012-Apr-22 21:55 UTC
[Pkg-xen-changes] r999 - in trunk/xen/debian: . templates
Author: waldi Date: Sun Apr 22 21:55:35 2012 New Revision: 999 Log: * debian/changelog: Update. * debian/templates/control.main.in: Make xen-utils-common depend on python. Modified: trunk/xen/debian/changelog trunk/xen/debian/templates/control.main.in Modified: trunk/xen/debian/changelog =============================================================================--- trunk/xen/debian/changelog Sun Apr 22 21:53:21 2012 (r998) +++ trunk/xen/debian/changelog Sun Apr 22 21:55:35 2012 (r999) @@ -3,6 +3,11 @@ * Actually force init script rename. (closes: #669341) * Fix long output from xl. * Move complete init script setup. + * Rewrite xendomains init script: + - Use LSB output functions. + - Make output more clear. + - Use xen toolstack wrapper. + - Use a python script to properly read domain details. -- Bastian Blank <waldi at debian.org> Thu, 19 Apr 2012 10:54:05 +0200 Modified: trunk/xen/debian/templates/control.main.in =============================================================================--- trunk/xen/debian/templates/control.main.in Sun Apr 22 21:53:21 2012 (r998) +++ trunk/xen/debian/templates/control.main.in Sun Apr 22 21:55:35 2012 (r999) @@ -51,7 +51,7 @@ Package: xen-utils-common Architecture: all -Depends: gawk, lsb-base, udev, xenstore-utils, ${misc:Depends} +Depends: gawk, lsb-base, python, udev, xenstore-utils, ${misc:Depends} Description: Xen administrative tools - common files The userspace tools to manage a system virtualized through the Xen virtual machine monitor.