diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-08-18 09:27:31 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-08-18 09:27:31 +0000 |
| commit | d7ca018ebb0f2799c9cdb03567148e38f5db0b1a (patch) | |
| tree | c1242a459ba8f5ce2ab7ddf8bebcbc54bd3377f1 /debian/control | |
| parent | 08b27a7a45c6fa96c5a3040d1d40f229975036f7 (diff) | |
| download | boca-d7ca018ebb0f2799c9cdb03567148e38f5db0b1a.tar.gz boca-d7ca018ebb0f2799c9cdb03567148e38f5db0b1a.zip | |
add ssh server and fix script name
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b4c3690..e1fbb60 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ Description: BOCA is a software created to control a contest with the ACM ICPC r Package: boca-submission-tools Architecture: amd64 -Depends: sharutils, wget, coreutils, libany-uri-escape-perl, openssl +Depends: sharutils, wget, coreutils, libany-uri-escape-perl, openssl, openssh-server Description: BOCA submission tools. This package provides tools to submit codes to a running boca server without using the web interface. |