File: control

package info (click to toggle)
libfile-find-rule-vcs-perl 1.08-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: perl: 1,481; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download | duplicates (2)
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
Source: libfile-find-rule-vcs-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: perl, libfile-find-rule-perl,
 libtext-glob-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
 Salvatore Bonaccorso <carnil@debian.org>
Standards-Version: 4.1.4
Homepage: https://metacpan.org/release/File-Find-Rule-VCS
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-find-rule-vcs-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-find-rule-vcs-perl
Testsuite: autopkgtest-pkg-perl

Package: libfile-find-rule-vcs-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libfile-find-rule-perl, libtext-glob-perl
Description: Perl module to exclude files/directories for Version Control Systems
 Many tools need to be equally useful both on ordinary files, and on
 code that has been checked out from revision control systems.
 .
 File::Find::Rule::VCS provides quick and convenient methods to
 File::Find::Rule for exclusion of the version control directories of
 several major Version Control Systems (currently CVS, Subversion,
 Bazaar, RCS, Git and Mercurial).