packer 1.6.6+ds1-5 source package in Ubuntu

Changelog

packer (1.6.6+ds1-5) unstable; urgency=medium

  * Add golang-github-apparentlymart-go-textseg-dev to Build-Depends.
    And bump it to v13. (Closes: #1021654)

 -- Shengjing Zhu <email address hidden>  Wed, 12 Oct 2022 21:58:14 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
packer_1.6.6+ds1-5.dsc 4.7 KiB 538b8e23b6b47de24a5f21614231a3c0c6699049e691973553a0e303febd3cf7
packer_1.6.6+ds1.orig.tar.gz 3.4 MiB 2a1ce16aaf1208bda246dc714c3a82ec431c6a0e46077d326cd5bc589a2b5a16
packer_1.6.6+ds1-5.debian.tar.xz 15.6 KiB 671a9c5ec32833701f972915fbf7bafb51ff6623c1ce06e2bcfc42c1f986d8e7

Available diffs

No changes file available.

Binary packages built by this source

packer: 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>.

packer-dbgsym: debug symbols for packer