File: control

package info (click to toggle)
libnfnetlink 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,880 kB
  • ctags: 493
  • sloc: sh: 21,474; ansic: 1,983; makefile: 28
file content (51 lines) | stat: -rw-r--r-- 1,986 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
Source: libnfnetlink
Section: libs
Priority: extra
Maintainer: Alexander Wirt <formorer@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libtool
Standards-Version: 3.9.4
Vcs-Git: git://github.com/formorer/pkg-libnfnetlink.git
Vcs-Browser: https://github.com/formorer/pkg-libnfnetlink

Package: libnfnetlink0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Netfilter netlink library
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.

Package: libnfnetlink0-dbg
Section: debug
Architecture: any
Pre-Depends: dpkg (>= 1.17.5)
Depends: libnfnetlink0 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: Debugging symbols for libnfnetlink0
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.
 .
 This package provides the debugging symbols.

Package: libnfnetlink-dev
Section: libdevel
Architecture: any
Depends: libnfnetlink0 (= ${binary:Version}),
         pkg-config,
         ${misc:Depends},
         ${misc:Pre-Depends},
         ${shlibs:Depends}
Description: Development files for libnfnetlink0
 libnfnetlink is the low-level library for netfilter related
 kernel/userspace communication. It provides a generic messaging
 infrastructure for in-kernel netfilter subsystems (such as
 nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their
 respective users and/or management tools in userspace.
 .
 This package provides development files and static libraries.