[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1097-gb7cd95b

Git repo owner gitmaster at git.koha-community.org
Mon Sep 16 17:15:44 CEST 2013


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  b7cd95bcc909f7db330b5acbfcf9e8f817328a67 (commit)
      from  753633213ea0c29c33b88c8b7c8723dfe74d1aa9 (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 b7cd95bcc909f7db330b5acbfcf9e8f817328a67
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Thu Aug 29 10:19:46 2013 -0300

    Bug 10802: make Debian package install history.txt
    
    While bug 8911 fixed a problem regarding history.txt, a proper fix for
    packages was missing.
    This patch does three things:
    
     - Adds docs/history.txt to debian/koha-common.docs so it gets installed.
     - Moves the line installing the release notes from debian/koha-common.install
       to debian/koha-common.docs.
     - Adds an override_dh_compress entry in debian/rules that excludes
       history.txt from the dh_compress routine [1]
    
    To test:
     - Take a picture of how /usr/share/doc/koha-common looks.
     - Apply the patch and build a package.
     - Upgrade and/or install using your package.
     - Look for the contents of the /usr/share/doc/koha-common, it should
       look the same, but history.txt must be there.
     - More > About Koha > Koha Timeline should show the history lines.
    
    [1] As 'man dh_compress' says, it is needed as every file considered for
        the doc dir that is plain text and is more than 4k size will be
        gzipped unless stated otherwise. We need it uncompressed for about.pl.
    
    Sponsored-by: Universidad Nacional de Cordoba
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Mason James <mtj at kohaaloha.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 debian/koha-common.docs    |    2 ++
 debian/koha-common.install |    1 -
 debian/rules               |    4 ++++
 3 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list