~mitya57/ubuntu/precise/blktap-dkms/lp1157421

2 by Thomas Goirand
Initial release (Closes: #648691)
1
Source: blktap-dkms
2
Section: kernel
3
Priority: optional
4
Maintainer: Debian Xen Team <pkg-xen-devel@lists.alioth.debian.org>
5
Uploaders: Jon Ludlam <jonathan.ludlam@eu.citrix.com>, Thomas Goirand <zigo@debian.org>
6
Standards-Version: 3.9.2
7
Build-Depends: debhelper (>= 7.0.50~), dkms
8
Vcs-Browser: http://git.debian.org/?p=pkg-xen/blktap-dkms.git
9
Vcs-Git: http://git.debian.org/git/pkg-xen/blktap-dkms.git
10
Homepage: http://www.xen.org/
11
12
Package: blktap-dkms
13
Architecture: i386 amd64
5 by Dmitry Shachnev
Drop the dependency on linux-headers, not actually needed and pulls
14
Depends: ${misc:Depends}, dkms, linux-libc-dev, libc6-dev
2 by Thomas Goirand
Initial release (Closes: #648691)
15
Description: Xen API blktap kernel component DKMS package
16
 The Xen Cloud Platform (XCP) is an open source enterprise-ready server
17
 virtualization and cloud computing platform, delivering the Xen Hypervisor
18
 with support for a range of guest operating systems. This package is part
19
 of it. It implements the userland part of the blktap driver.
20
 .
21
 Virtual Hard Disk (VHD) is a file format standard which maps logical hard disk
22
 contents to a physical disk image format, which can then be more efficiently
23
 stored in a variety of different storage types, such as file systems or
24
 logical volumes.
25
 .
26
 VHDs are container files storing block metadata alongside a virtual disk's
27
 contents, in a single disk image. The metadata enables advanced storage
28
 backend capabilities, such as thin provisioning, disk image snapshotting, and
29
 coalescing of differencing disks.
30
  .
31
 Libvhd is a library to access VHD format metadata. It provides disk image
32
 initialization, inspection and manipulation to both VHD user utilities and
33
 the VHD disk driver in Blktap.
34
 .
35
 This package contains the source for the blktap kernel module. It
36
 includes DKMS support so that installation of this package will
37
 result in a working blktap kernel module.