File: control

package info (click to toggle)
libsys-utmp-perl 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 176 kB
  • ctags: 5
  • sloc: perl: 226; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 976 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
Source: libsys-utmp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312),
               perl,
               libtest-pod-perl,
               libtest-pod-coverage-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-utmp-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsys-utmp-perl.git
Homepage: https://metacpan.org/release/Sys-Utmp
Testsuite: autopkgtest-pkg-perl

Package: libsys-utmp-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: perl module to query UTMP files
 Sys::Utmp provides a vaguely object oriented interface to the Unix user
 accounting file /var/run/utmp, and other files of similar format. It can
 only be used to query the contents of the file, and cannot modify it.