Bug 4817: Point to README.Debian in koha package description, postinst output.
authorLars Wirzenius <lars@catalyst.net.nz>
Thu, 27 May 2010 04:42:41 +0000 (16:42 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 27 May 2010 09:19:03 +0000 (05:19 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
debian/changelog
debian/control
debian/koha.postinst

index 5b8fcd0..1bc3ffa 100644 (file)
@@ -1,3 +1,9 @@
+koha (3.2~0.2) experimental; urgency=low
+
+  * Add notes about README.Debian to package description and postinst output. 
+
+ -- Lars Wirzenius <lars@catalyst.net.nz>  Thu, 27 May 2010 16:37:31 +1200
+
 koha (3.2~0.1) experimental; urgency=low
 
   * Initial release.
index f3832d2..779e90e 100644 (file)
@@ -100,5 +100,7 @@ Description: integrated (physical) library management system
  .
  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.
+ 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.
index 3a67cc9..84df34a 100644 (file)
@@ -13,3 +13,10 @@ dbc_generate_include_args="
 dbc_go koha $@
 
 #DEBHELPER#
+
+cat <<eof
+
+Please see /usr/share/doc/koha/README.Debian for instructions on how to
+configure things after installing the koha package.
+
+eof