File: control

package info (click to toggle)
hcloud-cli 1.39.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,628 kB
  • sloc: sh: 36; makefile: 7
file content (40 lines) | stat: -rw-r--r-- 1,622 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
37
38
39
40
Source: hcloud-cli
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-dustin-go-humanize-dev,
               golang-github-fatih-structs-dev,
               golang-github-hetznercloud-hcloud-go-dev,
               golang-github-pelletier-go-toml-dev,
               golang-github-prometheus-client-golang-dev,
               golang-github-spf13-cobra-dev,
               golang-github-spf13-pflag-dev,
               golang-github-thcyron-uiprogress-dev,
               golang-golang-x-crypto-dev,
               golang-github-golang-mock-dev,
               golang-github-guptarohit-asciigraph-dev,
               golang-gopkg-cheggaaa-pb.v2-dev
Standards-Version: 4.6.1
Homepage: https://github.com/hetznercloud/cli
Vcs-Browser: https://salsa.debian.org/go-team/packages/hcloud-cli
Vcs-Git: https://salsa.debian.org/go-team/packages/hcloud-cli.git
XS-Go-Import-Path: github.com/hetznercloud/cli
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: hcloud-cli
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: command-line interface for Hetzner Cloud
 hcloud-cli is a command-line interface for interacting with
 Hetzner Cloud.
 .
 The Hetzner Cloud API operates over HTTPS and uses JSON as
 its data format. The API is a RESTful API and utilizes HTTP
 methods and HTTP status codes to specify requests and responses.