[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. ff71bd863c052ad386276ecbb3c9a1ecc6d2d469
Evergreen Git
git at git.evergreen-ils.org
Tue Dec 16 14:39:17 EST 2014
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_6 has been updated
via ff71bd863c052ad386276ecbb3c9a1ecc6d2d469 (commit)
from 2197c3e192cc116deed52c311ff3dd0937548e0d (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 ff71bd863c052ad386276ecbb3c9a1ecc6d2d469
Author: Jason Stephenson <jstephenson at mvlc.org>
Date: Sat Nov 29 10:34:53 2014 -0500
LP#1401271: Add missing dependency for Date::Manip perl module
This commit adds lines to distro-specific Makefiles to install
Perl Date::Manip packages so that Date::Manip::Date is
avaliable for marc_export. Somehow, this got missed or removed.
Signed-off-by: Jason Stephenson <jstephenson at mvlc.org>
Signed-off-by: Ben Shum <bshum at biblio.org>
Conflicts:
Open-ILS/src/extras/install/Makefile.ubuntu-trusty
diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze
index a61cc37..ebb18d3 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-squeeze
+++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze
@@ -18,6 +18,7 @@ export DEBS = \
libbusiness-issn-perl\
libbusiness-onlinepayment-authorizenet-perl\
libbusiness-onlinepayment-perl\
+ libdate-manip-perl\
libdatetime-format-builder-perl\
libdatetime-format-iso8601-perl\
libdatetime-format-mail-perl\
diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy
index fce9205..a8cac5b 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -12,6 +12,7 @@ export DEBS = \
libbusiness-issn-perl\
libbusiness-onlinepayment-authorizenet-perl\
libbusiness-onlinepayment-perl\
+ libdate-manip-perl\
libdatetime-format-builder-perl\
libdatetime-format-iso8601-perl\
libdatetime-format-mail-perl\
diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora
index 3a97af4..323a7c1 100644
--- a/Open-ILS/src/extras/install/Makefile.fedora
+++ b/Open-ILS/src/extras/install/Makefile.fedora
@@ -29,6 +29,7 @@ FEDORA_RPMS = \
perl-Business-ISBN-Data \
perl-CPAN \
perl-Crypt-SSLeay \
+ perl-Date-Manip \
perl-DBD-Pg \
perl-Email-Send \
perl-Email-Simple \
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
index 3f88c19..b437dc4 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid
@@ -17,6 +17,7 @@ export DEBS = \
libbusiness-isbn-perl\
libbusiness-onlinepayment-authorizenet-perl\
libbusiness-onlinepayment-perl\
+ libdate-manip-perl\
libdatetime-format-builder-perl\
libdatetime-format-iso8601-perl\
libdatetime-format-mail-perl\
diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index f7c9f82..70190bc 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
@@ -13,6 +13,7 @@ export DEBS = \
libbusiness-issn-perl\
libbusiness-onlinepayment-authorizenet-perl\
libbusiness-onlinepayment-perl\
+ libdate-manip-perl\
libdatetime-format-builder-perl\
libdatetime-format-iso8601-perl\
libdatetime-format-mail-perl\
-----------------------------------------------------------------------
Summary of changes:
.../src/extras/install/Makefile.debian-squeeze | 1 +
Open-ILS/src/extras/install/Makefile.debian-wheezy | 1 +
Open-ILS/src/extras/install/Makefile.fedora | 1 +
Open-ILS/src/extras/install/Makefile.ubuntu-lucid | 1 +
.../src/extras/install/Makefile.ubuntu-precise | 1 +
5 files changed, 5 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list