diff options
author | Benjamin Barenblat <bbaren@debian.org> | 2018-12-24 15:19:28 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@debian.org> | 2019-01-03 18:24:20 -0500 |
commit | a40ddd41e090ab7a62d629c6be44903f8606f68e (patch) | |
tree | 60f2a969226fb2f18d20899f76a00c059c953ed2 | |
parent | 1729cf9def36f907dc6b2f601bed957de8d82b5b (diff) |
debian/control: Update build dependencies
https://github.com/coq/coq/commit/6b4a57051a470436b50d53e7395ec44b52e2dc7e
requires rsync to collect test logs. This only really makes a
difference in Coq’s CI environment, but it’s simpler to just let it do
its thing than it is to patch the behavior out.
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5af6c74b..80fb6fcd 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: camlp5 (>= 5.12-2~), liblablgtk2-ocaml-dev (>= 2.14), liblablgtksourceview2-ocaml-dev, + rsync, texlive-latex-extra, hevea (>= 1.10-7) Homepage: http://coq.inria.fr/ |