lintian-ssg (1.0.4)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the v1.0.4 tag
- Git: https://salsa.debian.org/lintian/lintian-ssg.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 638976
- Browser: https://salsa.debian.org/lintian/lintian-ssg
- Last scan: 2025-09-14 20:57:06+00
- Error: https://salsa.debian.org/api/v4/projects/lintian%2Flintian-ssg API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 408.
- Next scan: 2025-09-21 10:05:00+00
- 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 4 commits ahead of tag v1.0.4
- Git log:
commit 3a049e5e414944e4b6753ec3271d236800ef86a7
Author: Nicolas Peugnet <nicolas@club1.fr>
Date: Sun Aug 10 16:02:55 2025 +0200
Update debian.css to latest version
The new version replaced the image based gradient with a proper
CSS-based color gradient, so we can get rid of one of our patch
hunks.
commit 41467c5e1d5c24e4dfe650b8311d31c49d0696c7
Author: Nicolas Peugnet <nicolas@club1.fr>
Date: Thu May 8 20:24:19 2025 +0200
Replace old FSF address in copyright file with an URL
commit 3c1ae364385c8203daf2ce97c684158b0d6c2821
Author: Nicolas Peugnet <nicolas@club1.fr>
Date: Thu May 8 20:22:13 2025 +0200
Drop unused overrides now that Lintian bugs have been fixed
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.