Install DateTime packages rather than relying on CPAN
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 15 Apr 2010 05:43:00 +0000 (05:43 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 15 Apr 2010 05:43:00 +0000 (05:43 +0000)
etch and hardy have all but DateTime::Format::ISO8601 packaged;
if we don't install the DateTime packages, D:F:ISO8601 forces a CPAN
install - and building current versions of DateTime appears to be problematic
on Hardy, at least

We were installing these packages as prereqs in the Evergreen Makefile.install,
so this problem might stem all the way back to the split of the Evergreen and
OpenSRF dependency installers.

git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_2@1943 9efc2488-bf62-4759-914b-345cdb29e865

src/extras/Makefile.install

index 733e1cb..b68ad52 100644 (file)
@@ -78,6 +78,10 @@ DEBS =  \
        libcache-memcached-perl\
        libclass-dbi-abstractsearch-perl\
        libclass-dbi-sqlite-perl\
+       libdatetime-format-builder-perl\
+       libdatetime-format-mail-perl\
+       libdatetime-perl\
+       libdatetime-timezone-perl\
        liberror-perl\
        libexpat1-dev\
        libfile-find-rule-perl\