aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 9235bdfba76271cf7e9ae6317d45f3853b43f14c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: boca
Section: misc
Priority: optional
Maintainer: BOCA Development Team <bocasystem@gmail.com>
Uploaders: Cassio Polpo de Campos <cassiopc@gmail.com>, Bruno Cesar Ribas <brunoribas@gmail.com>
Build-Depends: debhelper, build-essential

Package: boca
Architecture: all
Depends: boca-common, boca-web, boca-db, boca-autojudge
Provides: maratona-boca
Description: BOCA is a software created to control a contest with the ACM ICPC rules.
  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.
  .
  This package install all boca related packages to run everything in one
  single machine.

Package: boca-db
Architecture: all
Pre-depends: postgresql
Depends: boca-common
Description: BOCA - database
  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.
  .
  This package provides a full database to run a contest on.

Package: boca-web
Architecture: all
Depends: boca-common, apache2, php, php-fpm
Description: BOCA - WEB files
  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.
  .
  This package provides only web contents.

Package: boca-common
Architecture: all
Depends: php-zip, makepasswd, sharutils, wget, coreutils, php-cli, php-pgsql, php-gd, postgresql-client
Description: BOCA - Common files
  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.
  .
  This package contains shared files with all BOCA packages.

Package: boca-autojudge
Architecture: amd64
Depends: boca-common, debootstrap, schroot, quotatool, makepasswd
Description: BOCA - AutoJudge
  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.
  .
  This package contains files to generate and run the autojudge system for
  BOCA.