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

Evergreen Git git at git.evergreen-ils.org
Fri Apr 19 19:05:59 EDT 2013


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  e39cf3076218dd7d1e13bdbb0eb50d2d60600dc9 (commit)
      from  fa8bdbecb4ebb7662e17aa020ee46907ea76cb04 (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 e39cf3076218dd7d1e13bdbb0eb50d2d60600dc9
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Apr 4 23:45:14 2013 -0400

    LP#1162907: install RPC::XML as Evergreen dependency
    
    RPC::XML used to be installed as part of installing
    the OpenSRF deps, but since OpenSRF itself doesn't
    use it, this belongs in Evergreen.
    
    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/Makefile.install b/Open-ILS/src/extras/Makefile.install
index b6e1d8c..a49ea6a 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -115,7 +115,8 @@ EXTRA_DEBS_PRECISE = \
     libsru-perl \
     libnet-z3950-simple2zoom-perl \
     libuuid-tiny-perl \
-    libnet-https-any-perl
+    libnet-https-any-perl \
+    librpc-xml-perl
 
 FEDORA_RPMS = \
 	aspell \
@@ -148,6 +149,7 @@ FEDORA_RPMS = \
 	perl-Net-IP \
 	perl-Net-SSH2 \
 	perl-OLE-Storage_Lite \
+	perl-RPC-XML \
 	perl-Spreadsheet-WriteExcel \
 	perl-Text-Aspell \
 	perl-Text-CSV \
@@ -250,9 +252,14 @@ CPAN_MODULES_MARC_RECORD = \
 CPAN_MODULES_FORCE = \
 	Class::DBI::Frozen::301
 
+# Debian Squeeze needs the following additional CPAN modules.
+CPAN_MODULES_SQUEEZE = \
+	RPC::XML
+
 # Lucid Lynx needs the following additional CPAN modules.
 CPAN_MODULES_LUCID = \
-    Rose::URI
+    Rose::URI \
+    RPC::XML
 
 # Precise Pangolin needs the following CPAN modules. All others are
 # available as debs.
@@ -273,7 +280,7 @@ install: install_cpan install_js_sm install_cpan_force
 fedora: install_fedora_rpms install_cpan_fedora install_cpan_marc install
 
 debian-squeeze: squeeze generic_debian
-squeeze: install_pgsql_client_backport_debs_91  install_extra_debs_squeeze
+squeeze: install_pgsql_client_backport_debs_91  install_extra_debs_squeeze install_cpan_squeeze
 generic_debian: install_debs install_yaz test_for_libdbi_pkg install debian_sys_config install_libdbi
 
 # Needs for Ubuntu Lucid Lynx (10.04 LTS):
@@ -325,6 +332,10 @@ install_cpan_fedora:
 		echo "force install $$m" | perl -MCPAN -e shell;\
 	done
 
+# Install the CPAN modules needed for Squeeze
+install_cpan_squeeze:
+	for m in $(CPAN_MODULES_SQUEEZE); do perl -MCPAN -e "install \"$$m\";"; done
+
 # Install the CPAN modules needed for Lucid
 install_cpan_lucid:
 	for m in $(CPAN_MODULES_LUCID); do perl -MCPAN -e "install \"$$m\";"; done

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list