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: fwbuilder
Section: net
Priority: optional
Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Build-Depends: debhelper (>> 3.0.0), automake, autoconf, libfwbuilder-dev (>> 0.10.4), libglib1.2-dev (>= 1.2.7-0), libsigc++-dev (>= 1.0.4-1), libxml2-dev (>= 2.3.8-0), libxslt1-dev (>= 1.0.0-0), libgnome-dev, liborbit-dev, libgnorba-dev, libgtk1.2-dev, libgtkmm-dev (>= 1.2.8-2), libsnmp4.2-dev, libgtkxmhtml-dev , libzvt-dev, libpopt-dev, autotools-dev
Standards-Version: 3.5.2
Package: fwbuilder
Architecture: any
Provides: fwbuilder-frontend
Depends: ${shlibs:Depends}, fwbuilder-iptables | fwbuilder-backend
Conflicts: fwbuilder-ipchains
Recommends: fwbuilder-doc
Description: Firewall administration tool GUI
Firewall Builder consists of an object-oriented GUI and a set of policy
compilers for various firewall platforms. In Firewall Builder, firewall
policy is a set of rules, each rule consists of abstract objects which
represent real network objects and services (hosts, routers, firewalls,
networks, protocols). Firewall Builder helps the user maintain a database
of objects and allows policy editing using simple drag-and-drop operations.
.
This is the GUI part of fwbuilder
Package: fwbuilder-doc
Architecture: all
Suggests: doc-linux-html
Description: Documentation for fwbuilder
Firewall Builder consists of an object-oriented GUI and a set of policy
compilers for various firewall platforms. In Firewall Builder, firewall
policy is a set of rules, each rule consists of abstract objects which
represent real network objects and services (hosts, routers, firewalls,
networks, protocols). Firewall Builder helps the user maintain a database
of objects and allows policy editing using simple drag-and-drop operations.
.
This package contains the fwbuilder documentation. It is suggested that
you also read the relevant HOWTOs which are available either online, or
in the doc-linux-html package.
Package: fwbuilder-dev
Architecture: any
Description: Firewall Builder policy compiler development
Firewall Builder consists of an object-oriented GUI and a set of policy
compilers for various firewall platforms. In Firewall Builder, firewall
policy is a set of rules, each rule consists of abstract objects which
represent real network objects and services (hosts, routers, firewalls,
networks, protocols). Firewall Builder helps the user maintain a database
of objects and allows policy editing using simple drag-and-drop operations.
.
This package contains a link library and C header for building your own
firewall policy compilers. If you need this, you probably also need to
review the source package, unless you're building something that's already
been fully developed.
Package: fwbuilder-iptables
Architecture: any
Provides: fwbuilder-backend
Depends: ${shlibs:Depends}, fwbuilder (>= ${Source-Version})
Description: Linux iptables policy compiler for Firewall Builder
Firewall Builder consists of an object-oriented GUI and a set of policy
compilers for various firewall platforms. In Firewall Builder, firewall
policy is a set of rules, each rule consists of abstract objects which
represent real network objects and services (hosts, routers, firewalls,
networks, protocols). Firewall Builder helps the user maintain a database
of objects and allows policy editing using simple drag-and-drop operations.
.
This package contains the fwbuilder policy compiler for the Linux 2.4
iptables target. It creates a shell script to be run during the
system bootup process.
|