diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2024-08-06 00:16:19 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2024-08-06 00:16:19 +0000 |
| commit | 21f3f2503415a8839385181b5b674b3f16bd141d (patch) | |
| tree | ecf17108fa0c9f491493701b4af4f68399bff292 /debian | |
| parent | 4a69f213b8c71c119bc820b169a31c31b20dd9d9 (diff) | |
| download | boca-21f3f2503415a8839385181b5b674b3f16bd141d.tar.gz boca-21f3f2503415a8839385181b5b674b3f16bd141d.zip | |
Drop dependency on logkeys
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index fd6fea9..870f3dc 100644 --- a/debian/control +++ b/debian/control @@ -64,7 +64,7 @@ Description: automatic judge system for BOCA Package: boca-submission-tools Architecture: amd64 -Depends: ${misc:Depends}, ${shlibs:Depends}, sharutils, wget, libany-uri-escape-perl, openssl, openssh-server, logkeys +Depends: ${misc:Depends}, ${shlibs:Depends}, sharutils, wget, libany-uri-escape-perl, openssl, openssh-server Description: BOCA tools for headless code submission This package provides tools to submit codes to a running boca server without using the web interface. |