File: control

package info (click to toggle)
asciidoctor 2.0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,420 kB
  • sloc: ruby: 44,910; sh: 147; xml: 53; javascript: 48; makefile: 26; ml: 1
file content (67 lines) | stat: -rw-r--r-- 2,197 bytes parent folder | download | duplicates (2)
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: asciidoctor
Section: text
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>,
           Guillaume Grossetie <ggrossetie@gmail.com>
Build-Depends: coderay,
               cucumber,
               debhelper-compat (= 13),
               erubis,
               gem2deb,
               locales,
               man-db,
               rake,
               ruby,
               ruby-concurrent,
               ruby-erubi,
               ruby-haml,
               ruby-htmlentities,
               ruby-mocha,
               ruby-nokogiri,
               ruby-rouge,
               ruby-slim,
               ruby-tilt
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/asciidoctor.git
Vcs-Browser: https://salsa.debian.org/ruby-team/asciidoctor
Homepage: https://asciidoctor.org
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-asciidoctor
Section: ruby
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: AsciiDoc to HTML rendering for Ruby (core libraries)
 Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and
 strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats.
 .
 This package contains the library files used by the asciidoctor package.

Package: asciidoctor
Architecture: all
Multi-Arch: foreign
Depends: ruby:any,
         ruby-asciidoctor (>= ${source:Version}),
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: AsciiDoc to HTML rendering for Ruby
 Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and
 strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats.

Package: asciidoctor-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: libjs-jquery,
         ${misc:Depends}
Suggests: asciidoctor
Description: AsciiDoc to HTML rendering for Ruby (documentation)
 Asciidoctor is a pure Ruby processor for converting AsciiDoc source files and
 strings into HTML 5, DocBook 4.5, DocBook 5.0 and other formats.
 .
 This package contains the documentation for asciidoctor.