Merge remote branch 'kc/new/enh/bug_5733' into kcmaster
[koha.git] / debian / control.in
1 Source: koha
2 Maintainer: Robin Sheat <robin@catalyst.net.nz>
3 Section: web
4 Priority: optional
5 Standards-Version: 3.8.4
6 # NOTA BENE: Build dependencies end up as runtime dependencies as well.
7 # See debian/rules, the override_dh_gencontrol rules. 
8 # There are some exceptions.
9 Build-Depends:__AUTODEPENDS__, 
10  debhelper (>= 7.0.50), gettext, python, python-debian
11
12 Package: koha-common
13 Architecture: all
14 Depends: ${misc:Depends}, ${koha:Depends},
15  apache2,
16  apache2-mpm-itk,
17  at,
18  daemon,
19  idzebra-2.0,
20  libjs-jquery,
21  libjs-yui,
22  mysql-client,
23  pwgen,
24  tinymce2, 
25  yaz
26 Suggests: mysql-server
27 Homepage: http://koha-community.org/
28 Description: integrated (physical) library management system
29  Koha is an Integrated Library Managment system for real-world libraries
30  (the kinds with books).
31  .
32  This package contains everything needed to run Koha, except the site
33  specific configuration files. See the package koha for the rest.
34
35 Package: koha
36 Architecture: all
37 Depends: ${shlib:Depends}, ${misc:Depends},
38  koha-common,
39  dbconfig-common,
40  mysql-server
41 Homepage: http://koha-community.org/
42 Description: integrated (physical) library management system
43  Koha is an Integrated Library Managment system for real-world libraries
44  (the kinds with books).
45  .
46  This package contains site-specific configuration files and sets up
47  the MySQL database for Koha. For simplicity, the database server is
48  assumed to run on the same host as Koha.
49  .
50  Please see /usr/share/doc/koha/README.Debian for instructions on how to
51  configure things after installing this package.