diff options
| author | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-01 22:15:30 +0000 |
|---|---|---|
| committer | Davi Antônio da Silva Santos <antoniossdavi@gmail.com> | 2023-03-04 01:24:15 +0000 |
| commit | c7ae39681753497b8c1ab1b99685a89c89caad03 (patch) | |
| tree | 2ef28cada32f68736251cd0909019a5839c87b72 | |
| parent | 13485d6bd7012f24d1183ac6f2bd0217fadc1c50 (diff) | |
| download | boca-c7ae39681753497b8c1ab1b99685a89c89caad03.tar.gz boca-c7ae39681753497b8c1ab1b99685a89c89caad03.zip | |
Fix descriptions' syntax
The debian/control file had problems with the syntax of the
descriptions: they had extra spaces, leading to parse errors.
| -rw-r--r-- | debian/control | 59 |
1 files changed, 29 insertions, 30 deletions
diff --git a/debian/control b/debian/control index 1a693e7..8961ccc 100644 --- a/debian/control +++ b/debian/control @@ -10,60 +10,59 @@ 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. + 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. + 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-fpm, php 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. + 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 Pre-Depends: debconf, makepasswd, coreutils, sharutils Depends: php-zip, wget, php-cli, php-pgsql, php-gd, postgresql-client, php-xml, openssl, libany-uri-escape-perl 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. + 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. + 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. Package: boca-submission-tools Architecture: amd64 Depends: sharutils, wget, coreutils, libany-uri-escape-perl, openssl, openssh-server, logkeys Description: BOCA submission tools. - This package provides tools to submit codes to a running boca server - without using the web interface. - + This package provides tools to submit codes to a running boca server + without using the web interface. |