File: control

package info (click to toggle)
libseccomp 2.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,424 kB
  • sloc: ansic: 14,475; sh: 5,708; python: 822; makefile: 296
file content (74 lines) | stat: -rw-r--r-- 2,777 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
Source: libseccomp
Section: libs
Priority: optional
Maintainer: Kees Cook <kees@debian.org>
Uploaders: Luca Bruno <lucab@debian.org>, Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper (>= 10~),
               linux-libc-dev,
               dh-python <!nopython>,
               python-all-dev:any <!nopython>,
               libpython-all-dev <!nopython>,
               python3-all-dev:any <!nopython>,
               libpython3-all-dev <!nopython>,
               cython:native <!nopython>,
               cython3:native <!nopython>
Standards-Version: 3.9.7
Homepage: https://github.com/seccomp/libseccomp
Vcs-Git: https://salsa.debian.org/debian/libseccomp.git
Vcs-Browser: https://salsa.debian.org/debian/libseccomp

Package: libseccomp-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libseccomp2 (= ${binary:Version}), ${misc:Depends}
Suggests: seccomp
Description: high level interface to Linux seccomp filter (development files)
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.
 .
 This package contains the development files.

Package: libseccomp2
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: high level interface to Linux seccomp filter
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.

Package: seccomp
Section: utils
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libseccomp-dev
Description: helper tools for high level interface to Linux seccomp filter
 Provides helper tools for interacting with libseccomp. Currently, only
 a single tool exists, providing a way to easily enumerate syscalls across
 the supported architectures.

Package: python-seccomp
Build-Profiles: <!nopython>
Architecture: linux-any
Multi-Arch: same
Section: python
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: high level interface to Linux seccomp filter (Python 2 bindings)
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.

Package: python3-seccomp
Build-Profiles: <!nopython>
Architecture: linux-any
Multi-Arch: same
Section: python
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Description: high level interface to Linux seccomp filter (Python 3 bindings)
 This library provides a high level interface to constructing, analyzing
 and installing seccomp filters via a BPF passed to the Linux Kernel's
 prctl() syscall.