[open-ils-commits] [GIT] Evergreen ILS branch rel_2_7 updated. 65a171703e2b36660b0d8cc13d69b082ff6a2667

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_7 has been updated
       via  65a171703e2b36660b0d8cc13d69b082ff6a2667 (commit)
      from  3ab0ebc11cd11fa4b1cb8dbdf937421fc4bfc84c (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 65a171703e2b36660b0d8cc13d69b082ff6a2667
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 8b8fd66..e13b6fe 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
 
 all:
 	make -f $(DIR)/Makefile.debian install_debs
@@ -104,7 +104,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)"
 
 clean:
 	make -f $(DIR)/Makefile.common clean

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

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