File: control

package info (click to toggle)
ruby-path-expander 1.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 120 kB
  • sloc: ruby: 229; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,430 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
31
32
33
34
35
Source: ruby-path-expander
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cocoa <cocoa1231@disroot.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               rake
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-path-expander.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-path-expander
Homepage: https://github.com/seattlerb/path_expander
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-path-expander
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: PathExpander helps pre-process command-line arguments
 PathExpander helps pre-process command-line arguments expanding
 directories into their constituent files. It further helps by
 providing additional mechanisms to make specifying subsets easier
 with path subtraction and allowing for command-line arguments to be
 saved in a file.
 .
 NOTE: this is NOT an options processor. It is a path processor
 (basically everything else besides options). It does provide a
 mechanism for pre-filtering cmdline options, but not with the intent
 of actually processing them in PathExpander. Use OptionParser to
 deal with options either before or after passing ARGV through
 PathExpander.