X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=debian%2Fcontrol.in;h=8cc49dc6d8eb9f38f2c3815c741f807f4567cdc3;hb=0d4acbba5c5db238eb42ed37dc9ba3dc2f36974b;hp=37d16733a0f55bfd6b528e72efc9b19dcb17898f;hpb=bf14b288bd256dc787c24ff231a2a58313500e23;p=koha.git diff --git a/debian/control.in b/debian/control.in index 37d16733a0..8cc49dc6d8 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,5 +1,5 @@ Source: koha -Maintainer: Lars Wirzenius +Maintainer: Robin Sheat Section: web Priority: optional Standards-Version: 3.8.4 @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 # 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 Package: koha-common Architecture: all @@ -16,11 +16,17 @@ Depends: ${misc:Depends}, ${koha:Depends}, 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/ @@ -48,3 +54,40 @@ 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, + daemon, + debconf, + idzebra-2.0, + libjs-jquery, + libjs-yui, + mysql-client, + mysql-server, + perl-doc, + pwgen, + sudo, + tinymce2, + 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).