File: control

package info (click to toggle)
libio-dirent-perl 0.05-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 84 kB
  • sloc: perl: 57; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,001 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
31
32
Source: libio-dirent-perl
Standards-Version: 4.7.2
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Ludovic Drolez <ldrolez@debian.org>,
 Andreas Tille <tille@debian.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper-compat (=13),
 perl,
 perl-xs-dev,
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-dirent-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-dirent-perl.git
Homepage: https://metacpan.org/dist/IO-Dirent/
Rules-Requires-Root: no

Package: libio-dirent-perl
Architecture: any
Depends:
 ${perl:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Enhances:
 backuppc,
Description: Perl module for accessing dirent structs returned by readdir
 Returns a list of hashrefs. Each hashref contains the name of the
 directory entry, its inode for the filesystem it resides on and its
 type (if available).
 .
 This module can be used by backuppc to speed up back-ups.