diff options
| author | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 14:30:54 +0000 |
|---|---|---|
| committer | Bruno Cesar Ribas <brunoribas@gmail.com> | 2018-08-23 14:30:54 +0000 |
| commit | 009899084bd9beb7f9a9f94925b60f194e0889a2 (patch) | |
| tree | 267244e8d542f39564fa801c7a00a4c4ab0a2241 | |
| parent | 8e4d19dcd0b6d99e0e0f52f8b0a9bcd28a9de62a (diff) | |
| download | boca-009899084bd9beb7f9a9f94925b60f194e0889a2.tar.gz boca-009899084bd9beb7f9a9f94925b60f194e0889a2.zip | |
d/control: Adds boca-submission-tools package
Signed-off-by: Bruno Cesar Ribas <brunoribas@gmail.com>
| -rw-r--r-- | debian/control | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d0e61ff..3a5671b 100644 --- a/debian/control +++ b/debian/control @@ -59,3 +59,11 @@ Description: BOCA - AutoJudge . This package contains files to generate and run the autojudge system for BOCA. + +Package: boca-submission-tools +Architecture: amd64 +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. + |