Bug 9260: stop koha-run-backups complaining "missing ]"
[koha.git] / debian / control.in
index 44e144b..8cc49dc 100644 (file)
@@ -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,12 +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/
@@ -49,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).