File: control

package info (click to toggle)
nflog-bindings 0.2-3.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 192 kB
  • ctags: 37
  • sloc: ansic: 180; perl: 46; python: 36; makefile: 28
file content (43 lines) | stat: -rw-r--r-- 1,404 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
Source: nflog-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-log-dev,
    chrpath
Standards-Version: 3.9.3
Homepage: https://www.wzdftpd.net/redmine/projects/nflog-bindings/wiki/

Package: libnflog-perl
Section: perl
Architecture: any
Replaces: nflog-bindings-perl
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Perl bindings for nflog
 nflog-bindings is a set of high-level modules for several languages
 (Python and Perl, for the moment), for libnetfilter_log.
 It provides a userspace API to access packets that have been queued by
 the kernel packet filter using the NFLOG target.
 .
 This package contains the Perl bindings for nflog.

Package: python-nflog
Section: python
Architecture: any
Replaces: nflog-bindings-python
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python bindings for nflog
 nflog-bindings is a set of high-level modules for several languages
 (Python and Perl, for the moment), for libnetfilter_log.
 It provides a userspace API to access packets that have been queued by
 the kernel packet filter using the NFLOG target.
 .
 This package contains the Python bindings for nflog.