1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: dfvfs
Section: python
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python, python-setuptools,
python-construct (>= 2.5.2),
python-crypto (>= 2.6.0),
python-dfdatetime (>= 20160311),
python-six (>= 1.1.0),
python-protobuf,
python-tsk (>= 20140506),
python-libbde (>= 20140531),
python-libewf (>= 20131210),
python-libfsntfs (>= 20160418),
python-libfvde (>= 20160719),
python-libfwnt (>= 20160418),
python-libqcow (>= 20131204),
python-libsigscan (>= 20150627),
python-libsmdev (>= 20140428),
python-libsmraw (>= 20140612),
python-libvhdi (>= 20160423),
python-libvmdk (>= 20140421),
python-libvshadow (>= 20160110),
python-libvslvm (>= 20160109),
python-lzma,
Standards-Version: 3.9.8
Homepage: https://github.com/log2timeline/dfvfs
Vcs-Git: git://anonscm.debian.org/forensics/dfvfs.git
Vcs-Browser: https://anonscm.debian.org/cgit/forensics/dfvfs.git
Package: python-dfvfs
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-construct (>= 2.5.2),
python-crypto (>= 2.6.0),
python-dfdatetime (>= 20160311),
python-six (>= 1.1.0),
python-protobuf,
python-tsk (>= 20140506),
python-libbde (>= 20140531),
python-libewf (>= 20131210),
python-libfsntfs (>= 20160418),
python-libfvde (>= 20160719),
python-libfwnt (>= 20160418),
python-libqcow (>= 20131204),
python-libsigscan (>= 20150627),
python-libsmdev (>= 20140428),
python-libsmraw (>= 20140612),
python-libvhdi (>= 20160423),
python-libvmdk (>= 20140421),
python-libvshadow (>= 20160110),
python-libvslvm (>= 20160109),
Description: Digital Forensics Virtual File System
The Digital Forensics Virtual File System, provides read-only access
to file-system objects from various storage media types and file
formats. The goal of dfVFS is to provide a generic interface for
accessing file-system objects, for which it uses several back-ends
that provide the actual implementation of the various storage media
types, volume systems and file systems.
|