From 0cbadccad019f5130e04e6d74cdd36b1c15c7c8e Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 12 Feb 2014 11:49:37 -0500 Subject: [PATCH] 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 Signed-off-by: Jeff Godin --- Open-ILS/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 + Open-ILS/src/extras/install/Makefile.ubuntu-precise | 1 + 5 files changed, 5 insertions(+) diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze index 69f91515c7..6439ea1f38 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 e4634d3d3e..2759189b00 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 0149387eb4..7f380c5cba 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 5400bcc9f7..8dfdd9bc7a 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 2418a01fba..80ec76d8ec 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 = \ -- 2.43.2