File: control

package info (click to toggle)
libconfig-pit-perl 0.04-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 292 kB
  • sloc: perl: 4,097; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,170 bytes parent folder | download | duplicates (2)
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
Source: libconfig-pit-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libfile-homedir-perl,
                     liblist-moreutils-perl,
                     libpath-class-perl,
                     libyaml-syck-perl,
                     perl
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-pit-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-pit-perl.git
Homepage: https://metacpan.org/release/Config-Pit

Package: libconfig-pit-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-homedir-perl,
         liblist-moreutils-perl,
         libpath-class-perl,
         libyaml-syck-perl,
         perl
Description: Perl module for Manage settings
 Config::Pit is account setting management library.  This library
 automates editing settings used in scripts.
 .
 Original library is written in Ruby and published as pit gem with
 management command.