1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: libhostfile-manager-perl
Section: perl
Priority: optional
Build-Depends:
debhelper,
debhelper-compat (= 13),
libfile-slurp-perl,
libmoose-perl,
libterm-clui-perl,
libtest-class-perl <!nocheck>,
libtest-deep-perl <!nocheck>,
libtest-most-perl <!nocheck>,
libtest-nowarnings-perl (>= 1.06) <!nocheck>,
Testsuite: autopkgtest-pkg-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhostfile-manager-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhostfile-manager-perl
Homepage: https://metacpan.org/release/Hostfile-Manager
Rules-Requires-Root: no
Package: libhostfile-manager-perl
Architecture: all
Depends:
libfile-slurp-perl,
libmoose-perl,
${misc:Depends},
${perl:Depends},
Description: manage a hostfile by composing multiple fragments into a whole
Hostfile::Manager is a Perl library
providing functions to read hostfile fragments
and add them to a unified hostfile like /etc/hosts.
Package: hostfiles
Architecture: all
Depends:
libhostfile-manager-perl,
libterm-clui-perl,
${misc:Depends},
${perl:Depends},
Description: simple script to manage multiple sets of hostfiles
hostfiles is a command-line tool
which will read the hostfile fragments
specified to be enabled from /etc/hostfiles/<fragment_name>
and add them to /etc/hosts.
.
It will remove any fragments from /etc/hosts
that are specified to be disabled.
|