[open-ils-commits] [GIT] Evergreen ILS branch rel_2_8 updated. b829b44144d895e7ee904293777b022698780d80

Evergreen Git git at git.evergreen-ils.org
Mon May 4 17:26:16 EDT 2015


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, rel_2_8 has been updated
       via  b829b44144d895e7ee904293777b022698780d80 (commit)
      from  11aefdb9829eacc732d6b9f69f0ab86d289df89c (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 b829b44144d895e7ee904293777b022698780d80
Author: Josh Stompro <stomproj at larl.org>
Date:   Thu Apr 16 13:13:17 2015 -0500

    LP#1445150 Update Debian Jessie depend make to PG9.4
    
    Signed-off-by: Josh Stompro <stomproj at larl.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index f8d7dff..83fbb97 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -62,7 +62,7 @@ export DEBS = \
 	libuniversal-require-perl\
 	libunix-syslog-perl\
 	libyaz-dev\
-	postgresql-client-9.3\
+	postgresql-client-9.4\
 	libsoap-lite-perl\
 	libbz2-dev\
 	libparse-recdescent-perl\
@@ -87,12 +87,12 @@ export CPAN_MODULES_FORCE = \
 	Business::Stripe \
 	Class::DBI::Frozen::301
 
-PGSQL_SERVER_DEBS_93 = \
+PGSQL_SERVER_DEBS_94 = \
 	$(DEB_PGSQL_COMMON_MODS) \
-	postgresql-9.3 \
-	postgresql-contrib-9.3 \
-	postgresql-plperl-9.3 \
-	postgresql-server-dev-9.3
+	postgresql-9.4 \
+	postgresql-contrib-9.4 \
+	postgresql-plperl-9.4 \
+	postgresql-server-dev-9.4
 
 # note: some prereqs are repeated in the developer/packager 
 # sections to support building Evergreen packages on servers
@@ -134,7 +134,7 @@ all:
 	make -f $(DIR)/Makefile.debian debian_sys_config
 
 install_postgres_server:
-	make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_93)"
+	make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_94)"
 
 # note: if/when grunt-cli and bower are available as 
 # packages, use the packaged versions instead.

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list