From c95368d2fd7555904d075b73e9860ee75f846889 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sat, 18 May 2024 15:59:17 -0700 Subject: [PATCH] Fix d/control syntax Add missing comma and fix the comment indentation done by a developer who did not test the build after their changes. Having Salsa-CI in the project will prevent such lapses in the future. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b0533931..54256c86 100644 --- a/debian/control +++ b/debian/control @@ -62,8 +62,8 @@ Depends: graphviz, libtext-iconv-perl, libuser-perl, libmouse-perl, libmousex-nativetraits-perl, # used by Debbugs::Libravatar and libravatar.cgi - libfile-libmagic-perl, libgravatar-url-perl, libwww-perl, imagemagick - # used by the database + libfile-libmagic-perl, libgravatar-url-perl, libwww-perl, imagemagick, +# used by the database libdbix-class-timestamp-perl, libdbix-class-deploymenthandler-perl, libdatetime-perl, -- 2.39.5