File: control

package info (click to toggle)
libnftnl 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,956 kB
  • ctags: 3,036
  • sloc: ansic: 23,650; sh: 11,521; makefile: 291; xml: 101
file content (64 lines) | stat: -rw-r--r-- 1,641 bytes parent folder | download | duplicates (2)
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
Source: libnftnl
Priority: extra
Maintainer: Arturo Borrero Gonzalez <arturo@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-autoreconf,
 libjansson-dev,
 libmnl-dev,
 libtool,
 pkg-config
Standards-Version: 3.9.8
Section: libs
Homepage: http://git.netfilter.org/libnftnl
Vcs-Git: https://github.com/aborrero/pkg-libnftnl.git
Vcs-Browser: https://github.com/aborrero/pkg-libnftnl

Package: libnftnl4
Architecture: linux-any
Multi-Arch: same
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: Netfilter nftables userspace API library
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.

Package: libnftnl4-dbg
Section: debug
Multi-Arch: same
Architecture: linux-any
Depends:
 libnftnl4 (= ${binary:Version}),
 ${misc:Depends}
Description: Debugging symbols for libnftnl
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.
 .
 This package provides the debugging symbols.

Package: libnftnl-dev
Section: libdevel
Architecture: linux-any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 libnftnl4 (= ${binary:Version}),
 pkg-config,
 ${misc:Depends}
Description: Development files for libnftnl
 libnftnl is the low-level library for Netfilter 4th generation
 framework nftables.
 .
 Is the user-space library for low-level interaction with
 nftables Netlink's API over libmnl.
 .
 This package provides development files and static libraries.