File: control

package info (click to toggle)
proftpd-mod-kafka 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 500 kB
  • sloc: sh: 3,314; ansic: 836; perl: 715; makefile: 105
file content (25 lines) | stat: -rw-r--r-- 997 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
24
25
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 Preusse <hille42@web.de>
Build-Depends: debhelper-compat (= 13),
	proftpd-dev (>= 1.3.6~),
	libsodium-dev,
	librdkafka-dev
Standards-Version: 4.6.0
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
Breaks: proftpd-basic (<< 1.3.5~)
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.