From 86f4cd8484129f1d638a260b130fd6b12d36a4e8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 13 Jul 2015 00:30:34 +0000 Subject: [PATCH] hyperv-daemons: Rewrite description svn path=/dists/trunk/linux-tools/; revision=22833 --- debian/changelog | 3 +++ debian/templates/control.main.in | 18 +++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf719464d..b90338ab9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ linux-tools (4.1.2-1~exp1) UNRELEASED; urgency=medium [ Bastian Blank ] * Add hyperv-daemons package, thanks to Hideki Yamane (closes: #782761) + [ Ben Hutchings ] + * hyperv-daemons: Rewrite description + -- Bastian Blank Sun, 28 Jun 2015 20:23:11 +0200 linux-tools (4.0.2-1) unstable; urgency=medium diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in index a7b823355..3b613687e 100644 --- a/debian/templates/control.main.in +++ b/debian/templates/control.main.in @@ -55,15 +55,15 @@ Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends} Section: admin Description: Support daemons for Linux running on Hyper-V - Suite of daemons that are needed when Linux guest is running on Hyper-V. - It includes: hv-fcopy-daemon, hv-kvp-daemon, hv-vss-daemon + Suite of daemons for Linux guests running on Hyper-V, consisting of + hv_fcopy_daemon, hv_kvp_daemon and hv_vss_daemon. . - hv-fcopy-daemon is an implementation of file copy service functionality for - Linux Guest running on Hyper-V, it enables host to copy a file - into the Linux Guest. + hv_fcopy_daemon provides the file copy service, allowing the host to + copy files into the guest. . - hv-kvp-daemon is an implementation of Hyper-V key-value pair (KVP) functionality - for Linux, it also supports IP injection functionality on the Guest. + hv_kvp_daemon provides the key-value pair (KVP) service, allowing the + host to get and set the IP networking configuration of the guest. + (This requires helper scripts which are not currently included.) . - hv-vss-daemon is an implementation of Hyper-V VSS functionality for Linux, - it is used for host initiated guest snapshot on Hyper-V hypervisor. + hv_vss_daemon provides the volume shadow copy service (VSS), allowing + the host to freeze the guest filesystems while taking a snapshot.