File: control

package info (click to toggle)
hovercraft 2.7-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,476 kB
  • sloc: javascript: 3,206; python: 2,606; makefile: 157; sh: 2
file content (37 lines) | stat: -rw-r--r-- 1,425 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: hovercraft
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Boyuan Yang <byang@debian.org>,
Section: misc
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-sequence-python3,
               python3-all:any,
               python3-pygments (>= 2.7.1+dfsg-1~),
               python3-sphinx,
               python3-manuel,
               python3-setuptools,
               python3-svg.path,
               python3-lxml (>= 4.4.1-1~),
               python3-watchdog,
               python3-pytest,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/hovercraft
Vcs-Git: https://salsa.debian.org/python-team/packages/hovercraft.git
Homepage: https://github.com/regebro/hovercraft/

Package: hovercraft
Architecture: all
Depends: python3-docutils,
         libjs-impress (>= 1.0.0~),
         python3-setuptools,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: generator for impress.js presentations from reStructuredText
 Hovercraft provides the convenience of reStructuredText together
 with the capability of impress.js for spectacular presentations.
 With that, slides for fancy presentations including pan, zooming,
 and even 3d rotating are written as reST sources and then get generated
 a into HTML output which a standard browser is capable to display.