summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSamuel Henrique <samueloph@debian.org>2023-08-01 20:05:20 +0100
committerSamuel Henrique <samueloph@debian.org>2023-08-01 20:05:20 +0100
commit63a9aa4515f4335203346034dcf842b067ab0fcc (patch)
tree2c65c7556d1957e8b5abd25d3a41019d5d02783c /lib
parentea2e3f624c6b150a4073e45649b9ddbf24d82640 (diff)
bugs.py: Hint towards a typo issue on check
Diffstat (limited to 'lib')
-rw-r--r--lib/python/bugs.py4
1 files changed, 3 insertions, 1 deletions
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)

© 2014-2024 Faster IT GmbH | imprint | privacy policy