File: control

package info (click to toggle)
golang-github-coreos-discovery-etcd-io 2.0.0%2Bgit2019.04.19.git.78fb45d3c9-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 23,460 kB
  • sloc: asm: 452; sh: 94; ansic: 24; makefile: 16
file content (45 lines) | stat: -rw-r--r-- 1,576 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: golang-github-coreos-discovery-etcd-io
Section: devel
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
 Rene Luria <rene.luria@infomaniak.com>,
Build-Depends:
 debhelper-compat (= 12),
 dh-golang,
 openstack-pkg-tools (>= 106~),
 golang-any,
 golang-github-coreos-go-systemd-dev,
 golang-github-go-ini-ini-dev,
 golang-github-gorilla-handlers-dev,
 golang-github-gorilla-mux-dev,
 golang-github-rsc-devweb,
 golang-github-spf13-pflag-dev,
 golang-github-spf13-viper-dev,
Standards-Version: 4.2.0
Homepage: https://github.com/coreos/discovery.etcd.io
Vcs-Browser: https://salsa.debian.org/openstack-team/third-party/golang-github-coreos-discovery-etcd-io
Vcs-Git: https://salsa.debian.org/openstack-team/third-party/golang-github-coreos-discovery-etcd-io.git
XS-Go-Import-Path: github.com/coreos/discovery.etcd.io

Package: etcd-discovery
Architecture: any
Built-Using:
 ${misc:Built-Using},
Depends:
 adduser,
 lsb-base (>= 3.0.6),
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 etcd-server,
Description: etcd discovery service
 This code powers the public service at https://discovery.etcd.io. This
 package provides a standalone initial discovery URL if contacting the
 https://discovery.etcd.io is not possible in your deployment (for example
 if your server doesn't have internet connectivity).
 .
 Note that in a normal etcd cluster setup, this service isn't mandatory,
 however, etcd discovery is mandatory to be able to run OpenStack Magnum, which
 is why this package exist.