File: control

package info (click to toggle)
firewalld 1.3.3-1~deb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,212 kB
  • sloc: sh: 198,684; python: 24,739; xml: 13,035; makefile: 842
file content (135 lines) | stat: -rw-r--r-- 5,034 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
Source: firewalld
Section: net
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               docbook-xml,
               docbook-xsl,
               libxml2-utils,
               intltool,
               kmod,
               libglib2.0-dev,
               pkg-config,
               python3 (>= 3.2),
               xsltproc
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/utopia-team/firewalld.git
Vcs-Browser: https://salsa.debian.org/utopia-team/firewalld
Homepage: https://www.firewalld.org/

Package: firewalld
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: dbus,
         gir1.2-glib-2.0,
         gir1.2-nm-1.0,
         polkitd | policykit-1,
         python3-dbus,
         python3-gi,
         python3-nftables (>= 0.9.3-2~),
         python3-firewall (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Recommends: ipset,
            iptables,
            python3-cap-ng,
Description: dynamically managed firewall with support for network zones
 firewalld is a dynamically managed firewall daemon with support for
 network/firewall zones to define the trust level of network connections
 or interfaces. It has support for IPv4, IPv6 firewall settings and for
 ethernet bridges and has a separation of runtime and persistent
 configuration options.
 It also provides a D-Bus interface for services or applications to add
 and apply firewall rules on-the-fly.

Package: firewall-applet
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: firewall-config (= ${source:Version}),
         firewalld (= ${source:Version}),
         gir1.2-nm-1.0,
         gir1.2-notify-0.7,
         python3-dbus,
         python3-gi,
         python3-pyqt5,
         python3-dbus.mainloop.pyqt5,
         python3-firewall (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: panel applet providing status information of firewalld
 firewalld is a dynamically managed firewall daemon with support for
 network/firewall zones to define the trust level of network connections
 or interfaces. It has support for IPv4, IPv6 firewall settings and for
 ethernet bridges and has a separation of runtime and persistent
 configuration options.
 It also provides a D-Bus interface for services or applications to add
 and apply firewall rules on-the-fly.
 .
 This package provides a panel applet which shows status information
 of firewalld.

Package: firewall-config
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: firewalld (= ${source:Version}),
         gir1.2-glib-2.0,
         gir1.2-gtk-3.0,
         gir1.2-nm-1.0,
         gir1.2-pango-1.0,
         python3-dbus,
         python3-gi,
         python3-firewall (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: graphical configuration tool to change the firewall settings
 firewalld is a dynamically managed firewall daemon with support for
 network/firewall zones to define the trust level of network connections
 or interfaces. It has support for IPv4, IPv6 firewall settings and for
 ethernet bridges and has a separation of runtime and persistent
 configuration options.
 It also provides a D-Bus interface for services or applications to add
 and apply firewall rules on-the-fly.
 .
 This package provides a graphical configuration tool to change the
 firewall settings.

Package: python3-firewall
Architecture: all
Section: python
Depends: gir1.2-glib-2.0,
         python3-gi,
         python3-dbus,
         ${misc:Depends},
         ${python3:Depends}
Description: Python3 bindings for firewalld
 firewalld is a dynamically managed firewall daemon with support for
 network/firewall zones to define the trust level of network connections
 or interfaces. It has support for IPv4, IPv6 firewall settings and for
 ethernet bridges and has a separation of runtime and persistent
 configuration options.
 It also provides a D-Bus interface for services or applications to add
 and apply firewall rules on-the-fly.
 .
 This package provides Python3 bindings for firewalld.

Package: firewalld-tests
Architecture: all
Section: misc
Depends: firewalld (= ${source:Version}),
         python3-firewall (= ${source:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: installed tests for firewalld
 firewalld is a dynamically managed firewall daemon with support for
 network/firewall zones to define the trust level of network connections
 or interfaces. It has support for IPv4, IPv6 firewall settings and for
 ethernet bridges and has a separation of runtime and persistent
 configuration options.
 It also provides a D-Bus interface for services or applications to add
 and apply firewall rules on-the-fly.
 .
 This package provides test programs that can be run as part of a regression
 testsuite, e.g. via autopkgtest.