Add koha-upgrade-schema, a script to upgrade the database schema.
[koha_gimpoz] / debian / control
index 567ae57..999dbfa 100644 (file)
@@ -3,25 +3,101 @@ Maintainer: Lars Wirzenius <lars@catalyst.net.nz>
 Section: web
 Priority: optional
 Standards-Version: 3.8.4
-Build-Depends: koha-dev-env, debhelper (>= 7.0.50), gettext
+# 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: debhelper (>= 7.0.50), gettext,
+    perl,
+    libalgorithm-checkdigits-perl,
+    libauthen-cas-client-perl,
+    libbiblio-endnotestyle-perl,
+    libcgi-session-perl,
+    libcgi-session-serialize-yaml-perl,
+    libclass-accessor-perl,
+    libclass-factory-util-perl,
+    libdbd-sqlite2-perl,
+    libdbd-mysql-perl,
+    libdbi-perl,
+    libdata-ical-perl,
+    libdate-calc-perl,
+    libdate-ical-perl,
+    libdate-manip-perl,
+    libemail-date-perl,
+    libgd-gd2-perl,
+    libgraphics-magick-perl,
+    libhtml-scrubber-perl,
+    libhtml-template-pro-perl,
+    libjson-perl,
+    liblingua-stem-perl,
+    liblingua-stem-snowball-perl,
+    liblist-moreutils-perl,
+    liblocale-po-perl,
+    libmarc-charset-perl,
+    libmarc-crosswalk-dublincore-perl,
+    libmarc-record-perl,
+    libmarc-xml-perl,
+    libmime-lite-perl,
+    libmail-sendmail-perl,
+    libnet-ldap-perl,
+    libnet-z3950-zoom-perl,
+    libnumber-format-perl,
+    libpdf-api2-perl,
+    libpdf-reuse-perl,
+    libpdf-reuse-barcode-perl,
+    libpdf-table-perl,
+    libpoe-perl,
+    libsms-send-perl,
+    libschedule-at-perl,
+    libstorable-perl,
+    libtext-csv-perl,
+    libxml-dumper-perl,
+    libxml-libxml-perl,
+    libxml-libxslt-perl,
+    libxml-rss-perl,
+    libxml-sax-writer-perl,
+    libxml-simple-perl,
+    libyaml-syck-perl,
+    libyaml-perl,
+    libmodule-install-perl,
+    libhttp-oai-perl,
+    libtext-csv-encoded-perl,
+    libpdf-api2-simple-perl,
+    libmemoize-memcached-perl,
+    liblocale-currency-format-perl
 
-Package: koha
+Package: koha-common
 Architecture: all
-Depends: ${shlib:Depends}, ${misc:Depends},
- dbconfig-common,
- koha-dev-env,
+Depends: ${shlib:Depends}, ${misc:Depends}, ${koha:Depends},
  apache2,
- mysql-server,
- daemon,
  at,
+ daemon,
  idzebra-2.0,
- yaz,
  libjs-jquery,
+ libjs-yui,
+ mysql-client,
+ mysql-server,
  tinymce2, 
- libjs-yui
-Recommends: mysql-client
+ yaz
 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. This package also does some
+ Apache reconfiguration.