From 393d46c856b6954a4b96a77e873fa345ae9e0cb6 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 30 Jun 2019 16:09:33 -0700 Subject: [PATCH] add missing dependency on DateTime --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 607b525..74b0749 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends-Indep: libparams-validate-perl, libdbix-class-timestamp-perl, libdbix-class-deploymenthandler-perl, libdatetime-format-mail-perl, + libdatetime-perl, libaliased-perl, postgresql, postgresql-9.6-debversion|postgresql-10-debversion, @@ -63,6 +64,7 @@ Depends: # used by the database libdbix-class-timestamp-perl, libdbix-class-deploymenthandler-perl, + libdatetime-perl, libaliased-perl, libdatetime-format-mail-perl, libdbix-class-perl, libdatetime-format-pg-perl Section: perl -- 2.39.2