Bug 9900 - Plugins should not be enabled by default
[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  libxml2-utils
12
13 Package: koha-common
14 Architecture: all
15 Depends: ${misc:Depends}, ${koha:Depends},
16  apache2,
17  apache2-mpm-itk,
18  at,
19  daemon,
20  debconf,
21  idzebra-2.0,
22  libjs-jquery,
23  libjs-yui,
24  mysql-client,
25  perl-doc,
26  pwgen,
27  sudo,
28  tinymce2, 
29  unzip,
30  xmlstarlet,
31  yaz
32 Suggests: mysql-server
33 Homepage: http://koha-community.org/
34 Description: integrated (physical) library management system
35  Koha is an Integrated Library Managment system for real-world libraries
36  (the kinds with books).
37  .
38  This package contains everything needed to run Koha, except the site
39  specific configuration files. See the package koha for the rest.
40
41 Package: koha
42 Architecture: all
43 Depends: ${shlib:Depends}, ${misc:Depends},
44  koha-common,
45  dbconfig-common,
46  mysql-server
47 Homepage: http://koha-community.org/
48 Description: integrated (physical) library management system
49  Koha is an Integrated Library Managment system for real-world libraries
50  (the kinds with books).
51  .
52  This package contains site-specific configuration files and sets up
53  the MySQL database for Koha. For simplicity, the database server is
54  assumed to run on the same host as Koha.
55  .
56  Please see /usr/share/doc/koha/README.Debian for instructions on how to
57  configure things after installing this package.
58
59 Package: koha-deps
60 Depends: ${misc:Depends},
61  apache2,
62  apache2-mpm-itk,
63  at,
64  daemon,
65  debconf,
66  idzebra-2.0,
67  libjs-jquery,
68  libjs-yui,
69  mysql-client,
70  mysql-server,
71  perl-doc,
72  pwgen,
73  sudo,
74  tinymce2,
75  unzip,
76  xmlstarlet,
77  yaz
78 Architecture: all
79 Description: Other dep. for koha
80  Koha is an Integrated Library Managment system for real-world libraries
81  (the kinds with books).
82  .
83  This meta-package contains general dependencies packages for koha (apache2,
84  daemon, debconf, etc.).
85
86 Package: koha-perldeps
87 Depends:__AUTODEPENDS__
88 Architecture: all
89 Description: Perl dep. for koha
90  Koha is an Integrated Library Managment system for real-world libraries
91  (the kinds with books).
92  .
93  This meta-package contains perl dependencies packages for koha (all
94  perl lib).