File: control

package info (click to toggle)
ruby-launchy-shim 2.3.0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 40 kB
  • sloc: ruby: 37; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 970 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
Source: ruby-launchy-shim
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-launchy-shim.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-launchy-shim
Homepage: https://packages.debian.org/ruby-launchy-shim
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-launchy-shim
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: xdg-utils
Description: helper class for launching a web browser
 Launchy is a helper class for launching a web browser in a fire and forget
 manner from Ruby programs. This is a minimal shim that replaces the original
 Launchy on Debian, without all the code to support non-Debian systems.