From e5ad2da146260e25fca1f85679352071e3945539 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Wed, 5 Mar 2014 09:57:41 -0500 Subject: [PATCH] LP#1279420 Add Test::Output prerequisite Build tests require Test::Output. Add packages for Test::Output to the prerequite installer Makefile. 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..aba9fd2c87 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-squeeze +++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze @@ -44,6 +44,7 @@ export DEBS = \ libparent-perl\ libspreadsheet-writeexcel-perl\ libssh2-1-dev\ + libtest-output-perl\ libtest-warn-perl\ libtext-aspell-perl\ libtext-csv-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index e4634d3d3e..cb2e288201 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -46,6 +46,7 @@ export DEBS = \ libspreadsheet-writeexcel-perl\ libsru-perl\ libssh2-1-dev\ + libtest-output-perl\ libtest-warn-perl\ libtext-aspell-perl\ libtext-csv-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index 0149387eb4..2508947412 100644 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ b/Open-ILS/src/extras/install/Makefile.fedora @@ -48,6 +48,7 @@ FEDORA_RPMS = \ perl-RPC-XML \ perl-SOAP-Lite \ perl-Spreadsheet-WriteExcel \ + perl-Test-Output \ perl-Test-Warn \ perl-Text-Aspell \ perl-Text-CSV \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid index 5400bcc9f7..0ed2bb0c20 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid @@ -48,6 +48,7 @@ export DEBS = \ libunix-syslog-perl\ libuuid-tiny-perl\ libbz2-dev\ + libtest-output-perl\ libtest-warn-perl\ libsoap-lite-perl diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise index 2418a01fba..a6470fe678 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -57,6 +57,7 @@ export DEBS = \ libyaz-dev\ postgresql-client-9.1\ libsoap-lite-perl\ + libtest-output-perl\ libtest-warn-perl\ yaz -- 2.11.0