[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. c3d1f4d883710af28010fee230056806208e2052
Evergreen Git
git at git.evergreen-ils.org
Fri Mar 15 12:32:53 EDT 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, rel_2_2 has been updated
via c3d1f4d883710af28010fee230056806208e2052 (commit)
from 46ea18efa2303e3c26b33b097dbda940cb0cc5d2 (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 c3d1f4d883710af28010fee230056806208e2052
Author: Ben Shum <bshum at biblio.org>
Date: Fri Feb 22 00:46:17 2013 -0500
LP1054322 - libparent-perl not needed for Ubuntu Precise
The newer version of Perl 5.14 which comes with Ubuntu Precise already
contains the contents of libparent-perl, which is now an obsolete package.
Remove this dependency from the extra debs installed for Debian and Ubuntu
but then add to the extras for Debian Squeeze and create a new extras just
for Ubuntu Lucid so that it continues to be installed on those systems and
not on Ubuntu Precise.
Signed-off-by: Ben Shum <bshum at biblio.org>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>
diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install
index 542b3da..289d35e 100644
--- a/Open-ILS/src/extras/Makefile.install
+++ b/Open-ILS/src/extras/Makefile.install
@@ -80,7 +80,6 @@ DEBS = \
libnet-ssh2-perl\
libnspr4-dev\
libole-storage-lite-perl\
- libparent-perl \
libspreadsheet-writeexcel-perl\
libssh2-1-dev\
libtext-aspell-perl\
@@ -101,8 +100,12 @@ EXTRA_DEBS = \
yaz
EXTRA_DEBS_SQUEEZE = \
+ libparent-perl \
libuuid-tiny-perl
+EXTRA_DEBS_LUCID = \
+ libparent-perl
+
EXTRA_DEBS_PRECISE = \
libdbi-dev \
libdbd-pgsql \
@@ -272,7 +275,7 @@ generic_debian: install_debs install_yaz test_for_libdbi_pkg install debian_sys_
# Needs for Ubuntu Lucid Lynx (10.04 LTS):
ubuntu-lucid: lucid generic_ubuntu
-lucid: install_pgsql_client_debs_90 install_extra_debs \
+lucid: install_pgsql_client_debs_90 install_extra_debs_lucid \
install_cpan_marc_record install_yaz install_cpan_more \
install_cpan_safe install_cpan_lucid install test_for_libdbi_pkg \
install_libdbi
@@ -459,6 +462,10 @@ install_pgsql_server_backport_debs_91:
install_extra_debs_squeeze: install_extra_debs
$(APT_TOOL) install $(EXTRA_DEBS_SQUEEZE)
+# Install dependencies for Ubuntu 10.04:
+install_extra_debs_lucid: install_extra_debs
+ $(APT_TOOL) install $(EXTRA_DEBS_LUCID)
+
# Install dependencies for Ubuntu 12.04:
install_extra_debs_precise: install_extra_debs
$(APT_TOOL) install $(EXTRA_DEBS_PRECISE)
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/extras/Makefile.install | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list