File: control

package info (click to toggle)
liblinux-usermod-perl 0.69-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 112 kB
  • ctags: 45
  • sloc: perl: 581; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,073 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
Source: liblinux-usermod-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
 Daniel Lintott <daniel@serverb.co.uk>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblinux-usermod-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblinux-usermod-perl.git
Homepage: https://metacpan.org/release/Linux-usermod

Package: liblinux-usermod-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to modify user and group accounts
 The Linux::usermod module adds, removes and modifies user and group accounts
 according to  the passwd and shadow files syntax (like struct passwd from 
 pwd.h). It is not necessary  those accounts to be system as long as 
 $Linux::usermod::file_passwd, $Linux::usermod::file_shadow, 
 $Linux::usermod::file_group,  $Linux::usermod::file_gshadow are not in the 
 "/etc" directory.