From: Chris Sharp Date: Wed, 15 Apr 2015 18:05:23 +0000 (-0400) Subject: LP1444623: Remove "Safe" CPAN dependency from Debian/Ubuntu Makefile.install files X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=08a50eb8252d6137a1bbe4b5c6c2c6c4864ae4a0;p=evergreen%2Fpines.git LP1444623: Remove "Safe" CPAN dependency from Debian/Ubuntu Makefile.install files Following up on IRC discussion at http://irc.evergreen-ils.org/evergreen/2015-04-15#i_170386 it was agreed that it is no longer necessary to install Safe from CPAN since it is included in the standard Perl package. Signed-off-by: Chris Sharp Signed-off-by: Ben Shum Conflicts: Open-ILS/src/extras/install/Makefile.debian-jessie --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index fdc4aaf91f..9ab5dd41bf 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -84,7 +84,6 @@ export DEB_APACHE_DISMODS = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ - Safe \ Email::Send export CPAN_MODULES_FORCE = \ diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index 5335aca21b..47e69deae2 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -81,7 +81,6 @@ export CPAN_MODULES = \ Excel::Writer::XLSX \ Business::OnlinePayment::PayPal \ Template::Plugin::POSIX \ - Safe export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise index b87ea13ccf..7b897e742b 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -85,7 +85,6 @@ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ Template::Plugin::POSIX \ Rose::URI \ - Safe export CPAN_MODULES_FORCE = \ Business::Stripe \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty index 7dbdd0bde4..d41ba8733b 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty @@ -89,7 +89,6 @@ export DEB_APACHE_DISCONF = \ export CPAN_MODULES = \ Business::CreditCard::Object \ Business::OnlinePayment::PayPal \ - Safe export CPAN_MODULES_FORCE = \ Business::Stripe \