File: control

package info (click to toggle)
librun-parts-perl 0.09-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 20
  • sloc: perl: 409; makefile: 4; sh: 4
file content (48 lines) | stat: -rw-r--r-- 1,982 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: librun-parts-perl
Section: perl
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: debhelper (>= 9),
               dh-dist-zilla,
               libdist-zilla-plugin-git-perl,
               libdist-zilla-plugin-githubmeta-perl,
               libdist-zilla-plugin-ourpkgversion-perl,
               libdist-zilla-plugin-podweaver-perl,
               libdist-zilla-plugin-test-perl-critic-perl,
               libdist-zilla-plugin-test-kwalitee-perl
Build-Depends-Indep: libexporter-easy-perl,
                     libfile-slurp-perl (>= 9999.17),
                     libtaint-util-perl,
                     libtest-differences-perl,
                     libtest-nowarnings-perl,
                     libtest-trap-perl,
                     libtest-warnings-perl (>= 0.005),
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://github.com/xtaran/run-parts
Vcs-Git: git://github.com/xtaran/run-parts.git
Homepage: https://metacpan.org/release/Run-Parts
Testsuite: autopkgtest-pkg-perl

Package: librun-parts-perl
Architecture: all
Depends: libexporter-easy-perl,
         libfile-slurp-perl (>= 9999.17),
         libtaint-util-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Offers run-parts' functionality in Perl
 run-parts and hence Run::Parts runs all the executable files named
 within constraints described below, found in the given directory.
 Other files and directories are silently ignored.
 .
 Additionally they can just print the names of the all matching files
 (not limited to executables, but ignores blacklisted files like
 e.g. backup files), but don't actually run them.
 .
 Run::Parts contains two backend implementation. Run::Parts::Debian
 actually uses /bin/run-parts and Run::Parts::Perl is a pure Perl
 implementation of a basic set of run-parts' functionality.
 .
 On Debian Run::Parts uses Run::Parts::Debian by default. But you can
 also choose any of the backends explicitly.