diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-17 22:08:18 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-17 22:51:22 +0100 |
| commit | 2a8db6bff4efec0540bec09845cd3eed109fdf19 (patch) | |
| tree | 3c85ccab88852496c686d706a2fc5db8097ad251 /debian/control | |
| parent | bd65d9b350b4ff051ea34141c124353b35d51e0f (diff) | |
Enable JSON validation
This enables team configuration validation via Jansson.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 8ede540a..ffc0bcce 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,7 @@ Build-Depends: debhelper (>= 10), libreadline-dev, libnewt-dev (>= 0.52.15), libteam-dev (>= 1.9), + libjansson-dev, libbluetooth-dev (>= 5), dbus <!nocheck>, python-gi <!nocheck>, |