Koha/debian/control
Lars Wirzenius b99c8179a8 Add dependency on apache2-mpm-itk for koha-common.
The way things are set up, each Koha instance runs under its own
user account. At least for now, this requires apache2-mpm-itk.
Later we can investigate other possibilities.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
2010-05-28 08:46:49 +12:00

104 lines
2.8 KiB
Text

Source: koha
Maintainer: Lars Wirzenius <lars@catalyst.net.nz>
Section: web
Priority: optional
Standards-Version: 3.8.4
# NOTA BENE: Build dependencies end up as runtime dependencies as well.
# See debian/rules, the override_dh_gencontrol rules.
# There are some exceptions.
Build-Depends: debhelper (>= 7.0.50), gettext,
perl,
libalgorithm-checkdigits-perl,
libauthen-cas-client-perl,
libbiblio-endnotestyle-perl,
libcgi-session-perl,
libcgi-session-serialize-yaml-perl,
libclass-accessor-perl,
libclass-factory-util-perl,
libdbd-sqlite2-perl,
libdbd-mysql-perl,
libdbi-perl,
libdata-ical-perl,
libdate-calc-perl,
libdate-ical-perl,
libdate-manip-perl,
libemail-date-perl,
libgd-gd2-perl,
libgraphics-magick-perl,
libhtml-scrubber-perl,
libhtml-template-pro-perl,
libjson-perl,
liblingua-stem-perl,
liblingua-stem-snowball-perl,
liblist-moreutils-perl,
liblocale-po-perl,
libmarc-charset-perl,
libmarc-crosswalk-dublincore-perl,
libmarc-record-perl,
libmarc-xml-perl,
libmime-lite-perl,
libmail-sendmail-perl,
libnet-ldap-perl,
libnet-z3950-zoom-perl,
libnumber-format-perl,
libpdf-api2-perl,
libpdf-reuse-perl,
libpdf-reuse-barcode-perl,
libpdf-table-perl,
libpoe-perl,
libsms-send-perl,
libschedule-at-perl,
libstorable-perl,
libtext-csv-perl,
libxml-dumper-perl,
libxml-libxml-perl,
libxml-libxslt-perl,
libxml-rss-perl,
libxml-sax-writer-perl,
libxml-simple-perl,
libyaml-syck-perl,
libyaml-perl,
libmodule-install-perl,
libhttp-oai-perl,
libtext-csv-encoded-perl,
libpdf-api2-simple-perl,
libmemoize-memcached-perl,
liblocale-currency-format-perl
Package: koha-common
Architecture: all
Depends: ${shlib:Depends}, ${misc:Depends}, ${koha:Depends},
apache2,
apache2-mpm-itk,
at,
daemon,
idzebra-2.0,
libjs-jquery,
libjs-yui,
mysql-client,
tinymce2,
yaz
Suggests: mysql-server
Homepage: http://koha-community.org/
Description: integrated (physical) library management system
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This package contains everything needed to run Koha, except the site
specific configuration files. See the package koha for the rest.
Package: koha
Architecture: all
Depends: ${shlib:Depends}, ${misc:Depends},
koha-common,
dbconfig-common,
mysql-server
Homepage: http://koha-community.org/
Description: integrated (physical) library management system
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This package contains site-specific configuration files and sets up
the MySQL database for Koha. For simplicity, the database server is
assumed to run on the same host as Koha. This package also does some
Apache reconfiguration.