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

Evergreen Git git at git.evergreen-ils.org
Mon Aug 11 14:58:20 EDT 2014


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  f54db601a5a89ac99e7d64e27e34c5863e60a167 (commit)
      from  12e4ca0cf13a1566fd8ef63cf122997002f1bab4 (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 f54db601a5a89ac99e7d64e27e34c5863e60a167
Author: Jason Stephenson <jstephenson at mvlc.org>
Date:   Mon Aug 11 13:27:18 2014 -0400

    LP1355319: Add missing Parse::RecDescent perl dependency.
    
    Add the appropriate deb or rpm entry to the various Makefiles.
    
    Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index 213608c..6f550d3 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -57,6 +57,7 @@ export DEBS = \
 	postgresql-client-9.3\
 	libsoap-lite-perl\
 	libbz2-dev\
+	libparse-recdescent-perl\
 	yaz
 
 export DEB_APACHE_MODS = \
diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze
index 2d6bdfa..b73b849 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-squeeze
+++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze
@@ -53,6 +53,7 @@ export DEBS = \
 	libyaz-dev\
 	libsoap-lite-perl\
 	libbz2-dev\
+	libparse-recdescent-perl\
 	yaz
 
 export DEB_APACHE_MODS = \
diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index a73be1e..d86beb6 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -56,6 +56,7 @@ export DEBS = \
 	postgresql-client-9.1\
 	libsoap-lite-perl\
 	libbz2-dev\
+	libparse-recdescent-perl\
 	yaz
 
 export DEB_APACHE_MODS = \
diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora
index b178c3b..4ace842 100644
--- a/Open-ILS/src/extras/install/Makefile.fedora
+++ b/Open-ILS/src/extras/install/Makefile.fedora
@@ -45,6 +45,7 @@ FEDORA_RPMS = \
 	perl-Net-IP \
 	perl-Net-SSH2 \
 	perl-OLE-Storage_Lite \
+	perl-Parse-RecDescent \
 	perl-RPC-XML \
 	perl-SOAP-Lite \
 	perl-Test-Warn \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index 20c00ff..3e62a0f 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
@@ -58,6 +58,7 @@ export DEBS = \
 	libsoap-lite-perl\
 	libtest-warn-perl\
 	libtest-output-perl\
+	libparse-recdescent-perl\
 	yaz
 
 export DEB_APACHE_MODS = \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
index 6bc611a..ea40ca5 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
@@ -61,6 +61,7 @@ export DEBS = \
 	postgresql-client-9.3\
 	libsoap-lite-perl\
 	libtest-warn-perl\
+	libparse-recdescent-perl\
 	yaz
 
 export DEB_APACHE_MODS = \

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

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian-jessie |    1 +
 .../src/extras/install/Makefile.debian-squeeze     |    1 +
 Open-ILS/src/extras/install/Makefile.debian-wheezy |    1 +
 Open-ILS/src/extras/install/Makefile.fedora        |    1 +
 .../src/extras/install/Makefile.ubuntu-precise     |    1 +
 Open-ILS/src/extras/install/Makefile.ubuntu-trusty |    1 +
 6 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list