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
|
Source: libpff
Section: libs
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Pierre Chifflier <pollux@debian.org>,
Christophe Monniez <christophe.monniez@fccu.be>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
pkg-config,
libbfio-dev
Standards-Version: 3.9.6
Homepage: https://github.com/libyal/libpff
Vcs-Browser: http://anonscm.debian.org/cgit/forensics/libpff.git
Vcs-Git: git://anonscm.debian.org/forensics/libpff.git
Package: libpff1
Architecture: any
Pre-Depends: multiarch-support
Depends: ${shlibs:Depends}, ${misc:Depends}
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-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ${misc:Depends}, libpff1 (= ${binary:Version}), libpff-dev (= ${binary:Version})
Description: library to access various ms outlook files formats (debug)
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 debugging symbols.
Package: libpff-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libpff1 (= ${binary:Version})
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: ${misc:Depends}, ${shlibs:Depends}, libpff1 (= ${binary:Version})
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.
.
This package contains tools to exports PAB, PST and OST files.
|