Koha/debian/control
Robin Sheat cf9b9bfbca Bug 12234 - dependency changes to allow master to build
A run of update-control, adding bash-completion as a build-time
dependency, allowing update-control to ignore anything that doesn't
have a package but isn't marked as "required" by Koha, added
dependencies that we don't use but is needed by something we do use.
All fairly mundane.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2014-05-13 14:09:07 +00:00

330 lines
8 KiB
Text

Source: koha
Maintainer: Robin Sheat <robin@catalyst.net.nz>
Section: web
Priority: optional
Standards-Version: 3.8.4
# WARNING: The "control" file is automatically generated from the "control.in" file.
# Do not manually edit "control" or your changes will be clobbered when you
# run update-control
# 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: libalgorithm-checkdigits-perl,
libanyevent-http-perl,
libanyevent-perl,
libarchive-zip-perl,
libauthen-cas-client-perl,
libbiblio-endnotestyle-perl,
libbusiness-isbn-perl,
libcache-fastmmap-perl,
libcache-memcached-fast-perl,
libcache-perl,
libcgi-pm-perl | perl-modules,
libcgi-session-driver-memcached-perl,
libcgi-session-perl,
libcgi-session-serialize-yaml-perl,
libclass-accessor-perl,
libclass-factory-util-perl,
libcrypt-eksblowfish-perl,
libdata-ical-perl,
libdata-paginator-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-mock-perl,
libdbd-mysql-perl,
libdbd-sqlite2-perl,
libdbi-perl,
libdbix-class-schema-loader-perl,
libdigest-sha-perl | perl,
libemail-date-perl,
libemail-valid-perl,
libfile-path-perl | perl-modules,
libfile-slurp-perl,
libfont-ttf-perl,
libgd-barcode-perl,
libgd-gd2-noxpm-perl | libgd-gd2-perl,
libgraphics-magick-perl,
libgravatar-url-perl,
libhtml-format-perl,
libhtml-scrubber-perl,
libhttp-oai-perl,
libjson-any-perl,
libjson-perl,
liblibrary-callnumber-lc-perl,
liblingua-stem-perl,
liblingua-stem-snowball-perl,
liblist-moreutils-perl,
liblocale-currency-format-perl,
liblocale-maketext-lexicon-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,
libmodule-bundled-files-perl,
libmodule-load-conditional-perl | perl-modules,
libmoose-perl,
libmoosex-storage-perl,
libmoosex-types-perl,
libnet-ldap-perl,
libnet-server-perl,
libnet-z3950-zoom-perl,
libnumber-format-perl,
libopenoffice-oodoc-perl,
libpdf-api2-perl,
libpdf-api2-simple-perl,
libpdf-reuse-barcode-perl,
libpdf-reuse-perl,
libpdf-table-perl,
libreadonly-perl,
libreadonly-xs-perl,
libscalar-list-utils-perl,
libschedule-at-perl,
libsms-send-perl,
libstring-random-perl,
libstring-rewriteprefix-perl,
libtemplate-perl,
libtemplate-plugin-htmltotext-perl,
libtest-deep-perl,
libtest-mockmodule-perl,
libtest-simple-perl | perl-modules,
libtest-strict-perl,
libtest-warn-perl,
libtest-www-mechanize-perl,
libtest-yaml-valid-perl,
libtext-csv-encoded-perl,
libtext-csv-perl,
libtext-csv-xs-perl,
libtext-iconv-perl,
libtext-pdf-perl,
libtext-unaccent-perl,
libtime-progress-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,
libxml2-utils, bash-completion
Package: koha-common
Architecture: all
Depends: ${misc:Depends}, ${koha:Depends},
apache2,
apache2-mpm-itk,
at,
cron-daemon,
daemon,
debconf,
idzebra-2.0,
libjs-jquery,
libjs-yui,
mysql-client,
perl-doc,
pwgen,
sudo,
tinymce,
ttf-dejavu,
unzip,
xmlstarlet,
yaz
Suggests: mysql-server,
memcached
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.
Package: koha-deps
Depends: ${misc:Depends},
apache2,
apache2-mpm-itk,
at,
cron-daemon,
daemon,
debconf,
idzebra-2.0,
libjs-jquery,
libjs-yui,
mysql-client,
mysql-server,
perl-doc,
pwgen,
sudo,
tinymce,
ttf-dejavu,
unzip,
xmlstarlet,
yaz
Architecture: all
Description: Other dep. for koha
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This meta-package contains general dependencies packages for koha (apache2,
daemon, debconf, etc.).
Package: koha-perldeps
Depends: libalgorithm-checkdigits-perl,
libanyevent-http-perl,
libanyevent-perl,
libarchive-zip-perl,
libauthen-cas-client-perl,
libbiblio-endnotestyle-perl,
libbusiness-isbn-perl,
libcache-fastmmap-perl,
libcache-memcached-fast-perl,
libcache-perl,
libcgi-pm-perl | perl-modules,
libcgi-session-driver-memcached-perl,
libcgi-session-perl,
libcgi-session-serialize-yaml-perl,
libclass-accessor-perl,
libclass-factory-util-perl,
libcrypt-eksblowfish-perl,
libdata-ical-perl,
libdata-paginator-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-mock-perl,
libdbd-mysql-perl,
libdbd-sqlite2-perl,
libdbi-perl,
libdbix-class-schema-loader-perl,
libdigest-sha-perl | perl,
libemail-date-perl,
libemail-valid-perl,
libfile-path-perl | perl-modules,
libfile-slurp-perl,
libfont-ttf-perl,
libgd-barcode-perl,
libgd-gd2-noxpm-perl | libgd-gd2-perl,
libgraphics-magick-perl,
libgravatar-url-perl,
libhtml-format-perl,
libhtml-scrubber-perl,
libhttp-oai-perl,
libjson-any-perl,
libjson-perl,
liblibrary-callnumber-lc-perl,
liblingua-stem-perl,
liblingua-stem-snowball-perl,
liblist-moreutils-perl,
liblocale-currency-format-perl,
liblocale-maketext-lexicon-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,
libmodule-bundled-files-perl,
libmodule-load-conditional-perl | perl-modules,
libmoose-perl,
libmoosex-storage-perl,
libmoosex-types-perl,
libnet-ldap-perl,
libnet-server-perl,
libnet-z3950-zoom-perl,
libnumber-format-perl,
libopenoffice-oodoc-perl,
libpdf-api2-perl,
libpdf-api2-simple-perl,
libpdf-reuse-barcode-perl,
libpdf-reuse-perl,
libpdf-table-perl,
libreadonly-perl,
libreadonly-xs-perl,
libscalar-list-utils-perl,
libschedule-at-perl,
libsms-send-perl,
libstring-random-perl,
libstring-rewriteprefix-perl,
libtemplate-perl,
libtemplate-plugin-htmltotext-perl,
libtest-deep-perl,
libtest-mockmodule-perl,
libtest-simple-perl | perl-modules,
libtest-strict-perl,
libtest-warn-perl,
libtest-www-mechanize-perl,
libtest-yaml-valid-perl,
libtext-csv-encoded-perl,
libtext-csv-perl,
libtext-csv-xs-perl,
libtext-iconv-perl,
libtext-pdf-perl,
libtext-unaccent-perl,
libtime-progress-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
Architecture: all
Description: Perl dep. for koha
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This meta-package contains perl dependencies packages for koha (all
perl lib).