diff --git a/trunk/debian/control b/trunk/debian/control index c777035..d1bc10d 100644 --- a/trunk/debian/control +++ b/trunk/debian/control @@ -1,20 +1,20 @@ Source: xmount Section: unknown Priority: low Maintainer: Gillen Daniel -Build-Depends: debhelper (>= 5), cmake, libfuse-dev (>= 2.7.1-2~bpo40+1), libewf-dev, libafflib-dev +Build-Depends: debhelper (>= 5), cmake, libfuse-dev (>= 2.7.1-2~bpo40+1), zlib1g-dev, libewf-dev, libafflib-dev Standards-Version: 3.7.3 Package: xmount Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Tool to crossmount between multiple input and output harddisk image files xmount allows you to convert on-the-fly between multiple input and output harddisk image types. xmount creates a virtual file system using FUSE (Filesystem in Userspace) that contains a virtual representation of the input image. The virtual representation can be in raw DD, VirtualBox's virtual disk file format or in VmWare's VMDK file format. Input images can be raw DD, EWF (Expert Witness Compression Format) or AFF (Advanced Forensic Format) files. In addition, xmount also supports virtual write access to the output files that is redirected to a cache file. This makes it possible to boot acquired harddisk images using QEMU, KVM, VirtualBox, VmWare or alike.