diff options
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/tests/control | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 45d09ea..53ec54a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Build-Depends: debhelper (>= 11~), libboost-program-options-dev, libgmp-dev, nettle-dev (>= 3.4), - pandoc + openssh-client <!nocheck>, + pandoc, + shunit2 <!nocheck> Standards-Version: 4.1.3 Homepage: https://git.tiwe.de/ssh-agent-filter Vcs-Git: https://git.tiwe.de/ssh-agent-filter.git -b debian diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..a4a7867 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1 @@ +Test-Command: ./tests |