Bug 4817: Point to README.Debian in koha package description, postinst output.
[koha.git] / debian / control
1 Source: koha
2 Maintainer: Lars Wirzenius <lars@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: debhelper (>= 7.0.50), gettext,
10     perl,
11     libalgorithm-checkdigits-perl,
12     libauthen-cas-client-perl,
13     libbiblio-endnotestyle-perl,
14     libcgi-session-perl,
15     libcgi-session-serialize-yaml-perl,
16     libclass-accessor-perl,
17     libclass-factory-util-perl,
18     libdbd-sqlite2-perl,
19     libdbd-mysql-perl,
20     libdbi-perl,
21     libdata-ical-perl,
22     libdate-calc-perl,
23     libdate-ical-perl,
24     libdate-manip-perl,
25     libemail-date-perl,
26     libgd-gd2-perl,
27     libgraphics-magick-perl,
28     libhtml-scrubber-perl,
29     libhtml-template-pro-perl,
30     libjson-perl,
31     liblingua-stem-perl,
32     liblingua-stem-snowball-perl,
33     liblist-moreutils-perl,
34     liblocale-po-perl,
35     libmarc-charset-perl,
36     libmarc-crosswalk-dublincore-perl,
37     libmarc-record-perl,
38     libmarc-xml-perl,
39     libmime-lite-perl,
40     libmail-sendmail-perl,
41     libnet-ldap-perl,
42     libnet-z3950-zoom-perl,
43     libnumber-format-perl,
44     libpdf-api2-perl,
45     libpdf-reuse-perl,
46     libpdf-reuse-barcode-perl,
47     libpdf-table-perl,
48     libpoe-perl,
49     libsms-send-perl,
50     libschedule-at-perl,
51     libstorable-perl,
52     libtext-csv-perl,
53     libxml-dumper-perl,
54     libxml-libxml-perl,
55     libxml-libxslt-perl,
56     libxml-rss-perl,
57     libxml-sax-writer-perl,
58     libxml-simple-perl,
59     libyaml-syck-perl,
60     libyaml-perl,
61     libmodule-install-perl,
62     libhttp-oai-perl,
63     libtext-csv-encoded-perl,
64     libpdf-api2-simple-perl,
65     libmemoize-memcached-perl,
66     liblocale-currency-format-perl
67
68 Package: koha-common
69 Architecture: all
70 Depends: ${shlib:Depends}, ${misc:Depends}, ${koha:Depends},
71  apache2,
72  apache2-mpm-itk,
73  at,
74  daemon,
75  idzebra-2.0,
76  libjs-jquery,
77  libjs-yui,
78  mysql-client,
79  tinymce2, 
80  yaz
81 Suggests: mysql-server
82 Homepage: http://koha-community.org/
83 Description: integrated (physical) library management system
84  Koha is an Integrated Library Managment system for real-world libraries
85  (the kinds with books).
86  .
87  This package contains everything needed to run Koha, except the site
88  specific configuration files. See the package koha for the rest.
89
90 Package: koha
91 Architecture: all
92 Depends: ${shlib:Depends}, ${misc:Depends},
93  koha-common,
94  dbconfig-common,
95  mysql-server
96 Homepage: http://koha-community.org/
97 Description: integrated (physical) library management system
98  Koha is an Integrated Library Managment system for real-world libraries
99  (the kinds with books).
100  .
101  This package contains site-specific configuration files and sets up
102  the MySQL database for Koha. For simplicity, the database server is
103  assumed to run on the same host as Koha.
104  .
105  Please see /usr/share/doc/koha/README.Debian for instructions on how to
106  configure things after installing this package.