File: control

package info (click to toggle)
libnetfilter-queue 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,888 kB
  • sloc: sh: 4,427; ansic: 1,936; makefile: 68
file content (55 lines) | stat: -rw-r--r-- 2,174 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
Source: libnetfilter-queue
Section: libs
Priority: optional
Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team@lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>,
           Arturo Borrero Gonzalez <arturo@debian.org>,
           Jeremy Sowden <jeremy@azazel.net>
Build-Depends: debhelper-compat (= 13),
               doxygen,
               libmnl-dev (>= 1.0.3),
               libnfnetlink-dev (>= 0.0.41),
               libtool,
               pkg-config
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.netfilter.org/projects/libnetfilter_queue/
Vcs-Git: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-queue.git
Vcs-Browser: https://salsa.debian.org/pkg-netfilter-team/pkg-libnetfilter-queue

Package: libnetfilter-queue1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Netfilter netlink-queue library
 libnetfilter_queue is a userspace library providing an API to packets
 that have been queued by the kernel packet filter. It is part of a
 system that deprecates the old ip_queue / libipq mechanism.

Package: libnetfilter-queue-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libnetfilter-queue1 (= ${binary:Version}),
         libnfnetlink-dev (>= 0.0.25),
         pkg-config,
         ${misc:Depends}
Suggests: libnetfilter-queue-doc (= ${binary:Version})
Description: Development files for libnetfilter-queue1
 libnetfilter_queue is a userspace library providing an API to packets
 that have been queued by the kernel packet filter. It is part of a
 system that deprecates the old ip_queue / libipq mechanism.
 .
 This package provides development files and static libraries.

Package: libnetfilter-queue-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Documentation files for libnetfilter-queue1
 libnetfilter_queue is a userspace library providing an API to packets
 that have been queued by the kernel packet filter. It is part of a
 system that deprecates the old ip_queue / libipq mechanism.
 .
 This package provides man-pages and HTML documentation for the API.