File: control

package info (click to toggle)
dfvfs 20201219-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 284,900 kB
  • sloc: python: 30,025; vhdl: 1,921; sh: 465; makefile: 16
file content (75 lines) | stat: -rw-r--r-- 2,643 bytes parent folder | download
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: dfvfs
Section: python
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3,
 python3-setuptools,
 python3-fsapfs (>= 20181205),
 python3-cffi-backend (>= 1.9.1),
 python3-cryptography (>= 2.0.2),
 python3-dfdatetime (>= 20181025),
 python3-dtfabric (>= 20170524),
 python3-idna (>= 2.5),
 python3-six (>= 1.1.0),
 python3-protobuf,
 python3-tsk (>= 20200117-3),
 python3-libbde (>= 20140531),
 python3-libewf (>= 20131210),
 python3-libfsext (>= 20200819),
 python3-libfshfs (>= 20201103),
 python3-libfsntfs (>= 20151130),
 python3-libfsxfs (>= 20201114),
 python3-libfvde (>= 20160719),
 python3-libfwnt (>= 20160418),
 python3-libluksde (>= 20200101),
 python3-libqcow (>= 20201213),
 python3-libsigscan (>= 20150627),
 python3-libsmdev (>= 20140529),
 python3-libsmraw (>= 20140612),
 python3-libvhdi (>= 20131210),
 python3-libvmdk (>= 20140421),
 python3-libvshadow (>= 20160109),
 python3-libvslvm (>= 20160109),
 python3-mock,
Standards-Version: 4.5.1
Homepage: https://github.com/log2timeline/dfvfs
Vcs-Git: https://salsa.debian.org/pkg-security-team/dfvfs.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/dfvfs

Package: python3-dfvfs
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
 python3-fsapfs (>= 20181205),
 python3-cffi-backend (>= 1.9.1),
 python3-cryptography (>= 2.0.2),
 python3-dfdatetime (>= 20180324),
 python3-dtfabric (>= 20170524),
 python3-idna (>= 2.5),
 python3-six (>= 1.1.0),
 python3-protobuf,
 python3-tsk (>= 20200117-3),
 python3-libbde (>= 20140531),
 python3-libewf (>= 20131210),
 python3-libfsext (>= 20200819),
 python3-libfshfs (>= 20201103),
 python3-libfsntfs (>= 20151130),
 python3-libfsxfs (>= 20201114),
 python3-libfvde (>= 20160719),
 python3-libfwnt (>= 20160418),
 python3-libluksde (>= 20200101),
 python3-libqcow (>= 20201213),
 python3-libsigscan (>= 20150627),
 python3-libsmdev (>= 20140529),
 python3-libsmraw (>= 20140612),
 python3-libvhdi (>= 20131210),
 python3-libvmdk (>= 20140421),
 python3-libvshadow (>= 20160109),
 python3-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.