This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=43c475d4b777e79c913144ef37f25bb53e1d0297 commit 43c475d4b777e79c913144ef37f25bb53e1d0297 Author: Guillem Jover <[email protected]> AuthorDate: Sat Feb 4 23:55:28 2023 +0100 debian: Update lintian overrides --- debian/dpkg.lintian-overrides | 5 +---- debian/source/lintian-overrides | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/dpkg.lintian-overrides b/debian/dpkg.lintian-overrides index a0fa095a5..c1ca56667 100644 --- a/debian/dpkg.lintian-overrides +++ b/debian/dpkg.lintian-overrides @@ -1,7 +1,4 @@ # Yes. dpkg: arch-dep-package-has-big-usr-share -# On sysvinit systems this is supported by a cron job. Needed for CI systems -# running old lintian versions. -dpkg: package-supports-alternative-init-but-no-init.d-script -# Bogus. +# Bogus (see #1017632). dpkg: bin-sbin-mismatch usr/sbin/dpkg -> usr/bin/dpkg [usr/sbin/dpkg-fsys-usrunmess] diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 05fec548f..c648297b0 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,2 +1,5 @@ # These are localized POD files generated by po4a. very-long-line-length-in-source-file * > * [man/*/*.pod:*] +# This is currently the most convenient way to handle the translated man +# pages (see #1017097). +brace-expansion-in-debhelper-config-file {*,*/*} [debian/*.manpages:*] -- Dpkg.Org's dpkg

