lintian-ssg (1.0.4)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the v1.0.4 tag
- Git: https://salsa.debian.org/lintian/lintian-ssg.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 544768
- Browser: https://salsa.debian.org/lintian/lintian-ssg
- Last scan: 2025-03-27 21:57:03+00
- Next scan: 2025-04-05 04:48:00+00
- CI pipeline status: success
- Debian changelog in Git:
lintian-ssg (1.0.4) unstable; urgency=medium
[ Louis-Philippe VĂ©ronneau ]
* Show the page with all the affected packages shown by default when
redirecting people to the 'affected packages' list
[ Nicolas Peugnet ]
* Generate a basic robots.txt if --base-url is used
* Disable some irrelevant Salsa CI jobs
* Fix LICENSE file formatting
* Fix assertNotExists not checking the correct file
* Compress sitemap.txt with gzip
* Uniformize descriptions in README and debian/control
* Output sitemap in XML format
-- Nicolas Peugnet <nicolas@club1.fr> Fri, 03 Jan 2025 21:52:26 +0100
- This branch is 1 commit ahead of tag v1.0.4
- Git log:
commit 2884e36b7b3563f260e498d22353141109c18618
Author: Nicolas Peugnet <nicolas@club1.fr>
Date: Thu Mar 20 13:46:12 2025 +0100
Fix source URL when lintianVersion is an NMU
The source URL points to a git tag reference on Salsa, but NMU don't
have corresponding tags in the VCS. We retrieve the last git tag by
stripping the NMU part of the lintianVersion field.
Tests have been updated to check for this new case.