diff options
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -14,6 +14,9 @@ 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 + ln -s /etc/apache2/mods-available/ssl.load /etc/apache2/mods-enabled/ssl.load + ln -s /etc/apache2/mods-available/ssl.conf /etc/apache2/mods-enabled/ssl.conf + ln -s /etc/apache2/mods-available/socache_shmcb.load /etc/apache2/mods-enabled/socache_shmcb.load install-scripts: mkdir -p $(DESTDIR)/usr/sbin/ diff --git a/debian/control b/debian/control index 151fd25..b4c3690 100644 --- a/debian/control +++ b/debian/control @@ -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, libany-uri-escape-perl +Depends: sharutils, wget, coreutils, libany-uri-escape-perl, openssl Description: BOCA submission tools. This package provides tools to submit codes to a running boca server without using the web interface. |