From: Bill Erickson Date: Wed, 10 Jul 2013 14:59:42 +0000 (-0400) Subject: Added libtest-warn-perl prereq for wheezy/squeeze X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=74ab2bd53a6f59bbda3cfe64a31c3af157004953;p=evergreen%2Fequinox.git Added libtest-warn-perl prereq for wheezy/squeeze Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze index c98e5d03e2..f4c89fd0e6 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-squeeze +++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze @@ -40,6 +40,7 @@ export DEBS = \ libparent-perl\ libspreadsheet-writeexcel-perl\ libssh2-1-dev\ + libtest-warn-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 28165f904f..2d6bd174bb 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -44,6 +44,7 @@ export DEBS = \ libspreadsheet-writeexcel-perl\ libsru-perl\ libssh2-1-dev\ + libtest-warn-perl\ libtext-aspell-perl\ libtext-csv-perl\ libuniversal-require-perl\