File: control

package info (click to toggle)
proftpd-mod-kafka 0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: sh: 3,314; ansic: 836; perl: 715; makefile: 106
file content (23 lines) | stat: -rw-r--r-- 939 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
Source: proftpd-mod-kafka
Section: net
Priority: optional
Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@alioth-lists.debian.net>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>,
           Hilmar Preuße <hille42@debian.org>
Build-Depends: debhelper-compat (= 13),
	proftpd-dev,
	librdkafka-dev
Standards-Version: 4.7.2
Rules-Requires-Root: binary-targets
Homepage: https://github.com/Castaglia/proftpd-mod_kafka/releases
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-kafka.git
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-kafka

Package: proftpd-mod-kafka
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: ProFTPD module mod_kafka
 The mod_kafka module for ProFTPD allows for sending log messages, as JSON,
 to Kafka brokers using the librdkafka client library.
 .
 See the mod_kafka.html documentation for more details.