File: control

package info (click to toggle)
libconfig-pit-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 284 kB
  • ctags: 364
  • sloc: perl: 4,097; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,020 bytes parent folder | download
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
Source: libconfig-pit-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libfile-homedir-perl,
 liblist-moreutils-perl,
 libpath-class-perl,
 libyaml-syck-perl (>= 1),
 perl (>= 5.10.1)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Config-Pit/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-pit-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-pit-perl/

Package: libconfig-pit-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libfile-homedir-perl,
 liblist-moreutils-perl,
 libpath-class-perl,
 libyaml-syck-perl (>= 1),
 perl (>= 5.10.1)
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.