]> xenbits.xensource.com Git - people/dstodden/blktap-debian.git/commitdiff
Update libvhd.
authorDaniel Stodden <dns@somacoma.net>
Mon, 15 Aug 2011 08:17:59 +0000 (01:17 -0700)
committerDaniel Stodden <dns@somacoma.net>
Mon, 15 Aug 2011 09:34:10 +0000 (02:34 -0700)
 - Rename libvhd1.0 to just libvhd.
 - Fix description.
 - Add libvhd.install

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

diff --git a/control b/control
index ea25697dc5aa9aa0c88933bfce2bb58e59e4d357..ef41a6e655150faf7f41ff2e40abcba2a8649737 100644 (file)
--- a/control
+++ b/control
@@ -8,11 +8,23 @@ Build-Depends: debhelper (>= 7.0.50~), autotools-dev, uuid-dev, libaio-dev
 #Vcs-Git: git://git.debian.org/collab-maint/blktap.git
 #Vcs-Browser: http://git.debian.org/?p=collab-maint/blktap.git;a=summary
 
-Package: libvhd1.0
+Package: libvhd
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Xen API blktap shared library
- libvhd1
+Description: VHD file format access library
+  Virtual Hard Disk (VHD) is a file format standard which maps logical
+  hard disk contents to a physical disk image format, which can then
+  be more efficiently stored in a variety of different storage types,
+  such as file systems or logical volumes.
+  .
+  VHDs are container files storing block metadata alongside a virtual
+  disk's contents, in a single disk image. The metadata enables
+  advanced storage backend capabilities, such as thin provisioning,
+  disk image snapshotting, and coalescing of differencing disks.
+  .
+  Libvhd is a library to access VHD format metadata. It provides disk
+  image initialization, inspection and manipulation to both VHD user
+  utilities and the VHD disk driver in Blktap.
 
 Package: blktap-dev
 Section: devel
diff --git a/libvhd.install b/libvhd.install
new file mode 100644 (file)
index 0000000..26a6f89
--- /dev/null
@@ -0,0 +1,2 @@
+usr/lib/libvhd.so
+usr/lib/libvhd-*.so