File: control

package info (click to toggle)
hovercraft 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,152 kB
  • ctags: 426
  • sloc: python: 1,747; makefile: 143; sh: 2
file content (35 lines) | stat: -rw-r--r-- 1,375 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
Source: hovercraft
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Section: misc
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3,
               python3-pygments,
               python3-sphinx,
               python3-manuel,
               python3-setuptools,
               python3-svg.path,
               python3-lxml,
               python3-watchdog,
               python3-pytest
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/hovercraft/trunk/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/hovercraft/trunk/
Homepage: https://github.com/regebro/hovercraft/
X-Python3-Version: >= 3.2

Package: hovercraft
Architecture: all
Depends: python3-docutils,
         libjs-impress,
         ${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.