From 725d3db1ac54b630e5a052aba3fd9f40fcee2ec3 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 6 Jul 2018 15:54:02 -0700 Subject: [PATCH] Add build-dep on mescc-tools and nyacc. --- debian/control | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9006945b..20e7844f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,11 @@ Source: mes Section: devel Priority: extra Maintainer: Vagrant Cascadian -Build-Depends: debhelper (>=11), guile-2.2 +Build-Depends: debhelper (>=11), + guile-2.2, + guile-2.2-dev, + mescc-tools, + nyacc Standards-Version: 4.1.5 Homepage: https://gitlab.com/janneke/mes