From a538232653b8e379e1f6b2e856d5b613d2cdc3aa Mon Sep 17 00:00:00 2001
From: Dan Scott <dscott@laurentian.ca>
Date: Mon, 10 Oct 2011 16:15:04 -0400
Subject: [PATCH] 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@laurentian.ca>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
---
 Open-ILS/src/extras/Makefile.install | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index a2c91600e5..c244b97212 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 = \
-- 
2.11.0