Bug 10617 - koha-common init script cleanup
[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 # WARNING: The "control" file is automatically generated from the "control.in" file.
7 # Do not manually edit "control" or your changes will be clobbered when you
8 # run update-control
9 # NOTA BENE: Build dependencies end up as runtime dependencies as well.
10 # See debian/rules, the override_dh_gencontrol rules. 
11 # There are some exceptions.
12 Build-Depends:__AUTODEPENDS__, 
13  debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
14  libxml2-utils
15
16 Package: koha-common
17 Architecture: all
18 Depends: ${misc:Depends}, ${koha:Depends},
19  apache2,
20  apache2-mpm-itk,
21  at,
22  daemon,
23  debconf,
24  idzebra-2.0,
25  libjs-jquery,
26  libjs-yui,
27  mysql-client,
28  perl-doc,
29  pwgen,
30  sudo,
31  tinymce, 
32  unzip,
33  xmlstarlet,
34  yaz
35 Suggests: 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 everything needed to run Koha, except the site
42  specific configuration files. See the package koha for the rest.
43
44 Package: koha
45 Architecture: all
46 Depends: ${shlib:Depends}, ${misc:Depends},
47  koha-common,
48  dbconfig-common,
49  mysql-server
50 Homepage: http://koha-community.org/
51 Description: integrated (physical) library management system
52  Koha is an Integrated Library Managment system for real-world libraries
53  (the kinds with books).
54  .
55  This package contains site-specific configuration files and sets up
56  the MySQL database for Koha. For simplicity, the database server is
57  assumed to run on the same host as Koha.
58  .
59  Please see /usr/share/doc/koha/README.Debian for instructions on how to
60  configure things after installing this package.
61
62 Package: koha-deps
63 Depends: ${misc:Depends},
64  apache2,
65  apache2-mpm-itk,
66  at,
67  daemon,
68  debconf,
69  idzebra-2.0,
70  libjs-jquery,
71  libjs-yui,
72  mysql-client,
73  mysql-server,
74  perl-doc,
75  pwgen,
76  sudo,
77  tinymce,
78  unzip,
79  xmlstarlet,
80  yaz
81 Architecture: all
82 Description: Other dep. for koha
83  Koha is an Integrated Library Managment system for real-world libraries
84  (the kinds with books).
85  .
86  This meta-package contains general dependencies packages for koha (apache2,
87  daemon, debconf, etc.).
88
89 Package: koha-perldeps
90 Depends:__AUTODEPENDS__
91 Architecture: all
92 Description: Perl dep. for koha
93  Koha is an Integrated Library Managment system for real-world libraries
94  (the kinds with books).
95  .
96  This meta-package contains perl dependencies packages for koha (all
97  perl lib).