From 790a64fd56c061a1f84b3b413982c566918d2db9 Mon Sep 17 00:00:00 2001 From: Josh Stompro Date: Thu, 16 Apr 2015 11:21:13 -0500 Subject: [PATCH] LP#1362260 - Email::Sender/libemail-send-perl change in Jessie libemail-send-perl no longer exists in Debian Jessie. Change Makefile.debian-jessie to install cpan version instead of debian package. Signed-off-by: Josh Stompro Signed-off-by: Ben Shum --- Open-ILS/src/extras/install/Makefile.debian-jessie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index 83fbb978cc..862fde7a74 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -32,7 +32,6 @@ export DEBS = \ libdatetime-set-perl\ libdatetime-timezone-perl\ libdbd-pg-perl\ - libemail-send-perl\ libemail-simple-perl\ libgd-graph3d-perl\ liblocale-maketext-lexicon-perl\ @@ -81,7 +80,8 @@ export DEB_APACHE_DISMODS = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ Template::Plugin::POSIX \ - Safe + Safe \ + Email::Send export CPAN_MODULES_FORCE = \ Business::Stripe \ -- 2.11.0