Source: libsysadm-install-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Salvatore Bonaccorso , Angel Abad Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libfile-which-perl, liblog-log4perl-perl, libterm-readkey-perl, libwww-perl, perl Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsysadm-install-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsysadm-install-perl.git Homepage: https://metacpan.org/release/Sysadm-Install Package: libsysadm-install-perl Architecture: all Depends: libfile-which-perl, liblog-log4perl-perl, libterm-readkey-perl, libwww-perl, ${misc:Depends}, ${perl:Depends} Suggests: libexpect-perl Description: module for typical installation tasks of system administrators Sysadm::Install executes shell-like commands performing typical installation tasks: Copying files, extracting tarballs, calling make. It has a fail once and die policy, meticulously checking the result of every operation and calling die() immeditatly if anything fails. . Sysadm::Install also supports a dry_run mode, in which it logs everything, but suppresses any write actions.