File: control

package info (click to toggle)
dfwinreg 20201006-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 78,720 kB
  • sloc: python: 3,444; sh: 135; makefile: 21
file content (37 lines) | stat: -rw-r--r-- 1,321 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
Source: dfwinreg
Section: python
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 12), dh-python,
 python3-dtfabric (>= 20170524),
 python3-all,
 python3-setuptools,
 python3-dfdatetime (>= 20160814),
 python3-libregf (>=20201002),
 python3-mock,
 python3-six (>= 1.1.0),
 python3-yaml (>= 3.10),
 python3-libcreg <!nocheck>,
Standards-Version: 4.3.0
Homepage: https://github.com/log2timeline/dfwinreg
Vcs-Git: https://salsa.debian.org/pkg-security-team/dfwinreg.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/dfwinreg

Package: python3-dfwinreg
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
 python3-dtfabric (>= 20170524),
 python3-dfdatetime (>= 20160814),
 python3-libregf (>=20150315),
 python3-mock,
 python3-six (>= 1.1.0),
 python3-yaml (>= 3.10)
Description: Digital Forensics Windows Registry library for Python 3
 dfWinReg, or Digital Forensics Windows Registry, provides read-only
 access to Windows Registry objects. The goal of dfWinReg is to
 provide a generic interface for accessing Windows Registry objects
 that resembles the Registry key hierarchy as seen on a live Windows
 system.
 .
 This package contains the library for Python 3.