[open-ils-commits] [GIT] Evergreen ILS branch master updated. b07ef8594437bb7663c1187e8110bba15d161890

Evergreen Git git at git.evergreen-ils.org
Thu Apr 28 11:59:10 EDT 2016


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 "Evergreen ILS".

The branch, master has been updated
       via  b07ef8594437bb7663c1187e8110bba15d161890 (commit)
      from  491c2cd6e0190c7e7af621d1becc47c713033f71 (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 b07ef8594437bb7663c1187e8110bba15d161890
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Mar 30 13:29:10 2016 -0400

    LP#1563531: add libpcre3/libpcre3-dev deps for Jessie
    
    This patch adds libpcre3 and libpcre3-dev to the list
    of packages installed when installing Evergreen on Debian
    Jessie. Evergreen's direct dependency on libpcre3 is new in 2.10
    (see bug 1468422); it happens that libpcre3 and libpcre3-dev
    are installed on Wheezy by virtue of a different dependency
    chain.
    
    To test
    -------
    [1] On a fresh Debian Jessie netinstall, follow the OpenSRF
        and Evergreen installation instructions. Verify that with
        this patch in place, Evergreen's "configure" step succeeds.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index e3055ad..030857c 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -53,6 +53,8 @@ export DEBS = \
 	libnspr4-dev\
 	libole-storage-lite-perl\
 	libparent-perl\
+	libpcre3\
+	libpcre3-dev\
 	libpq5\
 	libpq-dev\
 	librpc-xml-perl\

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

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian-jessie |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list