Bastien Roucariès pushed to branch master at lintian / lintian
Commits: 18c573c9 by Bastien Roucariès at 2024-07-30T09:06:12+00:00 Revert "Update changelog for 2.118.0~git release" This reverts commit 69eab1e637f705242d7b82e1e821c70e6a0a363d. - - - - - 2e453c0b by Bastien Roucariès at 2024-07-30T09:06:59+00:00 Use C UTF8 lcoale for building - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,8 @@ -lintian (2.118.0) unstable; urgency=medium +lintian (2.118.0~git) UNRELEASED; urgency=medium - * Retroactively add missing entry to the 2.117.1 changelog entry - (Closes: #1077557) + * WIP (generated at release time: please do not add entries below.) - -- Bastien Roucariès <[email protected]> Tue, 30 Jul 2024 08:54:34 +0000 + -- Bastien Roucariès <[email protected]> Tue, 30 Jul 2024 08:43:52 +0000 lintian (2.117.1) unstable; urgency=medium ===================================== debian/rules ===================================== @@ -51,7 +51,7 @@ generate-docs: generate-docs-stamp generate-docs-stamp: $(docsources) dh_testdir # A UTF-8 locale seemed appropriate; manual uses § character - cd doc && LC_ALL=en_US.UTF-8 rst2html lintian.rst > lintian.html + cd doc && LC_ALL=C.UTF-8 rst2html lintian.rst > lintian.html mkdir -p man/man1/ man/man3/ $(pod2man) --name lintian --section=1 man/lintian.pod > man/man1/lintian.1 set -e ; for POD in $(pod2mansources) ; do \ View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/69eab1e637f705242d7b82e1e821c70e6a0a363d...2e453c0b70577990507512e6200de819b59443c1 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/compare/69eab1e637f705242d7b82e1e821c70e6a0a363d...2e453c0b70577990507512e6200de819b59443c1 You're receiving this email because of your account on salsa.debian.org.

