File: control

package info (click to toggle)
ruby-rubame 0.0.3~git20131224.f3c78ba-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 112 kB
  • sloc: ruby: 280; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 981 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
Source: ruby-rubame
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-rspec,
               ruby-websocket (>= 1.0)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-ruby
Homepage: https://github.com/saward/Rubame
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rubame.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rubame
XS-Ruby-Versions: all

Package: ruby-rubame
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-websocket (>= 1.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: simple Ruby websocket game server
 Rubame makes use of WebSocket Ruby to handle the websocket protocol
 and the standard Ruby sockets libraries for the actual network connections.