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

Evergreen Git git at git.evergreen-ils.org
Thu Aug 28 09:43:46 EDT 2014


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  768990dbf203b45692b8c8f3de4a98f7908d9fd8 (commit)
      from  2f252638d4af78953bb5300760f995566b89b11f (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 768990dbf203b45692b8c8f3de4a98f7908d9fd8
Author: Dan Scott <dscott at laurentian.ca>
Date:   Thu Aug 28 09:40:54 2014 -0400

    Fix broken prereq installer for debian wheezy
    
    Problem found by live-tester scripts. Yay for live tests!
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index 317c847..fb5b41a 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -4,13 +4,13 @@ DIR = $(dir $(lastword $(MAKEFILE_LIST)))
 
 export DEB_PGSQL_COMMON_MODS = \
 	gcc \
-	libbusiness-isbn-perl
+	libbusiness-isbn-perl \
 	libjson-xs-perl \
 	liblibrary-callnumber-lc-perl \
 	libmarc-record-perl \
 	libmarc-xml-perl \
 	librose-uri-perl \
-	libuuid-tiny-perl
+	libuuid-tiny-perl \
 	libxml-libxml-perl \
 	libxml-libxslt-perl
 

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list