diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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. |