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