diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2016-11-04 20:37:02 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2016-11-04 20:37:02 +0000 |
| commit | 2edad6bbeae33426fe36a51038784ad91e9295e2 (patch) | |
| tree | 935b28f42f3a2369354616a38cbae01aa3f34afc | |
| parent | c4bad38caa59159a254133d4c01de4e59f4a0680 (diff) | |
| download | boca-2edad6bbeae33426fe36a51038784ad91e9295e2.tar.gz boca-2edad6bbeae33426fe36a51038784ad91e9295e2.zip | |
Package boca is Architecture amd64
This is necessary as the 'safeexec' is generated in an amd64 machine
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 904082f..2dbfc7d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: BOCA Development Team <bocasystem@gmail.com> Build-Depends: debhelper, build-essential Package: boca -Architecture: all +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 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 |