[open-ils-commits] [GIT] Evergreen ILS branch master updated. 7ec824d70cc0171e6f23cc530c9b84ac6c2d03bf
Evergreen Git
git at git.evergreen-ils.org
Mon Feb 18 13:13:44 EST 2013
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 7ec824d70cc0171e6f23cc530c9b84ac6c2d03bf (commit)
from 7224016bbfee87045710b584d9f343aba15ab5f6 (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 7ec824d70cc0171e6f23cc530c9b84ac6c2d03bf
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date: Mon Feb 18 11:07:23 2013 -0500
Add Rose::URI prerequisite for Ubuntu systems
The Ubuntu parts of Makefile.install don't use the same list of CPAN
packages to install since for Ubuntu there are more distro packages
available than for Debian.
Spotted by Ben Shum.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 344d417..ef76791 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -249,7 +249,8 @@ CPAN_MODULES_FORCE = \
# Lucid Lynx needs the following additional CPAN modules.
CPAN_MODULES_LUCID = \
- RPC::XML::Function
+ RPC::XML::Function \
+ Rose::URI
# Precise Pangolin needs the following CPAN modules. All others are
# avaialalbe as debs.
@@ -257,7 +258,8 @@ CPAN_MODULES_PRECISE = \
Business::CreditCard::Object \
Business::OnlinePayment::PayPal \
Template::Plugin::POSIX \
- RPC::XML::Function
+ RPC::XML::Function \
+ Rose::URI
# ----------------------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/extras/Makefile.install | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list