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

Evergreen Git git at git.evergreen-ils.org
Tue Oct 11 09:32:07 EDT 2011


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  a538232653b8e379e1f6b2e856d5b613d2cdc3aa (commit)
      from  10114285701cf1312f9e058ac8ed30f114ead4ab (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 a538232653b8e379e1f6b2e856d5b613d2cdc3aa
Author: Dan Scott <dscott at laurentian.ca>
Date:   Mon Oct 10 16:15:04 2011 -0400

    Fix broken Net::Z3950::SimpleServer 1.14 install
    
    Pin the install of Net::Z3950::SimpleServer to the
    known-to-work-with yaz 3.0.x version, 1.12. 1.14 introduced dependencies
    on yaz 4.1.x that can't be easily worked around.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index a2c9160..c244b97 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -228,12 +228,14 @@ DEB_APACHE_DISMODS = \
     deflate
 
 # Chronically unpackaged CPAN modules
+# Note older version of Net::Z3950::SimpleServer to avoid yaz 4.1.x dependency
 CPAN_MODULES = \
-    Business::EDI \
-    Library::CallNumber::LC \
-    Net::Z3950::Simple2ZOOM \
+	Business::EDI \
+	Library::CallNumber::LC \
+	M/MI/MIRK/Net-Z3950-SimpleServer-1.12.tar.gz \
+	Net::Z3950::Simple2ZOOM \
 	Template::Plugin::POSIX \
-    SRU
+	SRU
 
 # More chronically unpackaged CPAN modules (available in Squeeze though)
 CPAN_MODULES_MORE = \

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list