From 67c70185c9f02ecd4a949ffc6c40291eede198d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net>
Date: Sun, 12 Feb 2023 15:28:08 -0500
Subject: [PATCH] fix lintian override for non-standard-dir-perm

---
 debian/backupninja.lintian-overrides | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/backupninja.lintian-overrides b/debian/backupninja.lintian-overrides
index 62c7f94..c411669 100644
--- a/debian/backupninja.lintian-overrides
+++ b/debian/backupninja.lintian-overrides
@@ -1,7 +1,7 @@
 # Policy ยง10.9 wants 0755 or 2770 but since secrets could be stored there
 # we want this only accessed by root, and optionally by the "admingroup"
 # defined in backupninja.conf
-non-standard-dir-perm etc/backup.d/ 2770 != 0755
+non-standard-dir-perm 2770 != 0755 [etc/backup.d/]
 # The first occurrence is for the handler, the 2nd is for the package
 spelling-error-in-description rsync rsync (duplicate word) rsync
 spelling-error-in-description restic restic (duplicate word) restic
-- 
GitLab