File: control

package info (click to toggle)
packer 1.3.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,324 kB
  • sloc: python: 619; sh: 557; makefile: 111
file content (86 lines) | stat: -rw-r--r-- 4,331 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
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
Source: packer
Section: utils
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any (>= 1.5),
               golang-github-aliyun-aliyun-oss-go-sdk-dev,
               golang-github-aws-aws-sdk-go-dev (>= 1.4.22),
# golang-github-azure-azure-sdk-for-go-dev (>= 10~),
# golang-github-azure-go-autorest-dev (>= 8~),
               golang-github-biogo-hts-dev,
               golang-github-christrenkamp-goxpath-dev (>= 1.0~alpha3+git20170922.c385f95~),
               golang-github-denverdino-aliyungo-dev (>= 0.0~git20180921.13fa8aa~),
               golang-github-digitalocean-godo-dev (>= 1.1.0),
               golang-github-google-go-cmp-dev,
               golang-github-google-shlex-dev,
               golang-github-google-uuid-dev,
               golang-github-gophercloud-gophercloud-dev (>=0.0~git20180917.45f1c769~),
               golang-github-hashicorp-go-checkpoint-dev,
               golang-github-hashicorp-go-cleanhttp-dev,
               golang-github-hashicorp-go-multierror-dev,
               golang-github-hashicorp-go-uuid-dev,
               golang-github-hashicorp-go-version-dev,
               golang-github-hashicorp-yamux-dev,
               golang-github-kardianos-osext-dev,
               golang-github-klauspost-pgzip-dev,
               golang-github-masterzen-winrm-dev (>= 0.0~git20170601.0.1ca0ba6~),
               golang-github-mitchellh-cli-dev,
               golang-github-mitchellh-go-fs-dev,
               golang-github-mitchellh-go-homedir-dev,
               golang-github-mitchellh-go-vnc-dev,
               golang-github-mitchellh-iochan-dev,
#               golang-github-mitchellh-mapstructure-dev,
               golang-github-mitchellh-multistep-dev,
               golang-github-mitchellh-panicwrap-dev,
               golang-github-mitchellh-prefixedio-dev,
               golang-github-mitchellh-reflectwalk-dev,
               golang-github-packer-community-winrmcp-dev (>= 0.0~git20170607.0.078cc0a~),
               golang-github-pierrec-lz4-dev,
               golang-github-pkg-sftp-dev,
               golang-github-ugorji-go-codec-dev,
               golang-github-vmware-govmomi-dev,
               golang-github-xanzy-go-cloudstack-dev,
               golang-golang-x-crypto-dev (>= 1:0.0~git20170407.0.55a552f+REALLY.0.0~git20161012.0.5f31782),
               golang-golang-x-oauth2-dev (>= 0.0~git20180821.d2e6202~),
               golang-golang-x-oauth2-google-dev (>= 0.0~git20180821.d2e6202~),
               golang-google-api-dev (>= 0.0~git20180916.19ff876~),
               golang-gopkg-cheggaaa-pb.v1-dev (>= 1.0.25~),
# Test dependency
               golang-github-approvals-go-approval-tests-dev,
               golang-github-dylanmei-winrmtest-dev,
               golang-github-stretchr-testify-dev,
Standards-Version: 4.2.1
Homepage: https://www.packer.io/
Vcs-Browser: https://salsa.debian.org/go-team/packages/packer
Vcs-Git: https://salsa.debian.org/go-team/packages/packer.git
XS-Go-Import-Path: github.com/hashicorp/packer
Testsuite: autopkgtest-pkg-go

Package: packer
Architecture: any
Built-Using: ${misc:Built-Using},
Depends: ${misc:Depends},
         ${shlibs:Depends},
Recommends: docker.io,
            qemu,
Suggests: ansible,
          chef,
Description: tool for creating machine images for multiple platforms
 Packer is an open source tool for creating identical machine images for
 multiple platforms from a single source configuration. Packer is lightweight,
 runs on every major operating system, and is highly performant, creating
 machine images for multiple platforms in parallel. Packer does not replace
 configuration management like Chef or Puppet. In fact, when building images,
 Packer is able to use tools like Chef or Puppet to install software onto the
 image.
 .
 A machine image is a single static unit that contains a pre-configured
 operating system and installed software which is used to quickly create new
 running machines. Machine image formats change for each platform. Some
 examples include AMIs for EC2, VMDK/VMX files for VMware, OVF exports for
 VirtualBox, etc.
 .
 For the documentation of Packer, please see <https://www.packer.io/docs>.