[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_7 updated. d24a74851de436340ab89e64ab25f6271f374f99
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_7 has been updated
via d24a74851de436340ab89e64ab25f6271f374f99 (commit)
from d75c738ca6722bd395362f0f2bfab807e3d8442e (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 d24a74851de436340ab89e64ab25f6271f374f99
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>
diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie
index 56df1f7..8b8fd66 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-jessie
+++ b/Open-ILS/src/extras/install/Makefile.debian-jessie
@@ -24,6 +24,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-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze
index b73b849..f7e596c 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 fb5b41a..5335aca 100644
--- a/Open-ILS/src/extras/install/Makefile.debian-wheezy
+++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy
@@ -24,6 +24,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 61de9df..f2d83c2 100644
--- a/Open-ILS/src/extras/install/Makefile.fedora
+++ b/Open-ILS/src/extras/install/Makefile.fedora
@@ -39,6 +39,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-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
index d62655f..b87ea13 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise
@@ -24,6 +24,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.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
index fb8da3c..7dbdd0b 100644
--- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
+++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty
@@ -25,6 +25,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:
Open-ILS/src/extras/install/Makefile.debian-jessie | 1 +
.../src/extras/install/Makefile.debian-squeeze | 1 +
Open-ILS/src/extras/install/Makefile.debian-wheezy | 1 +
Open-ILS/src/extras/install/Makefile.fedora | 1 +
.../src/extras/install/Makefile.ubuntu-precise | 1 +
Open-ILS/src/extras/install/Makefile.ubuntu-trusty | 1 +
6 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list