]> xenbits.xensource.com Git - people/dstodden/blktap-debian.git/commitdiff
Add blktap package.
authorDaniel Stodden <dns@somacoma.net>
Mon, 15 Aug 2011 08:36:48 +0000 (01:36 -0700)
committerDaniel Stodden <dns@somacoma.net>
Mon, 15 Aug 2011 10:06:49 +0000 (03:06 -0700)
 - Add blktap.install
 - Comprising tap-ctl, tapdisk and libblktapctl.so.

Signed-off-by: Daniel Stodden <dns@somacoma.net>
blktap.install [new file with mode: 0644]
control

diff --git a/blktap.install b/blktap.install
new file mode 100644 (file)
index 0000000..469b57d
--- /dev/null
@@ -0,0 +1,4 @@
+usr/sbin/tap-ctl
+usr/lib/blktap/tapdisk
+usr/lib/libblktapctl.so
+usr/lib/libblktapctl-*.so
diff --git a/control b/control
index e1d80094636af9bdcb7a219ba0f2691611aa62ec..29b7f37be10c22048ce9fcd3f6d6e067174a38dd 100644 (file)
--- a/control
+++ b/control
@@ -48,6 +48,25 @@ Description: VHD standard I/O overrides.
   (LD_PRELOAD), this can sometimes be used to use standard file
   utilities on VHDs.
 
+Package: blktap
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libvhd (= ${binary:Version})
+Recommends: blktap-dkms
+Suggests: vhd-utils
+Description: Blktap userspace backend and drivers.
+  Blktap creates kernel block devices which realize I/O requests to
+  processes implementing virtual hard disk images entirely in user
+  space.
+  .
+  Typical disk images may be implemented as files, in memory, or
+  stored on other hosts across the network. The image drivers included
+  with tapdisk can map disk I/O to sparse file images accessed through
+  Linux DIO/AIO and VHD images with snapshot functionality.
+  .
+  This packages includes the control utilities needed to create
+  destroy and manipulate devices ('tap-ctl'), the 'tapdisk' driver
+  program to perform tap devices I/O, and a number of image drivers.
+
 Package: blktap-dev
 Section: devel
 Architecture: any