Source: dpkg-autoconfigure
Section: embedded
Priority: optional
Maintainer: Ryan Kuester <rkuester@insymbols.com>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.3.0
Vcs-Git: https://gitlab.com/pragmatux/dpkg-autoconfigure.git
Vcs-Browser: https://gitlab.com/pragmatux/dpkg-autoconfigure.git

Package: dpkg-autoconfigure
Architecture: all
Depends: ${misc:Depends}
Description: Configure pending packages
 Runs dpkg --configure --pending after populating the debconf database from a
 directory of configuration files.  Useful to run at first boot, or on a
 multistrapped filesystem from a build host using emulation of the target
 architecture.

Package: dpkg-autoconfigure-firstboot
Architecture: all
Depends: dpkg-autoconfigure (= ${binary:Version}), firstboot, ${misc:Depends}
Description: Configure pending packages at first boot
 Runs dpkg --configure --pending after populating the debconf database from a
 directory of configuration files.  Useful to run at first boot, or on a
 multistrapped filesystem from a build host using emulation of the target
 architecture.
 .
 This package hooks dpkg-autoconfigure into firstboot.

Package: dpkg-autoconfigure-at-boot
Architecture: all
Depends: dpkg-autoconfigure (= ${binary:Version}), at-boot, ${misc:Depends}
Description: Configure pending packages at first boot
 Runs dpkg --configure --pending after populating the debconf database from a
 directory of configuration files.  Useful to run at first boot, or on a
 multistrapped filesystem from a build host using emulation of the target
 architecture.
 .
 This package hooks dpkg-autoconfigure into the systemd at-boot.target.
