Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits: 6c5cef3c by Nicolas Peugnet at 2024-12-07T12:32:26+01:00 Do not compress favicon.ico in lintian-doc Otherwise the favicon cannot be loaded by the browser. - - - - - 1 changed file: - debian/rules Changes: ===================================== debian/rules ===================================== @@ -43,6 +43,9 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS))) mv lintian-ssg debian/lintian-doc/usr/share/doc/lintian-doc/html endif +override_dh_compress: + dh_compress -Xfavicon.ico + api-doc: private/generate-html-docs doc/api.html View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/6c5cef3c22729daa2a6171c6d56eb171d5033224 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/6c5cef3c22729daa2a6171c6d56eb171d5033224 You're receiving this email because of your account on salsa.debian.org.