From: Josh Stompro Date: Thu, 16 Apr 2015 16:21:13 +0000 (-0500) Subject: LP#1362260 - Email::Sender/libemail-send-perl change in Jessie X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ad879d442931b33492cfbba07c5aad81a0ac5528;p=evergreen%2Fmasslnc.git 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 --- 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 \