4953b57fcd
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> Signed-off-by: Mason James <mtj@kohaaloha.com>
135 lines
3.4 KiB
Text
135 lines
3.4 KiB
Text
Source: koha
|
|
Maintainer: Robin Sheat <robin@catalyst.net.nz>
|
|
Section: web
|
|
Priority: optional
|
|
Standards-Version: 3.8.4
|
|
# NOTA BENE: Build dependencies end up as runtime dependencies as well.
|
|
# See debian/rules, the override_dh_gencontrol rules.
|
|
# There are some exceptions.
|
|
Build-Depends: libcgi-session-driver-memcached-perl,
|
|
libalgorithm-checkdigits-perl,
|
|
libauthen-cas-client-perl,
|
|
libbiblio-endnotestyle-perl,
|
|
libbusiness-isbn-perl,
|
|
libcgi-pm-perl | perl-modules,
|
|
libcgi-session-perl,
|
|
libcgi-session-serialize-yaml-perl,
|
|
libclass-accessor-perl,
|
|
libclass-factory-util-perl,
|
|
libdata-ical-perl,
|
|
libdate-calc-perl,
|
|
libdate-manip-perl,
|
|
libdatetime-event-ical-perl,
|
|
libdatetime-format-dateparse-perl,
|
|
libdatetime-format-ical-perl,
|
|
libdatetime-format-mysql-perl,
|
|
libdatetime-perl,
|
|
libdatetime-set-perl,
|
|
libdatetime-timezone-perl,
|
|
libdbd-mysql-perl,
|
|
libdbd-sqlite2-perl,
|
|
libdbi-perl,
|
|
libdigest-sha-perl | perl,
|
|
libemail-date-perl,
|
|
libgd-barcode-perl,
|
|
libgd-gd2-noxpm-perl | libgd-gd2-perl,
|
|
libgraphics-magick-perl,
|
|
libgravatar-url-perl,
|
|
libhtml-scrubber-perl,
|
|
libhttp-oai-perl,
|
|
libjson-perl,
|
|
liblingua-stem-perl,
|
|
liblingua-stem-snowball-perl,
|
|
liblist-moreutils-perl,
|
|
liblocale-currency-format-perl,
|
|
liblocale-po-perl,
|
|
libmail-sendmail-perl,
|
|
libmarc-charset-perl,
|
|
libmarc-crosswalk-dublincore-perl,
|
|
libmarc-record-perl,
|
|
libmarc-xml-perl,
|
|
libmemoize-memcached-perl,
|
|
libmime-lite-perl,
|
|
libmodern-perl-perl,
|
|
libnet-ldap-perl,
|
|
libnet-server-perl,
|
|
libnet-z3950-zoom-perl,
|
|
libnumber-format-perl,
|
|
libpdf-api2-perl,
|
|
libpdf-api2-simple-perl,
|
|
libpdf-reuse-barcode-perl,
|
|
libpdf-reuse-perl,
|
|
libpdf-table-perl,
|
|
libpoe-perl,
|
|
libreadonly-perl,
|
|
libreadonly-xs-perl,
|
|
libscalar-list-utils-perl,
|
|
libschedule-at-perl,
|
|
libsms-send-perl,
|
|
libtemplate-perl,
|
|
libtest-simple-perl | perl-modules,
|
|
libtext-csv-encoded-perl,
|
|
libtext-csv-perl,
|
|
libtext-csv-xs-perl,
|
|
libtext-iconv-perl,
|
|
libuniversal-require-perl,
|
|
liburi-perl,
|
|
libwww-perl,
|
|
libxml-dumper-perl,
|
|
libxml-libxml-perl,
|
|
libxml-libxslt-perl,
|
|
libxml-rss-perl,
|
|
libxml-sax-perl,
|
|
libxml-sax-writer-perl,
|
|
libxml-simple-perl,
|
|
libyaml-perl,
|
|
libyaml-syck-perl,
|
|
perl,
|
|
perl-modules,
|
|
debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl
|
|
|
|
Package: koha-common
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, ${koha:Depends},
|
|
apache2,
|
|
apache2-mpm-itk,
|
|
at,
|
|
daemon,
|
|
debconf,
|
|
idzebra-2.0,
|
|
libjs-jquery,
|
|
libjs-yui,
|
|
mysql-client,
|
|
perl-doc,
|
|
pwgen,
|
|
sudo,
|
|
tinymce2,
|
|
unzip,
|
|
xmlstarlet,
|
|
yaz
|
|
Suggests: mysql-server
|
|
Homepage: http://koha-community.org/
|
|
Description: integrated (physical) library management system
|
|
Koha is an Integrated Library Managment system for real-world libraries
|
|
(the kinds with books).
|
|
.
|
|
This package contains everything needed to run Koha, except the site
|
|
specific configuration files. See the package koha for the rest.
|
|
|
|
Package: koha
|
|
Architecture: all
|
|
Depends: ${shlib:Depends}, ${misc:Depends},
|
|
koha-common,
|
|
dbconfig-common,
|
|
mysql-server
|
|
Homepage: http://koha-community.org/
|
|
Description: integrated (physical) library management system
|
|
Koha is an Integrated Library Managment system for real-world libraries
|
|
(the kinds with books).
|
|
.
|
|
This package contains site-specific configuration files and sets up
|
|
the MySQL database for Koha. For simplicity, the database server is
|
|
assumed to run on the same host as Koha.
|
|
.
|
|
Please see /usr/share/doc/koha/README.Debian for instructions on how to
|
|
configure things after installing this package.
|