File: control

package info (click to toggle)
ruby-execjs 2.2.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 212 kB
  • sloc: ruby: 805; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,138 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
Source: ruby-execjs
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>, Caitlin Matos <caitlin.matos@zoho.com>
# FIXME remove nodejs and depend on ruby-therubyracer (?)
Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~), ruby-multi-json, nodejs, libjs-coffeescript
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-execjs.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-execjs.git;a=summary
Homepage: https://github.com/sstephenson/execjs
XS-Ruby-Versions: ruby1.9.1

Package: ruby-execjs
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
# FIXME remove nodejs and depend on ruby-therubyracer (?)
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-multi-json, nodejs
Description: Run JavaScript code from Ruby
 ExecJS lets you run JavaScript code from Ruby. It can use several different
 JavaScript runtimes..
 .
 This package is used by others (e.g. ruby-uglifier and ruby-coffee-script) to
 run code written in JavaScript.