Source: curtin
Section: admin
Priority: optional
Standards-Version: 4.6.2
Maintainer: Stefan Bogner <bogner@b1-systems.de>
Build-Depends: debhelper (>= 13),
               dh-python,
               python3,
               python3-apt,
               python3-coverage,
               python3-oauthlib,
               python3-pytest,
               python3-setuptools,
               python3-yaml
Homepage: https://github.com/canonical/curtin
X-Python3-Version: >= 3.6

Package: curtin
Architecture: all
Priority: optional
Depends: bcache-tools,
         btrfs-progs,
         cryptsetup,
         dosfstools,
         file,
         gdisk,
         lvm2,
         mdadm,
         parted,
         python3-curtin (= ${binary:Version}),
         udev,
         xfsprogs,
         ${misc:Depends}
Description: Library and tools for the curtin installer
 This package provides the curtin installer.
 .
 Curtin is an installer that is blunt, brief, snappish, snippety and
 unceremonious.

Package: curtin-common
Architecture: all
Priority: optional
Depends: ${misc:Depends}
Description: Library and tools for curtin installer
 This package contains utilities for the curtin installer.

Package: python3-curtin
Section: python
Architecture: all
Priority: optional
Depends: curtin-common (= ${binary:Version}),
         python3-apt,
         python3-attr,
         python3-oauthlib,
         python3-packaging,
         python3-yaml,
         wget,
         ${misc:Depends},
         ${python3:Depends}
Description: Library and tools for curtin installer
 This package provides python3 library for use by curtin.
