aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-08-16 10:52:17 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-08-16 10:52:17 +0000
commitaa2af87578e5fd46abb44dd4735d685539f4011c (patch)
treec8f99a45868f0fd80acd3b4b685a109b1e0078e5 /debian/control
parent703cbedd399c902b3321dcb46c7825c5918e8aed (diff)
downloadboca-aa2af87578e5fd46abb44dd4735d685539f4011c.tar.gz
boca-aa2af87578e5fd46abb44dd4735d685539f4011c.zip
dependency to uri::escape and enable ssl apache
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index a9f2d39..151fd25 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Description: Virtual package that depends on BOCA
Package: boca
Architecture: amd64
-Depends: php-zip, debootstrap, schroot, quotatool, makepasswd, apache2, libapache2-mod-php, sharutils, wget, coreutils, php, php-cli, php-mcrypt, php-pgsql, php-gd, postgresql, postgresql-client
+Depends: php-zip, debootstrap, schroot, quotatool, makepasswd, apache2, libapache2-mod-php, sharutils, wget, coreutils, php, php-cli, php-mcrypt, php-pgsql, php-gd, postgresql, postgresql-client, libany-uri-escape-perl
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
@@ -19,7 +19,7 @@ Description: BOCA is a software created to control a contest with the ACM ICPC r
Package: boca-submission-tools
Architecture: amd64
-Depends: sharutils, wget, coreutils
+Depends: sharutils, wget, coreutils, libany-uri-escape-perl
Description: BOCA submission tools.
This package provides tools to submit codes to a running boca server
without using the web interface.