From d74b515925ba838e87988edf510582dee4d5c80b Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Fri, 16 Sep 2016 15:14:48 -0300 Subject: Added debian/ This dir contains necessary files to generate a Debian package. From now on you may run 'dpkg-buildpackage' to generate a boca package. Signed-off-by: Bruno Ribas --- debian/control | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..60c055c --- /dev/null +++ b/debian/control @@ -0,0 +1,13 @@ +Source: boca +Section: misc +Priority: optional +Maintainer: BOCA Development Team +Build-Depends: debhelper, build-essential + +Package: boca +Architecture: all +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 + Collegiate Programming Contest rules. It has been developed in PHP and the + interaction between judges and the system is done through a web browser. -- cgit v1.2.3