File: control

package info (click to toggle)
ruby-jekyll-asciidoc 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,536 kB
  • sloc: ruby: 1,802; sh: 36; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,354 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
Source: ruby-jekyll-asciidoc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Leidert <dleidert@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               jekyll (>= 3.0.0),
               rake,
               ruby-asciidoctor (>= 1.5.0),
               ruby-rspec
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-jekyll-asciidoc.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-jekyll-asciidoc
Homepage: https://github.com/asciidoctor/jekyll-asciidoc
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-jekyll-asciidoc
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Jekyll plugin to convert AsciiDoc source files to HTML pages
 This plugin converts eligible AsciiDoc files located inside the source
 directory to HTML pages in the generated site. It consists of three plugins:
 .
   (1) a Converter to convert AsciiDoc source files to the HTML pages,
   (2) a Generator to promote AsciiDoc attributes to page variables, and
   (3) Liquid filters.
 .
 Any AsciiDoc attribute defined in the document header whose name begins with
 'page-' gets promoted to a page variable. The value is then processed as YAML
 data.