File: control

package info (click to toggle)
libfwsi 20170117-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,788 kB
  • ctags: 3,973
  • sloc: ansic: 121,054; sh: 5,580; makefile: 1,199; python: 230; sed: 16
file content (54 lines) | stat: -rw-r--r-- 1,800 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
Source: libfwsi
Priority: optional
Maintainer: Debian Forensics <forensics-devel@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf,
 pkg-config, python-dev,
Standards-Version: 3.9.6
Section: libs
Homepage: https://github.com/libyal/libfwsi
Vcs-Git: git://anonscm.debian.org/forensics/libfwsi.git
Vcs-Browser: https://anonscm.debian.org/cgit/forensics/libfwsi.git

Package: libfwsi-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends},
 libfwsi1 (= ${binary:Version})
Description: Windows Shell Item format access library -- development files
 libfwsi is a library to access the Windows Shell Item format.
 .
 This package includes the development support files.

Package: libfwsi1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Windows Shell Item format access library
 libfwsi is a library to access the Windows Shell Item format.
 .
 This package contains the shared library.

Package: libfwsi-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libfwsi1 (=${binary:Version})
Description: Windows Shell Item format access library -- debug symbols
 libfwsi is a library to access the Windows Shell Item format.
 .
 This package contains debug symbols.

Package: python-libfwsi
Section: python
Architecture: any
Depends: libfwsi1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Windows Shell Item format access library -- Python bindings
 libfwsi is a library to access the Windows Shell Item format.
 .
 This package contains Python bindings for libfwsi.