diff options
author | Michael Biebl <biebl@debian.org> | 2012-10-12 01:51:48 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2012-10-12 14:33:53 +0200 |
commit | 63d4da951c997c126bc8aa0bcd8507fe6282a3bb (patch) | |
tree | 79bb0483a4442aab214de59a50cd252079b06046 /debian/control | |
parent | c5665f3506ec148c65ea865a15414b46cc1c64fa (diff) | |
download | rsyslog-63d4da951c997c126bc8aa0bcd8507fe6282a3bb.tar.gz |
Build ommongodb module
which provides support for logging to a MongoDB
database. Split that module into a separate package called
rsyslog-mongodb.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e5eb53e..bb0e13f 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 8), zlib1g-dev, libmysqlclient-dev, libpq-dev, + libmongo-client-dev (>= 0.1.4), libkrb5-dev, libgnutls-dev, librelp-dev (>= 1.0.1), @@ -98,6 +99,17 @@ Description: PostgreSQL output plugin for rsyslog This plugin allows rsyslog to write the syslog messages into a PostgreSQL database. +Package: rsyslog-mongodb +Architecture: any +Priority: extra +Depends: ${shlibs:Depends}, + ${misc:Depends}, + rsyslog (= ${binary:Version}), +Recommends: mongodb-server +Description: MongoDB output plugin for rsyslog + This plugin allows rsyslog to write the syslog messages to MongoDB, a + scalable, high-performance, open source NoSQL database. + Package: rsyslog-gssapi Architecture: any Priority: extra |