From 358a28565d75ec204f57014f0716563d22583ef5 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Jun 2019 19:58:44 +0300 Subject: Add: Debian packaging --- debian/control | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +Uploaders: Daniel Silverstone +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. -- cgit v1.2.1