File: control

package info (click to toggle)
liblchown-perl 1.01-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 104 kB
  • ctags: 2
  • sloc: perl: 15; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,070 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
Source: liblchown-perl
Priority: optional
Section: perl
Build-Depends: debhelper (>= 9.20120312~),
               libmodule-build-perl,
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Lchown
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblchown-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblchown-perl.git
Testsuite: autopkgtest-pkg-perl

Package: liblchown-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface to the lchown() system call
 Lchown provides a perl interface to the lchown(2) UNIX system call. The
 lchown(2) call is useful to change the ownership and group of symbolic links,
 rather than changing that information for the referent (real target) of these
 links.