File: control

package info (click to toggle)
whiff 0.008-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 169; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,180 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
Source: whiff
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libfile-which-perl <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/whiff
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/whiff.git
Homepage: https://metacpan.org/release/App-Whiff
Rules-Requires-Root: no

Package: whiff
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-which-perl
Description: helper to find the first executable of a series of alternatives
 whiff command, which takes a number of command names and returns the first one
 that exists and is executable.
 .
 It assumes that all the arguments form a best-first list of
 alternatives, and only prints the path to the first alternative found in
 the path. If none is found, it prints an error (to stderr) and exits
 with an error code.
 .
 A programmer interface is available in the App::Whiff module.