File: control

package info (click to toggle)
graphite-carbon 1.1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 932 kB
  • sloc: python: 6,526; xml: 732; sh: 617; makefile: 30
file content (36 lines) | stat: -rw-r--r-- 1,055 bytes parent folder | download | duplicates (3)
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
26
27
28
29
30
31
32
33
34
35
36
Source: graphite-carbon
Section: utils
Priority: optional
Maintainer: Debian Graphite Group <team+debian-graphite-team@tracker.debian.org>
Uploaders:
 Jonas Genannt <genannt@debian.org>,
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python3-all,
 rename,
Standards-Version: 4.0.0.4
Homepage: https://github.com/graphite-project/carbon
Vcs-Git: https://salsa.debian.org/debian-graphite-team/graphite-carbon.git
Vcs-Browser: https://salsa.debian.org/debian-graphite-team/graphite-carbon

Package: graphite-carbon
Architecture: all
Depends:
 adduser,
 lsb-base,
 python3-twisted,
 python3-cachetools,
 python3-urllib3,
 python3-whisper (>= 1.1.4),
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 graphite-web,
Description: backend data caching and persistence daemon for Graphite
 Graphite is a web application using the Twisted framework to provide
 real-time visualization and storage of numeric time-series data.
 .
 The Carbon daemon processes the incoming time-series data and saves it
 as Whisper database files.