summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 13 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 51e3c9d..601f7e0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: rsyslog
Section: admin
Priority: extra
Maintainer: Michael Biebl <biebl@debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, zlib1g-dev
+Build-Depends: debhelper (>= 5), quilt, autotools-dev, zlib1g-dev, libmysqlclient15-dev
Standards-Version: 3.7.2
Package: rsyslog
@@ -12,10 +12,11 @@ Replaces: linux-kernel-log-daemon, system-log-daemon
Provides: linux-kernel-log-daemon, system-log-daemon
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: logrotate
+Suggests: rsyslog-mysql
Description: enhanced multi-threaded syslogd
- Rsyslog is an enhanced multi-threaded syslogd supporting, amongst others:
+ Rsyslog is an enhanced syslogd supporting, amongst others:
* reliable syslog over TCP and RFC 3195
- * writing to MySQL databases
+ * writing to MySQL databases (via a separate output plugin)
* permitted sender lists
* filtering on any part of the syslog message
* on-the-wire message compression
@@ -28,3 +29,12 @@ Description: enhanced multi-threaded syslogd
easy to setup for the novice user.
.
Homepage: http://www.rsyslog.com/
+
+Package: rsyslog-mysql
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, rsyslog (= ${binary:Version}), dbconfig-common, ucf
+Recommends: mysql-server
+Description: MySQL output plugin for rsyslog
+ This plugin allows rsyslog to write the syslog messages into a MySQL database.
+ .
+ Homepage: http://www.rsyslog.com/