File: control

package info (click to toggle)
libtest-portability-files-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 240 kB
  • sloc: perl: 307; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,443 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: libtest-portability-files-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
# perl 5.19.5 for File::Temp 0.2304
Build-Depends-Indep: perl (>= 5.19.5),
                     libtest-pod-perl,
                     libtest-pod-coverage-perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-portability-files-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-portability-files-perl.git
Homepage: https://metacpan.org/release/Test-Portability-Files

Package: libtest-portability-files-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to check that file names in a distribution are portable
 Test::Portability::Files is used to check the portability across operating
 systems of the names of the files present in the distribution of a module.
 The tests use the advices given in perlport/"Files and Filesystems". The
 author of a distribution can select which tests to execute.
 .
 To use this module, simply copy the code from the synopsis in a test file
 named t/portfs.t for example, and add it to your MANIFEST. You can delete the
 call to options() to enable only most common tests.