File: control

package info (click to toggle)
ruby-fixwhich 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 48 kB
  • sloc: ruby: 21; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,155 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: ruby-fixwhich
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-pathname2
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-fixwhich
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-fixwhich.git
Homepage: http://github.com/Blahah/which
XS-Ruby-Versions: all

Package: ruby-fixwhich
Architecture: all
Depends: ruby | ruby-interpreter,
         ruby-pathname2,
         ${misc:Depends},
         ${shlibs:Depends}
Description: ruby module that emulates the 'which' program
 Searches the path, or a provided path with given separators (path_sep,
 commonly “:”) and a separator for directories (dir_sep, commonly “/”), will
 return all of the places that filename occurs. `filename' is included as a
 part of the output.
 .
 Note that the filename must both exist in the path and be executable for it to
 appear in the return value.
XB-Ruby-Versions: ${ruby:Versions}