updated release notes for 3.14.0 beta
[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  memcached
37 Homepage: http://koha-community.org/
38 Description: integrated (physical) library management system
39  Koha is an Integrated Library Managment system for real-world libraries
40  (the kinds with books).
41  .
42  This package contains everything needed to run Koha, except the site
43  specific configuration files. See the package koha for the rest.
44
45 Package: koha
46 Architecture: all
47 Depends: ${shlib:Depends}, ${misc:Depends},
48  koha-common,
49  dbconfig-common,
50  mysql-server
51 Homepage: http://koha-community.org/
52 Description: integrated (physical) library management system
53  Koha is an Integrated Library Managment system for real-world libraries
54  (the kinds with books).
55  .
56  This package contains site-specific configuration files and sets up
57  the MySQL database for Koha. For simplicity, the database server is
58  assumed to run on the same host as Koha.
59  .
60  Please see /usr/share/doc/koha/README.Debian for instructions on how to
61  configure things after installing this package.
62
63 Package: koha-deps
64 Depends: ${misc:Depends},
65  apache2,
66  apache2-mpm-itk,
67  at,
68  daemon,
69  debconf,
70  idzebra-2.0,
71  libjs-jquery,
72  libjs-yui,
73  mysql-client,
74  mysql-server,
75  perl-doc,
76  pwgen,
77  sudo,
78  tinymce,
79  unzip,
80  xmlstarlet,
81  yaz
82 Architecture: all
83 Description: Other dep. for koha
84  Koha is an Integrated Library Managment system for real-world libraries
85  (the kinds with books).
86  .
87  This meta-package contains general dependencies packages for koha (apache2,
88  daemon, debconf, etc.).
89
90 Package: koha-perldeps
91 Depends:__AUTODEPENDS__
92 Architecture: all
93 Description: Perl dep. for koha
94  Koha is an Integrated Library Managment system for real-world libraries
95  (the kinds with books).
96  .
97  This meta-package contains perl dependencies packages for koha (all
98  perl lib).