From 4c1a9d712a04d24c4b10c8f08bb3107ba8eedf5b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Sat, 18 May 2024 16:08:36 -0700 Subject: [PATCH] Add sensible-utils as dependency and make package Lintian clean Lintian was erroring on: E: debbugs-local: missing-depends-on-sensible-utils sensible-browser [usr/bin/local-debbugs] Add this missing dependency to get the number of Lintian errors to zero so that builds and e.g. Salsa-CI passes. Several Lintian warnings still remain. Having Salsa-CI in the package will make it less likely that new Lintian errors are introduced, or at least their are caught immediately. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 54256c86..a04a5750 100644 --- a/debian/control +++ b/debian/control @@ -104,7 +104,8 @@ Depends: ${perl:Depends}, ${misc:Depends}, libdebbugs-perl, debbugs-web, libconfig-simple-perl, - libuser-perl, rsync, libhttp-server-simple-perl, libnet-server-perl + libuser-perl, rsync, libhttp-server-simple-perl, libnet-server-perl, + sensible-utils Description: Run and maintains a local mirror of the Debian BTS Debian has a bug tracking system which files details of bugs reported by users and developers. Each bug is given a number, and is kept on -- 2.39.5