[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0cbadccad019f5130e04e6d74cdd36b1c15c7c8e
Evergreen Git
git at git.evergreen-ils.org
Wed Mar 5 11:32:25 EST 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 0cbadccad019f5130e04e6d74cdd36b1c15c7c8e (commit)
from c1e03c02216ed8a5916e44714d621a55b0b95fc7 (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 0cbadccad019f5130e04e6d74cdd36b1c15c7c8e
Author: Jason Etheridge <jason at esilibrary.com>
Date: Wed Feb 12 11:49:37 2014 -0500
LP#1279420 Add Test::Output prerequisite
Build tests require Test::Output. Add packages for Test::Output to
the prerequite installer Makefiles.
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
Signed-off-by: Jeff Godin <jgodin at tadl.org>
diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze
index 69f9151..6439ea1 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-squeeze
+++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze
@@ -45,6 +45,7 @@ export DEBS = \
libspreadsheet-writeexcel-perl\
libssh2-1-dev\
libtest-warn-perl\
+ libtest-output-perl\
libtext-aspell-perl\
libtext-csv-perl\
libuniversal-require-perl\
diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index e4634d3..2759189 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -47,6 +47,7 @@ export DEBS = \
libsru-perl\
libssh2-1-dev\
libtest-warn-perl\
+ libtest-output-perl\
libtext-aspell-perl\
libtext-csv-perl\
libuniversal-require-perl\
diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora
index 0149387..7f380c5 100644
--- a/Open-ILS/src/extras/install/Makefile.fedora
+++ b/Open-ILS/src/extras/install/Makefile.fedora
@@ -49,6 +49,7 @@ FEDORA_RPMS = \
perl-SOAP-Lite \
perl-Spreadsheet-WriteExcel \
perl-Test-Warn \
+ perl-Test-Output \
perl-Text-Aspell \
perl-Text-CSV \
perl-Text-CSV_XS \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
index 5400bcc..8dfdd9b 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
@@ -49,6 +49,7 @@ export DEBS = \
libuuid-tiny-perl\
libbz2-dev\
libtest-warn-perl\
+ libtest-output-perl\
libsoap-lite-perl
export DEB_APACHE_MODS = \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index 2418a01..80ec76d 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 = \
postgresql-client-9.1\
libsoap-lite-perl\
libtest-warn-perl\
+ libtest-output-perl\
yaz
export DEB_APACHE_MODS = \
-----------------------------------------------------------------------
Summary of changes:
.../src/extras/install/Makefile.debian-squeeze | 1 +
Open-ILS/src/extras/install/Makefile.debian-wheezy | 1 +
Open-ILS/src/extras/install/Makefile.fedora | 1 +
Open-ILS/src/extras/install/Makefile.ubuntu-lucid | 1 +
.../src/extras/install/Makefile.ubuntu-precise | 1 +
5 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list