From 63a9aa4515f4335203346034dcf842b067ab0fcc Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Tue, 1 Aug 2023 20:05:20 +0100 Subject: bugs.py: Hint towards a typo issue on check --- lib/python/bugs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/python/bugs.py b/lib/python/bugs.py index e09a2db55b..119e7941ac 100644 --- a/lib/python/bugs.py +++ b/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) -- cgit v1.2.3