File: control

package info (click to toggle)
ruby-jekyll-coffeescript 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 56 kB
  • sloc: ruby: 34; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,348 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-jekyll-coffeescript
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>,
           Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper (>= 12~), gem2deb
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-coffeescript.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-coffeescript
Homepage: https://github.com/jekyll/jekyll-coffeescript
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-jekyll-coffeescript
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: jekyll (>= 2.0),
         ruby | ruby-interpreter,
         ruby-coffee-script (<< 3~),
         ruby-coffee-script (>= 2.2),
         ruby-coffee-script-source (<< 2~),
         ruby-coffee-script-source (>= 1.12),
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: jekyll
Description: CoffeeScript converter for Jekyll
 Jekyll::Coffeescript is a coffeeScript converter for Jekyll.
 In your Jekyll site, create CoffeeScript files that start with the
 following lines:
 ```text
 ---
 ---
 ```
 You need those three dashes in order for Jekyll to recognize it as
 "convertible". They won't be included in the content passed to the
 CoffeeScript compiler.