]> Sergey Matveev's repositories - public-inbox.git/commitdiff
INSTALL: fix Date::Parse dependency for Debian
authorEric Wong <e@80x24.org>
Wed, 9 Jan 2019 11:44:07 +0000 (11:44 +0000)
committerEric Wong <e@80x24.org>
Wed, 9 Jan 2019 11:44:44 +0000 (11:44 +0000)
So yes, both "libdatetime-perl" and "libtimedate-perl" exist
in Debian.  We want the latter for the Date::Parse module.

(And the former pulls in THIRTY-SEVEN dependencies on a fresh
 sid chroot, ohg yrsgcnq vf abg bar bs gurz).

INSTALL

diff --git a/INSTALL b/INSTALL
index aa4afb57a880f56afc22acc63ba00be28dc57a6b..7c98c11bcf3f58636d677d2ddc300f0aeb3e2df8 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -25,7 +25,7 @@ To accept incoming mail into a public inbox, you'll likely want:
 
 Beyond that, there is a long list of Perl modules required, starting with:
 
-* Date::Parse                   deb: libdatetime-perl
+* Date::Parse                   deb: libtimedate-perl
                                 rpm: perl-Time-ParseDate
 
 * Email::MIME                   deb: libemail-mime-perl