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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114
|
Source: influxdb
Section: database
Priority: extra
Homepage: https://influxdata.com/time-series-platform/influxdb/
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
dh-golang (>=1.9),
dh-systemd,
golang-go,
yui-compressor,
golang-statik,
tmpl,
libjs-bootstrap (>= 3.0),
libjs-jquery (>=1.9.1),
# Golang libraries below - Shared deps with dev package
golang-go.crypto-dev | golang-golang-x-crypto-dev,
golang-toml-dev | golang-github-burntsushi-toml-dev,
golang-goprotobuf-dev | golang-github-golang-protobuf-dev,
golang-gogoprotobuf-dev (>= 0.0~git20150717) | golang-github-gogo-protobuf-dev,
golang-github-boltdb-bolt-dev,
golang-github-peterh-liner-dev,
golang-github-bmizerany-pat-dev,
golang-github-rakyll-statik-dev,
golang-github-retailnext-hllpp-dev,
golang-github-kimor79-gollectd-dev,
golang-collectd-dev,
golang-github-davecgh-go-spew-dev,
golang-github-dgrijalva-jwt-go-dev,
golang-github-dgryski-go-bitstream-dev,
golang-github-dgryski-go-bits-dev,
golang-github-jwilder-encoding-dev (>= 0.0~git20160426.0.ac74639),
golang-github-influxdb-enterprise-client-dev,
golang-github-paulbellamy-ratecounter-dev,
golang-github-influxdb-usage-client-dev (>= 0.0~git20151204.0.475977e-2~),
golang-github-golang-snappy-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/influxdb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/influxdb.git
XS-Go-Import-Path: github.com/influxdata/influxdb
Package: golang-github-influxdb-influxdb-dev
Architecture: all
Replaces: influxdb-dev (<< 0.9.2.1+dfsg1-2)
Breaks: influxdb-dev (<< 0.9.2.1+dfsg1-2)
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
golang-go.crypto-dev | golang-golang-x-crypto-dev,
golang-toml-dev | golang-github-burntsushi-toml-dev,
golang-goprotobuf-dev | golang-github-golang-protobuf-dev,
golang-gogoprotobuf-dev (>= 0.0~git20150717) | golang-github-gogo-protobuf-dev,
golang-github-boltdb-bolt-dev,
golang-github-peterh-liner-dev,
golang-github-bmizerany-pat-dev,
golang-github-rakyll-statik-dev,
golang-github-retailnext-hllpp-dev,
golang-github-kimor79-gollectd-dev,
golang-collectd-dev,
golang-github-davecgh-go-spew-dev,
golang-github-dgrijalva-jwt-go-dev,
golang-github-dgryski-go-bitstream-dev,
golang-github-dgryski-go-bits-dev,
golang-github-jwilder-encoding-dev (>= 0.0~git20160426.0.ac74639),
golang-github-influxdb-enterprise-client-dev,
golang-github-paulbellamy-ratecounter-dev,
golang-github-influxdb-usage-client-dev,
golang-github-golang-snappy-dev,
libjs-bootstrap (>= 3.0),
libjs-jquery (>= 1.9.1)
Built-Using: ${misc:Built-Using}
Description: Scalable datastore for metrics, events, and real-time analytics. Dev package
InfluxDB is a time series, metrics, and analytics database. It’s written
in Go and has no external dependencies. That means once you install it
there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
metrics, sensor data, and real-time analytics.
.
This is the dev package.
Package: influxdb-dev
Section: oldlibs
Architecture: all
Depends: ${misc:Depends}, golang-github-influxdb-influxdb-dev
Description: Transitional package for golang-github-influxdb-influxdb-dev
This is a transitional package to ease upgrades to the
golang-github-influxdb-influxdb-dev package. It can safely be removed.
Package: influxdb
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
adduser,
lsb-base (>= 3.0-6)
Built-Using: ${misc:Built-Using}
Description: Scalable datastore for metrics, events, and real-time analytics
InfluxDB is a time series, metrics, and analytics database. It’s written
in Go and has no external dependencies. That means once you install it
there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
metrics, sensor data, and real-time analytics.
Package: influxdb-client
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: command line interface for InfluxDB
InfluxDB is a time series, metrics, and analytics database. It’s written
in Go and has no external dependencies. That means once you install it
there’s nothing else to manage (such as Redis, ZooKeeper, Cassandra,
HBase, or anything else). InfluxDB is targeted at use cases for DevOps,
metrics, sensor data, and real-time analytics.
.
This package contains the command line interface.
|