[Koha-bugs] [Bug 21028] www/history.t is failing on jenkins for Ubuntu 18.04

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jun 8 19:46:28 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21028

--- Comment #12 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
(In reply to Martin Renvoize from comment #11)
> I can't find any other reason it may be treated differently to other files.

>From commit b7cd95bcc909f7db330b5acbfcf9e8f817328a67
"""
    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]
[...]

    [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.
"""

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list