File: control

package info (click to toggle)
golang-github-hashicorp-terraform-plugin-test 1.3.0%2Bgit20200503.328f99a-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,210 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
Source: golang-github-hashicorp-terraform-plugin-test
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-hashicorp-go-getter-dev,
               golang-github-hashicorp-terraform-json-dev
Standards-Version: 4.5.0
Homepage: https://github.com/hashicorp/terraform-plugin-test
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-terraform-plugin-test
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-hashicorp-terraform-plugin-test.git
XS-Go-Import-Path: github.com/hashicorp/terraform-plugin-test
Testsuite: autopkgtest-pkg-go

Package: golang-github-hashicorp-terraform-plugin-test-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-hashicorp-go-getter-dev,
         golang-github-hashicorp-terraform-json-dev
Description: helper library for testing Terraform plugins
 This package contains an experimental library for testing Terraform
 plugins in their natural habitat as child processes of a real
 terraform executable.