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