Add koha-create, a script to create a new Koha instance.
[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  at,
73  daemon,
74  idzebra-2.0,
75  libjs-jquery,
76  libjs-yui,
77  mysql-client,
78  mysql-server,
79  tinymce2, 
80  yaz
81 Homepage: http://koha-community.org/
82 Description: integrated (physical) library management system
83  Koha is an Integrated Library Managment system for real-world libraries
84  (the kinds with books).
85  .
86  This package contains everything needed to run Koha, except the site
87  specific configuration files. See the package koha for the rest.
88
89 Package: koha
90 Architecture: all
91 Depends: ${shlib:Depends}, ${misc:Depends},
92  koha-common,
93  dbconfig-common,
94  mysql-server
95 Homepage: http://koha-community.org/
96 Description: integrated (physical) library management system
97  Koha is an Integrated Library Managment system for real-world libraries
98  (the kinds with books).
99  .
100  This package contains site-specific configuration files and sets up
101  the MySQL database for Koha. For simplicity, the database server is
102  assumed to run on the same host as Koha. This package also does some
103  Apache reconfiguration.