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