]> git.koha-community.org Git - koha.git/blob - debian/control.in
Merge remote-tracking branch 'kc/3.8.x' into 3.8.x
[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  tinymce2, 
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.