File: control

package info (click to toggle)
python-netfilterqueue 1.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 598; sh: 38; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download
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
Source: python-netfilterqueue
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Priority: optional
Standards-Version: 4.7.2
Section: python
Homepage: https://github.com/oremanj/python-netfilterqueue
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 cython3,
 libnetfilter-queue-dev,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-async-generator <!nocheck>,
 python3-pytest,
 python3-pytest-trio <!nocheck>,
 python3-setuptools,
 python3-trio <!nocheck>,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-netfilterqueue.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-netfilterqueue
Rules-Requires-Root: no

Package: python3-netfilterqueue
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: bindings for libnetfilter_queue (Python library)
 NetfilterQueue provides access to packets matched by an iptables rule in
 Linux. Packets so matched can be accepted, dropped, altered, reordered,
 or given a mark.
 .
 This package contains the Python library.