File: control

package info (click to toggle)
ruby-rackup 2.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ruby: 1,709; makefile: 4; javascript: 1
file content (29 lines) | stat: -rw-r--r-- 1,047 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
Source: ruby-rackup
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby-minitest,
               ruby-minitest-global-expectations,
               ruby-rack (>= 3.0.0~),
               ruby-webrick
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rackup.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rackup
Homepage: https://github.com/rack/rackup
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-rackup
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Breaks: ruby-rack (<< 3~), ruby-adsf (<< 1.5.2~)
Replaces: ruby-rack (<< 3~),
Description: General server command for Rack applications
 rackup provides a command line interface for running a Rack-compatible
 application.