[koha-commits] main Koha release repository branch, master, updated. v3.02.00-beta-157-g7d44072

Git repo owner gitmaster at git.koha-community.org
Wed Oct 6 14:13:23 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  7d44072156e79f3ef52cc3c8f756173d3bbe1e72 (commit)
       via  18a1c3db11bd2cb45c8d6937bd58149a5d8427be (commit)
       via  95cb1c3a7f71a0dfd9f38652ff5fc0313c07862b (commit)
      from  a89793131373dcf3d74798f97ab85f71ef113952 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7d44072156e79f3ef52cc3c8f756173d3bbe1e72
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Thu Jul 22 15:37:51 2010 +1200

    Bug 5054 - allow the resulting .deb location to be specified
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 18a1c3db11bd2cb45c8d6937bd58149a5d8427be
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Aug 31 11:48:20 2010 +1200

    Bug 5139 - packages now do email and other cron jobs
    
    By default the packages now set up the cron jobs to handle things like
    overdues and email etc. By default, email is off, 'koha-email-enable'
    and 'koha-email-disable' can manage this.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 95cb1c3a7f71a0dfd9f38652ff5fc0313c07862b
Author: Ricardo Dias Marques <koha at ricmarques.net>
Date:   Wed Aug 11 17:31:53 2010 +0000

    Fix for Bug 5116 – Duplicate and missing entries in "apt-get-debian-lenny.sh"
    
    http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5116
    
    In the Debian installer shell script for Debian Lenny -
    "apt-get-debian-lenny.sh"  - there were 2 missing lines for packages
    that exist for Debian Lenny and that have versions that satisfy the
    requirements of the Koha Installer, listed in the "PerlDependencies.pm"
    file - located at "C4/Installer/PerlDependencies.pm".
    
    The two missing lines are for "libnet-server-perl" (for the
    "Net::Server" module) and "libpdf-table-perl" (for the "PDF::Table"
    module).
    
    I also noticed, in that same "apt-get-debian-lenny.sh" script, that
    there were some duplicate (repeated) entries / lines for other modules,
    namely: libdate-calc-perl, libdbd-mysql-perl, libemail-date-perl,
    libgd-barcode-perl, libhtml-scrubber-perl, liblingua-stem-perl,
    libmail-sendmail-perl, libmime-lite-perl, libnet-ldap-perl
    and libpoe-perl.
    
    So I'm adding, in this patch, the 2 missing lines
    and removing the duplicate lines / entries.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

-----------------------------------------------------------------------

Summary of changes:
 debian/build-git-snapshot                          |    8 +++-
 debian/koha-common.README.Debian                   |    2 +
 debian/koha-common.cron.d                          |    1 +
 .../koha-disable => koha-common.cron.daily}        |   31 ++++----------
 debian/koha-common.install                         |    4 +-
 debian/scripts/koha-create                         |    6 +++
 debian/scripts/{koha-enable => koha-email-disable} |   29 ++++++-------
 debian/scripts/{koha-enable => koha-email-enable}  |   29 ++++++-------
 debian/scripts/koha-foreach                        |   17 ++++---
 debian/scripts/koha-list                           |   45 ++++++++++++++++----
 install_misc/apt-get-debian-lenny.sh               |   16 +------
 misc/cronjobs/cleanup_database.pl                  |   36 ++++++++++++----
 12 files changed, 127 insertions(+), 97 deletions(-)
 copy debian/{scripts/koha-disable => koha-common.cron.daily} (50%)
 mode change 100755 => 100644
 copy debian/scripts/{koha-enable => koha-email-disable} (67%)
 mode change 100644 => 100755
 copy debian/scripts/{koha-enable => koha-email-enable} (67%)
 mode change 100644 => 100755
 mode change 100644 => 100755 debian/scripts/koha-enable


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list