summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..feef75e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.