LP#1401271: Add missing dependency for Date::Manip perl module
authorJason Stephenson <jstephenson@mvlc.org>
Sat, 29 Nov 2014 15:34:53 +0000 (10:34 -0500)
committerBen Shum <bshum@biblio.org>
Tue, 16 Dec 2014 19:38:55 +0000 (14:38 -0500)
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@mvlc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Conflicts:
Open-ILS/src/extras/install/Makefile.ubuntu-trusty

Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.fedora
Open-ILS/src/extras/install/Makefile.ubuntu-lucid
Open-ILS/src/extras/install/Makefile.ubuntu-precise

index a61cc37..ebb18d3 100644 (file)
@@ -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\
index fce9205..a8cac5b 100644 (file)
@@ -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\
index 3a97af4..323a7c1 100644 (file)
@@ -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 \
index 3f88c19..b437dc4 100644 (file)
@@ -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\
index f7c9f82..70190bc 100644 (file)
@@ -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\