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=ff71bd863c052ad386276ecbb3c9a1ecc6d2d469;p=Evergreen.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 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 a61cc37138..ebb18d386d 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 fce9205940..a8cac5b4fb 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 3a97af4a2f..323a7c132c 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 3f88c1944b..b437dc4700 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 f7c9f8203d..70190bc56b 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\