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

Evergreen Git git at git.evergreen-ils.org
Fri Oct 11 14:02:36 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  e797f7b0e94ab62b9f0d0c45c208a8fb4394b32e (commit)
      from  cd36c2e08f5374c5afe4561be3a43cfe6e3ff2c0 (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 e797f7b0e94ab62b9f0d0c45c208a8fb4394b32e
Author: Ben Shum <bshum at biblio.org>
Date:   Wed Oct 9 14:54:28 2013 -0400

    Use libnet-z3950-simpleserver-perl package
    
    Instead of building from source, there is a package available now for
    Debian Wheezy and Ubuntu Precise.  Let's use that instead!
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index b641fee..755acd0 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -34,6 +34,7 @@ export DEBS = \
 	libnet-server-perl\
 	libnet-ssh2-perl\
 	libnet-z3950-simple2zoom-perl\
+	libnet-z3950-simpleserver-perl\
 	libnet-z3950-zoom-perl \
 	libnspr4-dev\
 	libole-storage-lite-perl\
@@ -84,7 +85,6 @@ PGSQL_SERVER_DEBS_91 = \
 all:
 	make -f $(DIR)/Makefile.debian install_debs
 	make -f $(DIR)/Makefile.debian test_for_libdbi_pkg
-	make -f $(DIR)/Makefile.common install_net_z3950_simpleserver
 	make -f $(DIR)/Makefile.common install_cpan
 	make -f $(DIR)/Makefile.common install_cpan_force
 	make -f $(DIR)/Makefile.common install_libdbi
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index 9ab56a9..b6f3243 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
@@ -38,6 +38,7 @@ export DEBS = \
 	libnet-server-perl\
 	libnet-ssh2-perl\
 	libnet-z3950-simple2zoom-perl\
+	libnet-z3950-simpleserver-perl\
 	libnet-z3950-zoom-perl \
 	libnspr4-dev\
 	libole-storage-lite-perl\
@@ -88,7 +89,6 @@ PGSQL_SERVER_DEBS_91 = \
 all:
 	make -f $(DIR)/Makefile.debian install_debs
 	make -f $(DIR)/Makefile.debian test_for_libdbi_pkg
-	make -f $(DIR)/Makefile.common install_net_z3950_simpleserver
 	make -f $(DIR)/Makefile.common install_cpan
 	make -f $(DIR)/Makefile.common install_cpan_force
 	make -f $(DIR)/Makefile.debian install_js_sm

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

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian-wheezy |    2 +-
 .../src/extras/install/Makefile.ubuntu-precise     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list