X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=debian%2Fcontrol.in;h=371128b5ad89f4a22027009197710800363b3e84;hb=521d7173720b4acbf4ecf40ed114520d500c5f6a;hp=090b7b338c2f91108eb417ccbcbfb09f6c536254;hpb=dfc1038931618a820942f8cb9456be72648ce0f4;p=koha_fer diff --git a/debian/control.in b/debian/control.in index 090b7b338c..371128b5ad 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,11 +3,15 @@ Maintainer: Robin Sheat 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:__AUTODEPENDS__, - debhelper (>= 7.0.50), gettext, python, python-debian + debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl, + libxml2-utils Package: koha-common Architecture: all @@ -15,16 +19,22 @@ 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, - tinymce2, + sudo, + tinymce, + unzip, xmlstarlet, yaz -Suggests: mysql-server +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 @@ -50,3 +60,41 @@ Description: integrated (physical) library management system . 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, + 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:__AUTODEPENDS__ +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).