File: control

package info (click to toggle)
libpff 20231205-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,804 kB
  • sloc: ansic: 308,878; sh: 6,732; makefile: 2,026; python: 437; cpp: 278; java: 78; sed: 16
file content (67 lines) | stat: -rw-r--r-- 2,591 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
Source: libpff
Section: libs
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Pierre Chifflier <pollux@debian.org>,
           Aleksey Kravchenko <rhash.admin@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
  libbfio-dev,
  pkgconf,
  pybuild-plugin-pyproject,
  python3-dev,
  python3-setuptools,
  dh-python
Standards-Version: 4.7.2
Homepage: https://github.com/libyal/libpff
Vcs-Browser: https://salsa.debian.org/pkg-security-team/libpff
Vcs-Git: https://salsa.debian.org/pkg-security-team/libpff.git

Package: libpff1t64
Provides: ${t64:Provides}
Replaces: libpff1
Breaks: libpff1 (<< ${source:Version})
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: library to access various ms outlook files formats
 Libpff is a library to access Personal Folder File (PFF) and Offline Folder
 File (OFF) formats. Those files formats are used by MS Outlook in PAB
 (Personal Address Book), PST (Personal Storage Table) and OST
 (Offline Storage Table) files.

Package: libpff-dev
Section: libdevel
Architecture: any
Depends: libpff1t64 (= ${binary:Version}), ${misc:Depends}
Description: library to access various ms outlook files formats (development)
 Libpff is a library to access Personal Folder File (PFF) and Offline Folder
 File (OFF) formats. Those files formats are used by MS Outlook in PAB
 (Personal Address Book), PST (Personal Storage Table) and OST
 (Offline Storage Table) files.
 .
 This package contains the development files.

Package: pff-tools
Section: admin
Architecture: any
Depends: libpff1t64 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: utilities for MS Outlook PAB, PST and OST files
 Libpff is a library to access Personal Folder File (PFF) and Offline Folder
 File (OFF) formats. Those files formats are used by MS Outlook in PAB
 (Personal Address Book), PST (Personal Storage Table) and OST
 (Offline Storage Table) files.
 .
 This package contains tools to exports PAB, PST and OST files.

Package: python3-pypff
Section: python
Architecture: any
Depends: libpff1t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: Python 3 bindings for libpff
 Libpff is a library to access Personal Folder File (PFF) and Offline Folder
 File (OFF) formats. Those files formats are used by MS Outlook in PAB
 (Personal Address Book), PST (Personal Storage Table) and OST
 (Offline Storage Table) files.
 .
 This package contains Python 3 bindings for libpff.