[open-ils-commits] [GIT] Evergreen ILS branch master updated. 120803dac4a49232c4f97baf05841b7e5dc7b5f2

Evergreen Git git at git.evergreen-ils.org
Wed Jun 10 21:57:43 EDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  120803dac4a49232c4f97baf05841b7e5dc7b5f2 (commit)
      from  961264549feb4d9fb1cda571f465147c1eae715b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 120803dac4a49232c4f97baf05841b7e5dc7b5f2
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Wed Apr 15 14:05:23 2015 -0400

    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 <csharp at georgialibraries.org>
    Signed-off-by: Ben Shum <bshum at biblio.org>
    
    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 d1d60e3..f392b69 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 f222d5c..9720e30 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 4865754..86a939a 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 0e1be4b..a8a7d52 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 \

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/extras/install/Makefile.debian-jessie |    1 -
 Open-ILS/src/extras/install/Makefile.debian-wheezy |    1 -
 .../src/extras/install/Makefile.ubuntu-precise     |    1 -
 Open-ILS/src/extras/install/Makefile.ubuntu-trusty |    1 -
 4 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list