File: control

package info (click to toggle)
ruby-coffee-rails 4.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 204 kB
  • sloc: ruby: 174; makefile: 9
file content (30 lines) | stat: -rw-r--r-- 1,106 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
Source: ruby-coffee-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-coffee-script,
               ruby-nokogiri,
               ruby-railties,
               ruby-sprockets-rails
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-coffee-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-coffee-rails
Homepage: https://github.com/rails/coffee-rails
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-coffee-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-coffee-script,
         ruby-railties,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Coffee Script adapter for the Rails asset pipeline
 This package adds the ability to write Coffee Script code for a Rails
 application and have it automatically compiled into Javascript before being
 sent to the clients.