File: control

package info (click to toggle)
golang-github-hashicorp-go-tfe 0.11.1%2Bgit20201207.19dc0b8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 736 kB
  • sloc: makefile: 6
file content (44 lines) | stat: -rw-r--r-- 2,035 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
Source: golang-github-hashicorp-go-tfe
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 (= 12),
               dh-golang,
               golang-any,
               golang-github-google-go-querystring-dev,
               golang-github-hashicorp-go-cleanhttp-dev,
               golang-github-hashicorp-go-retryablehttp-dev,
               golang-github-hashicorp-go-slug-dev,
               golang-github-hashicorp-go-uuid-dev,
               golang-github-stretchr-testify-dev,
               golang-github-svanharmelen-jsonapi-dev,
               golang-golang-x-time-dev
Standards-Version: 4.5.1
Homepage: https://github.com/hashicorp/go-tfe
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-tfe
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-go-tfe.git
XS-Go-Import-Path: github.com/hashicorp/go-tfe
Testsuite: autopkgtest-pkg-go

Package: golang-github-hashicorp-go-tfe-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-google-go-querystring-dev,
         golang-github-hashicorp-go-cleanhttp-dev,
         golang-github-hashicorp-go-retryablehttp-dev,
         golang-github-hashicorp-go-slug-dev,
         golang-github-hashicorp-go-uuid-dev,
         golang-github-stretchr-testify-dev,
         golang-github-svanharmelen-jsonapi-dev,
         golang-golang-x-time-dev
Description: Terraform Cloud/Enterprise API Client/SDK in Golang
 This package contains the official Go API client for
 Terraform Cloud/Enterprise.
 .
 This client supports the Terraform Cloud V2 API.  As Terraform
 Enterprise is a self-hosted distribution of Terraform Cloud, this client
 supports both Cloud and Enterprise use cases. In all package documentation
 and API, the platform will always be stated as 'Terraform Enterprise' -
 but a feature will be explicitly noted as only supported in one or the
 other, if applicable (rare).