[open-ils-commits] [GIT] Evergreen ILS branch rel_2_0 updated. cdd77061160a40010ab183ae1cb054cf71add0ad

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, rel_2_0 has been updated
       via  cdd77061160a40010ab183ae1cb054cf71add0ad (commit)
      from  f01f4dfaddd2319291ab3d7abf6c931a1f581842 (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 cdd77061160a40010ab183ae1cb054cf71add0ad
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 58441dd..b653faa 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -244,11 +244,13 @@ 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 \
-    SRU
+	Business::EDI \
+	Library::CallNumber::LC \
+	M/MI/MIRK/Net-Z3950-SimpleServer-1.12.tar.gz \
+	Net::Z3950::Simple2ZOOM \
+	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