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
|
Source: nfqueue-bindings
Section: libs
Priority: extra
XS-Python-Version: current
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 5),
cmake (>= 2.4.5),
swig (>= 1.3),
libperl-dev,
python-central (>= 0.5),
python-all-dev,
libnetfilter-queue-dev,
chrpath
Standards-Version: 3.9.0
Homepage: http://software.inl.fr/trac/wiki/nfqueue-bindings
Package: nfqueue-bindings-perl
Section: perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl bindings for nfqueue
nfqueue-bindings is a set of high-level modules for several languages
(Python and Perl, for the moment), for libnetfilter_queue.
It provides a userspace API to access packets that have been queued by
the kernel packet filter using the NFQUEUE target.
.
This package contains the Perl bindings for nfqueue.
Package: nfqueue-bindings-python
Section: python
Architecture: any
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python bindings for nfqueue
nfqueue-bindings is a set of high-level modules for several languages
(Python and Perl, for the moment), for libnetfilter_queue.
It provides a userspace API to access packets that have been queued by
the kernel packet filter using the NFQUEUE target.
.
This package contains the Python bindings for nfqueue.
|