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