File: control

package info (click to toggle)
rabbit 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,792 kB
  • sloc: ruby: 29,833; javascript: 13,727; lisp: 309; makefile: 43; sh: 9
file content (89 lines) | stat: -rw-r--r-- 2,931 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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: rabbit
Section: x11
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>,
           HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa (>= 0.0.17),
               rdtool-elisp,
               gem2deb,
               python3-blockdiag,
               ruby-coderay (>= 1.0.0),
               ruby-faraday,
               ruby-gettext (>= 3.0.1),
               ruby-gtk3,
               ruby-hikidoc,
               ruby-kramdown-parser-gfm,
               ruby-nokogiri,
               ruby-poppler (>= 3.2.5),
               ruby-rd,
               ruby-rouge,
               ruby-rsvg2,
               ruby-rt,
               ruby-test-unit (>= 3.2.9),
               ruby-test-unit-rr,
               xauth,
               xvfb
Standards-Version: 4.5.0
Homepage: https://rabbit-shocker.org
Vcs-Git: https://salsa.debian.org/ruby-team/rabbit.git
Vcs-Browser: https://salsa.debian.org/ruby-team/rabbit
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: rabbit
Architecture: all
Depends: libjs-prototype,
         ruby | ruby-interpreter,
         ruby-coderay (>= 1.0.0),
         ruby-faraday,
         ruby-gettext (>= 3.0.1),
         ruby-gtk3,
         ruby-hikidoc,
         ruby-kramdown-parser-gfm,
         ruby-nokogiri,
         ruby-poppler (>= 3.2.5),
         ruby-rd,
         ruby-rouge,
         ruby-rsvg2,
         ruby-rt,
         ${misc:Depends}
Suggests: dia,
          emacs,
          enscript,
          ghostscript,
          gimp,
          mimetex,
          python-aalib,
          python3-blockdiag,
          rabbit-mode
Description: presentation tool using RD, a simple text format
 Rabbit is an application to do presentations with RD documents.  RD is a
 simple, easy-to-read, and easy-to-write text format like Wiki.  Rabbit has
 many noteworthy features, which distinguish this application from other
 presentation tools.
 .
  * Slide looks are defined with Ruby and customizable.
  * Various keyboard interfaces.
  * Mouse gesture support.
  * Slides can contain many image formats: EPS, SVG, GIMP, and Dia.
  * Rabbit can be a server and you can access it with the dRuby interface.
  * and more...

Package: rabbit-mode
Architecture: all
Section: editors
Depends: ${misc:Depends}, ${elpa:Depends},
         rabbit,
         rdtool-elisp
Recommends: emacs (>= 46.0)
Enhances: emacs
Breaks: emacsen-common (<< 2.0.0)
Description: Emacs-lisp rabbit-mode for writing RD document using Rabbit
 Rabbit is an application to do presentations with RD documents. RD is a
 simple, easy-to-read, and easy-to-write text format like Wiki. Rabbit has
 many noteworthy features, which distinguish this application from other
 presentation tools.
 .
 This package provides Emacs major-mode for editing RD document using Rabbit