File: control

package info (click to toggle)
libfile-find-rule-filesys-virtual-perl 1.22-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 155; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,248 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
Source: libfile-find-rule-filesys-virtual-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libfile-find-rule-perl,
                     libfilesys-virtual-perl,
                     libfilesys-virtual-plain-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-find-rule-filesys-virtual-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-find-rule-filesys-virtual-perl.git
Homepage: https://metacpan.org/release/File-Find-Rule-Filesys-Virtual
Testsuite: autopkgtest-pkg-perl

Package: libfile-find-rule-filesys-virtual-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-find-rule-perl,
         libfilesys-virtual-perl
Multi-Arch: foreign
Description: File::Find::Rule adapted to Filesys::Virtual
 File::Find::Rule::Filesys::Virtual allows one to use the File::Find::Rule
 file finding semantics on Filesys::Virtual derived filesystems, such as
 Filesys::Virtual::Plain or Filesys::Virtual::SSH.