File: control

package info (click to toggle)
ruby-launchy 3.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: ruby: 1,051; makefile: 6
file content (37 lines) | stat: -rw-r--r-- 1,409 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
36
37
Source: ruby-launchy
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: curl,
               debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby-addressable,
               ruby-childprocess (>= 5.0),
               ruby-minitest,
               ruby-rspec,
               ruby-simplecov,
               xdg-utils
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-launchy.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-launchy
Homepage: https://github.com/copiousfreetime/launchy
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-launchy
Architecture: all
Provides: ruby-launchy-shim (= ${source:Version})
Breaks: ruby-launchy-shim,
        launchy
Replaces: ruby-launchy-shim,
          launchy
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: helper class for launching cross-platform applications
 Launchy is a helper class for launching cross-platform applications in a fire
 and forget manner. There are application concepts (browser, email client, etc)
 that are common across all platforms, and they may be launched differently on
 each platform. Launchy is here to make a common approach to launching external
 applications from within ruby programs.