File: control

package info (click to toggle)
proftpd-mod-statsd 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 504 kB
  • sloc: sh: 3,020; ansic: 1,546; perl: 1,061; makefile: 108
file content (24 lines) | stat: -rw-r--r-- 975 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
Source: proftpd-mod-statsd
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~),
	libacl1-dev,
	libsodium-dev,
	libhiredis-dev
Standards-Version: 4.5.0
Rules-Requires-Root: binary-targets
Homepage: https://github.com/Castaglia/proftpd-mod_statsd/releases
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-statsd.git
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-statsd

Package: proftpd-mod-statsd
Architecture: any
Breaks: proftpd-basic (<< 1.3.5~)
Depends: ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: ProFTPD module mod_statsd
 The mod_statsd module for ProFTPD emits metrics to a configured statsd
 server, for obtaining/graphing data rather than having to parse log files.