[open-ils-commits] [GIT] Evergreen ILS branch rel_2_1 updated. f8587193d5fc0953e9526bfa7e283910fd4f4ed2
Evergreen Git
git at git.evergreen-ils.org
Tue Oct 11 09:32:08 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_1 has been updated
via f8587193d5fc0953e9526bfa7e283910fd4f4ed2 (commit)
from 513afc503c37990d60d569947b1e120c1f408c22 (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 f8587193d5fc0953e9526bfa7e283910fd4f4ed2
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 5cf9c57..cd2b7ab 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -224,11 +224,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