aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorBruno Ribas <brunoribas@gmail.com>2016-11-04 20:35:47 +0000
committerBruno Ribas <brunoribas@gmail.com>2016-11-04 20:35:47 +0000
commitc4bad38caa59159a254133d4c01de4e59f4a0680 (patch)
treeaf26b03f785de237bad9e15ad1125e2ee15b08d5 /debian/control
parenta9e53b859c09f5ce3a05656ef999838087479f1e (diff)
downloadboca-c4bad38caa59159a254133d4c01de4e59f4a0680.tar.gz
boca-c4bad38caa59159a254133d4c01de4e59f4a0680.zip
Separeted BOCA in two packages: BOCA and BOCA-SUBMISSION-TOOLS
boca will continue to provide all boca server utilities boca-submission-tools provides submission tools to users Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 60c055c..904082f 100644
--- a/debian/control
+++ b/debian/control
@@ -11,3 +11,10 @@ Description: BOCA is a software created to control a contest with the ACM ICPC r
BOCA is a software created to control a contest with the ACM International
Collegiate Programming Contest rules. It has been developed in PHP and the
interaction between judges and the system is done through a web browser.
+
+Package: boca-submission-tools
+Architecture: amd64
+Depends: sharutils, wget, coreutils
+Description: BOCA submission tools.
+ This package provides tools to submit codes to a running boca server
+ without using the web interface.