[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.08-37-gfa915e4

Git repo owner gitmaster at git.koha-community.org
Tue Aug 6 18:25:28 CEST 2019


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, 18.11.x has been updated
       via  fa915e4d448eef13c7de6dd96137e6cb758d91f2 (commit)
      from  47ec90873c869d2ecc906ed82b4af04ed3b06f05 (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 fa915e4d448eef13c7de6dd96137e6cb758d91f2
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Thu Jun 27 20:45:27 2019 -0400

    Bug 21000: Force case sensitivity on Getopt::Long
    
    Before patch: -D and -d are mistaken for --debug
    
        $ sudo DEB_BUILD_OPTIONS=nocheck ./debian/build-git-snapshot -r ~/debian -v 19.06~git --autoversion -d -D="stretch"
        Option d does not take an argument
        git status --porcelain -unormal
        git rev-parse --short=8 HEAD
        dch --force-distribution -D "squeeze-dev" -v "19.06~git+20190627205913.466f99e4-1" "Building git snapshot."
        dch warning: Recognised distributions are:
        experimental, unstable, testing, stable, oldstable, oldoldstable,
        {bullseye,buster,stretch,jessie,wheezy}-proposed-updates,
        {testing,stable,oldstable,oldoldstable}-proposed-updates,
        {bullseye,buster,stretch,jessie,wheezy}-security,
        {testing,stable,oldstable,oldoldstable}}-security, jessie-backports, stretch-backports and UNRELEASED.
        Using your request anyway.
    
    NOTE: squeeze-dev in the first dch line and warning about Option d.
    
    Apply patch: -D and -d are differentiated correctly.
        $ sudo DEB_BUILD_OPTIONS=nocheck ./debian/build-git-snapshot -r ~/debian -v 19.06~git --autoversion -d -D="stretch"
        git status --porcelain -unormal
        git rev-parse --short=8 HEAD
        dch --force-distribution -D "stretch" -v "19.06~git+20190627210316.b3f919a7-1" "Building git snapshot."
        dch warning: Previous package version was Debian native whilst new version is not
        dch -r "Building git snapshot."
    
    NOTE: No more 'Option d' error, and "stretch" in the first dch line.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5c5d158b1bc37c63196be9ae405e4a2563315dbc)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit a0f015884c978ee2df5cf39da7c15a5138e5389f)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 debian/build-git-snapshot |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list