Source: buildah
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/containers/buildah/tags
Vcs-Browser: https://github.com/alvistack/buildah
Vcs-Git: https://github.com/alvistack/buildah.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 golang-1.26,
 libapparmor-dev,
 libassuan-dev,
 libglib2.0-dev,
 libgpg-error-dev,
 libgpgme-dev,
 libseccomp-dev,
 libsystemd-dev,

Package: buildah
Architecture: amd64
Description: Tool for building OCI containers
 Buildah provides a command line tool which can be used to:
   - Create a working container, either from scratch or using an image as
     a starting point
   - Create an image, either from a working container or via the
     instructions in a Dockerfile
   - Build images in either the OCI image format or the traditional
     upstream docker image format
   - Mount a working container's root filesystem for manipulation
   - Unmount a working container's root filesystem
   - Update the contents of a container's root filesystem
   - Delete a working container or an image
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 containers-common,
 oci-runtime,
