Source: libsysadm-install-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 gregor herrmann <gregoa@debian.org>,
 Ryan Niebur <ryan@debian.org>,
 Nathan Handler <nhandler@debian.org>,
 Jonathan Yu <jawnsy@cpan.org>,
 Salvatore Bonaccorso <carnil@debian.org>,
 Angel Abad <angel@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep:
 libfile-which-perl (>= 1.09),
 liblog-log4perl-perl,
 libterm-readkey-perl,
 libwww-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsysadm-install-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsysadm-install-perl.git
Homepage: https://metacpan.org/release/Sysadm-Install
Testsuite: autopkgtest-pkg-perl

Package: libsysadm-install-perl
Architecture: all
Depends:
 libfile-which-perl (>= 1.09),
 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.
