From 19722ba42f13ae644483c9fb26b01897e05e825c Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Aug 2022 23:48:38 +0100 Subject: [PATCH] Debian: fix lintian overrides syntax Signed-off-by: Ian Jackson --- debian/chiark-really.lintian-overrides | 2 +- debian/chiark-scripts.lintian-overrides | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/chiark-really.lintian-overrides b/debian/chiark-really.lintian-overrides index 4a4f0ca..bce6ebb 100644 --- a/debian/chiark-really.lintian-overrides +++ b/debian/chiark-really.lintian-overrides @@ -1,2 +1,2 @@ # This is the point of this binary package. -chiark-really binary: setuid-binary usr/sbin/really 4754 root/root +setuid-binary usr/sbin/really 4754 root/root diff --git a/debian/chiark-scripts.lintian-overrides b/debian/chiark-scripts.lintian-overrides index 1d951fe..766c2d0 100644 --- a/debian/chiark-scripts.lintian-overrides +++ b/debian/chiark-scripts.lintian-overrides @@ -1,3 +1,3 @@ # Python 3 is needed for fishdescriptor; this is documented in # the Description and in the Suggests. -chiark-scripts binary: python-package-missing-depends-on-python +python-package-missing-depends-on-python -- 2.30.2