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 65 66 67 68 69
|
Source: nfqueue-bindings
Section: libs
Priority: extra
XS-Python-Version: >= 2.6
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9),
cmake (>= 2.4.5),
swig (>= 1.3),
libperl-dev,
python-all-dev (>= 2.6.6-3~),
libnetfilter-queue-dev,
chrpath
Standards-Version: 3.9.3
Homepage: https://www.wzdftpd.net/redmine/projects/nfqueue-bindings/wiki/
Package: libnfqueue-perl
Section: perl
Architecture: any
Replaces: nfqueue-bindings-perl
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: python-nfqueue
Section: python
Architecture: any
Replaces: nfqueue-bindings-python
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.
Package: nfqueue-bindings-perl
Section: perl
Architecture: any
Depends: libnfqueue-perl
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 is a dummy package to ease transition to the new packaging scheme.
It may be safely removed after upgrade/installation.
Package: nfqueue-bindings-python
Section: python
Architecture: any
Depends: python-nfqueue
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 is a dummy package to ease transition to the new packaging scheme.
It may be safely removed after upgrade/installation.
|