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
|
Source: libnetfilter-queue
Section: libs
Priority: extra
Maintainer: Alexander Wirt <formorer@debian.org>
Homepage: http://www.netfilter.org/projects/libnetfilter_queue/
Build-Depends: debhelper (>= 9), libnfnetlink-dev (>= 0.0.41), libmnl-dev (>= 1.0.3), dh-autoreconf
Standards-Version: 3.9.4
Package: libnetfilter-queue1
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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-queue1-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, libnetfilter-queue1 (= ${binary:Version}), ${misc:Depends}
Pre-Depends: dpkg (>= 1.17.5)
Description: Debugging symbols 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 the debugging symbols.
Package: libnetfilter-queue-dev
Section: libdevel
Architecture: any
Pre-Depends: dpkg (>= 1.17.5)
Depends: ${shlibs:Depends}, pkg-config,
libnetfilter-queue1 (= ${binary:Version}),
libnfnetlink-dev (>= 0.0.25),
${misc:Depends}
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.
|