summaryrefslogtreecommitdiff
path: root/debian/control
blob: feef75e757330685328f21b86f2ed32a55581369 (plain)
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: fable
Homepage: http://fable.liw.fi
Maintainer: Lars Wirzenius <liw@liw.fi>
Uploaders: Daniel Silverstone <dsilvers@digital-scurf.org>
Section: devel
Priority: optional
Standards-Version: 4.0.0
Build-Depends: debhelper (>= 9~),
  python3-all,
  pandoc,
  python3-pandocfilters,
  python3-commonmark-bkrs,
  python3-yaml,
  texlive-latex-base,
  texlive-fonts-recommended,
  graphviz,
  librsvg2-bin,
  dh-python

Package: fable
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
  python3,
  pandoc,
  python3-pandocfilters,
  python3-commonmark-bkrs,
  python3-yaml,
  texlive-latex-base,
  texlive-fonts-recommended,
  graphviz,
  librsvg2-bin
Description: automate acceptance tests
 Describe automated acceptance tests to humans and computers. For humans,
 a self-standing document is generated. For computers, a program that
 executes the tests is generated.