From aa2af87578e5fd46abb44dd4735d685539f4011c Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Wed, 16 Aug 2017 11:52:17 +0100 Subject: dependency to uri::escape and enable ssl apache --- Makefile | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 17a27b4..d1af081 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ install-bocawww: install-bocaapache: install-bocawww mkdir -p $(DESTDIR)/etc/apache2/sites-enabled/ cp tools/000-boca.conf $(DESTDIR)/etc/apache2/sites-enabled/000-boca.conf + [ -f /etc/apache2/sites-available/default-ssl.conf ] && ln -s /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enabled/default-ssl.conf install-scripts: mkdir -p $(DESTDIR)/usr/sbin/ 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. -- cgit v1.2.3