Split off koha-common.
[koha_gimpoz] / debian / control
1 Source: koha
2 Maintainer: Lars Wirzenius <lars@catalyst.net.nz>
3 Section: web
4 Priority: optional
5 Standards-Version: 3.8.4
6 Build-Depends: koha-dev-env, debhelper (>= 7.0.50), gettext
7
8 Package: koha-common
9 Architecture: all
10 Depends: ${shlib:Depends}, ${misc:Depends},
11  koha-dev-env,
12  apache2,
13  at,
14  daemon,
15  idzebra-2.0,
16  libjs-jquery,
17  libjs-yui,
18  mysql-client,
19  mysql-server,
20  tinymce2, 
21  yaz
22 Homepage: http://koha-community.org/
23 Description: integrated (physical) library management system
24  Koha is an Integrated Library Managment system for real-world libraries
25  (the kinds with books).
26  .
27  This package contains everything needed to run Koha, except the site
28  specific configuration files. See the package koha for the rest.
29
30 Package: koha
31 Architecture: all
32 Depends: ${shlib:Depends}, ${misc:Depends},
33  koha-common,
34  dbconfig-common,
35  mysql-server
36 Homepage: http://koha-community.org/
37 Description: integrated (physical) library management system
38  Koha is an Integrated Library Managment system for real-world libraries
39  (the kinds with books).
40  .
41  This package contains site-specific configuration files and sets up
42  the MySQL database for Koha. For simplicity, the database server is
43  assumed to run on the same host as Koha. This package also does some
44  Apache reconfiguration.