Source: ulogd2
Section: net
Priority: optional
Maintainer: Chris Boot <bootc@bootc.net>
Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libnfnetlink-dev,
 libmnl-dev, libnetfilter-acct-dev, libnetfilter-conntrack-dev,
 libnetfilter-log-dev, libmysqlclient-dev, libpq-dev, libsqlite3-dev,
 libdbi-dev, libpcap-dev, linuxdoc-tools, groff, dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://www.netfilter.org/projects/ulogd/
Vcs-Browser: https://github.com/bootc/ulogd2
Vcs-Git: git://github.com/bootc/ulogd2.git

Package: ulogd2
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, lsb-base, ${misc:Depends}
Suggests: ulogd2-mysql, ulogd2-pgsql, ulogd2-pcap, ulogd2-sqlite3
Conflicts: ulogd
Replaces: ulogd
Description: Netfilter Userspace Logging Daemon
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 MySQL, PostgreSQL and SQLite 3 support is in separate packages, called 
 ulogd2-mysql, ulogd2-pgsql and ulogd2-sqlite3 respectively. pcap file support
 is in package called ulogd2-pcap.

Package: ulogd2-dbi
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: DBI extension to ulogd
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 This module adds DBI support to ulogd. You can log into a database using
 the DBI abstraction layer if you have it installed.

Package: ulogd2-mysql
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: MySQL extension to ulogd
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 This module adds MySQL support to ulogd. You can log into a MySQL database
 if you have it installed.

Package: ulogd2-pcap
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: pcap extension to ulogd
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 This module adds a plugin to ulogd, that allows one to log to a pcap format
 file. You can then use this file with other tools that use pcap like
 tcpdump or ethereal.

Package: ulogd2-pgsql
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: PostgreSQL extension to ulogd
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 This module adds PostgreSQL support to ulogd. You can log into a PostgreSQL
 database if you have it installed.

Package: ulogd2-sqlite3
Architecture: linux-any
Pre-Depends: ${misc:Pre-Depends}
Depends: ulogd2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: SQLite 3 extension to ulogd
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 This module adds SQLite 3 support to ulogd. You can log into a SQLite 3
 database if you have it installed.

Package: ulogd2-dbg
Section: debug
Priority: extra
Architecture: linux-any
Depends: ulogd2 (= ${binary:Version}), ${misc:Depends}
Description: Netfilter Userspace Logging Daemon (debug symbols)
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, pcap files, MySQL, PostgreSQL,
 SQLite 3 and soon will be able to log remotely.
 .
 This package provides the debugging symbols.

