Merge remote-tracking branch 'origin/new/bug_5604'
[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, xsltproc, docbook-xsl
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  debconf,
20  idzebra-2.0,
21  libjs-jquery,
22  libjs-yui,
23  mysql-client,
24  pwgen,
25  sudo,
26  tinymce2, 
27  xmlstarlet,
28  yaz
29 Suggests: mysql-server
30 Homepage: http://koha-community.org/
31 Description: integrated (physical) library management system
32  Koha is an Integrated Library Managment system for real-world libraries
33  (the kinds with books).
34  .
35  This package contains everything needed to run Koha, except the site
36  specific configuration files. See the package koha for the rest.
37
38 Package: koha
39 Architecture: all
40 Depends: ${shlib:Depends}, ${misc:Depends},
41  koha-common,
42  dbconfig-common,
43  mysql-server
44 Homepage: http://koha-community.org/
45 Description: integrated (physical) library management system
46  Koha is an Integrated Library Managment system for real-world libraries
47  (the kinds with books).
48  .
49  This package contains site-specific configuration files and sets up
50  the MySQL database for Koha. For simplicity, the database server is
51  assumed to run on the same host as Koha.
52  .
53  Please see /usr/share/doc/koha/README.Debian for instructions on how to
54  configure things after installing this package.