[Git][security-tracker-team/security-tracker][master] bugs.py: Hint towards a typo issue on check
Samuel Henrique (@samueloph)
samueloph at debian.org
Tue Aug 1 20:06:25 BST 2023
Samuel Henrique pushed to branch master at Debian Security Tracker / security-tracker
Commits:
63a9aa45 by Samuel Henrique at 2023-08-01T20:05:20+01:00
bugs.py: Hint towards a typo issue on check
- - - - -
1 changed file:
- lib/python/bugs.py
Changes:
=====================================
lib/python/bugs.py
=====================================
@@ -754,7 +754,9 @@ class FileBase(debian_support.PackageFile):
#self.raiseSyntaxError("experimental release note must come before the package note")
pass
elif note.release and note.release != debian_support.internRelease('experimental'):
- self.raiseSyntaxError("release note must follow its package note", lineno)
+ self.raiseSyntaxError(
+ "release note must follow its package note (typo in package name?)",
+ lineno)
else:
if prev_note.release and note.release and prev_note.release < note.release:
self.raiseSyntaxError("release notes not ordered properly", lineno)
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/63a9aa4515f4335203346034dcf842b067ab0fcc
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/63a9aa4515f4335203346034dcf842b067ab0fcc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20230801/b793e6fa/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list