Source: ruby-jekyll-coffeescript Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI , Daniel Leidert 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.