From 3aeceeb2459c5c56e64867a45104b7429c160769 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 12 Feb 2014 11:49:37 -0500 Subject: [PATCH] add Test::Output prerequisite Signed-off-by: Jason Etheridge --- 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 8439fdeb7a..e30541ddd8 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 755acd0d64..90f83b4e51 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 d70e455daf..d40ea201d3 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 02829b3d05..f852b649a6 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 b6f324373b..c87d6cfac6 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.11.0