From: Jason Stephenson Date: Sat, 29 Nov 2014 15:34:53 +0000 (-0500) Subject: LP#1401271: Add missing dependency for Date::Manip perl module X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=da51e171221f407edf65a6df2aef96ea2a1e1433;p=evergreen%2Fmasslnc.git 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 Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index 56df1f7042..8b8fd66bb9 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 b73b849287..f7e596cde0 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 fb5b41aa53..5335aca21b 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 61de9df405..f2d83c2cba 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 d62655f90b..b87ea13ccf 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 fb8da3ca0d..7dbdd0bde4 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\