LP#1362260 - Email::Sender/libemail-send-perl change in Jessie user/stompro/lp1362260-jessie-email-send-make
authorJosh Stompro <stomproj@larl.org>
Thu, 16 Apr 2015 16:21:13 +0000 (11:21 -0500)
committerJosh Stompro <stomproj@larl.org>
Thu, 16 Apr 2015 16:21:13 +0000 (11:21 -0500)
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 <stomproj@larl.org>
Open-ILS/src/extras/install/Makefile.debian-jessie

index f8d7dff..ef9f86d 100644 (file)
@@ -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 \