aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-02 02:18:02 +0000
committerDavi Antônio da Silva Santos <antoniossdavi@gmail.com>2023-03-04 01:24:15 +0000
commitcbe0038d2a7eaa08ad8acac4f21da1a72d1acda9 (patch)
treed0628f5db0baf5f242d2b3126325bcb47115ab6f
parent824e363a161275dca4fa845c5157e214ec5450eb (diff)
downloadboca-cbe0038d2a7eaa08ad8acac4f21da1a72d1acda9.tar.gz
boca-cbe0038d2a7eaa08ad8acac4f21da1a72d1acda9.zip
Fix packages' short and long descriptions
The packages' long and short descriptions have been rewritten to address the following errors, warnings and information found by Lintian: * boca-autojudge: description-is-pkg-name BOCA - AutoJudge * boca: description-starts-with-package-name * boca: empty-binary-package * boca: synopsis-is-a-sentence "BOCA is a software created to control a contest with the ACM ICPC rules.".
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index d8024df..3c8ae00 100644
--- a/debian/control
+++ b/debian/control
@@ -10,12 +10,12 @@ Package: boca
Architecture: all
Depends: ${misc:Depends}, ${shlibs: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.
+Description: manage 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
+ This metapackage install all boca related packages to run everything in a
single machine.
Package: boca-db
@@ -53,7 +53,7 @@ Description: BOCA - Common files
Package: boca-autojudge
Architecture: amd64
Depends: ${misc:Depends}, ${shlibs:Depends}, boca-common, debootstrap, schroot, quotatool, makepasswd
-Description: BOCA - AutoJudge
+Description: automatic judge 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.
@@ -64,6 +64,6 @@ Description: BOCA - AutoJudge
Package: boca-submission-tools
Architecture: amd64
Depends: ${misc:Depends}, ${shlibs:Depends}, sharutils, wget, libany-uri-escape-perl, openssl, openssh-server, logkeys
-Description: BOCA submission tools.
+Description: BOCA tools for headless code submission
This package provides tools to submit codes to a running boca server
without using the web interface.