[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. da51e171221f407edf65a6df2aef96ea2a1e1433

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, master has been updated
       via  da51e171221f407edf65a6df2aef96ea2a1e1433 (commit)
      from  85ccb0cd0a52a02e112bfc874dc8ccbe8281cdbc (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 da51e171221f407edf65a6df2aef96ea2a1e1433
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