File: control

package info (click to toggle)
libnetfilter-cthelper 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,696 kB
  • sloc: sh: 4,380; ansic: 893; makefile: 42
file content (56 lines) | stat: -rw-r--r-- 2,304 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
Source: libnetfilter-cthelper
Section: libs
Priority: optional
Maintainer: Debian Netfilter Packaging Team <team+pkg-netfilter-team@tracker.debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>,
           Jeremy Sowden <jeremy@azazel.net>
Build-Depends: debhelper-compat (= 13), libmnl-dev, libtool, pkg-config
Build-Depends-Indep: doxygen <!nodoc>, graphviz <!nodoc>
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://www.netfilter.org/projects/libnetfilter_cthelper/
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-cthelper.git
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-cthelper

Package: libnetfilter-cthelper0
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: userspace-helper for netfilter library
 libnetfilter_cthelper is the userspace library that provides the programming
 interface to the user-space helper infrastructure available since Linux kernel
 3.6. With this library, you register, configure, enable and disable user-space
 helpers.

Package: libnetfilter-cthelper-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libnetfilter-cthelper0 (= ${binary:Version}),
         pkg-config,
         ${misc:Depends}
Suggests: libnetfilter-cthelper-doc (= ${binary:Version})
Description: Development files for libnetfilter-cthelper0
 libnetfilter_cthelper is the userspace library that provides the programming
 interface to the user-space helper infrastructure available since Linux kernel
 3.6. With this library, you register, configure, enable and disable user-space
 helpers.
 .
 This package provides development files and static libraries.

Package: libnetfilter-cthelper-doc
Section: doc
Architecture: all
Build-Profiles: <!nodoc>
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Description: Documentation files for libnetfilter-cthelper0
 libnetfilter_cthelper is the userspace library that provides the programming
 interface to the user-space helper infrastructure available since Linux kernel
 3.6. With this library, you register, configure, enable and disable user-space
 helpers.
 .
 This package provides HTML documentation for the API.