......@@ -125,6 +125,9 @@ def walk_json(elem):
if v.endswith(".prl") and "/build/1st/" in diff:
yield "captures_build_dir_in_qmake_prl_files"
if v.endswith(".devhelp2"):
yield "nondeterministic_devhelp_documentation_generated_by_gtk_doc"
if v.endswith("ppudump {}") and "2021/" in diff:
yield "timestamps_in_ppu_generated_by_fpc"
......
......@@ -6687,6 +6687,10 @@ gdigi:
version: 0.4.0-1
issues:
- gcc_captures_build_path
gdk-pixbuf:
version: 2.42.6+dfsg-2
issues:
- nondeterministic_devhelp_documentation_generated_by_gtk_doc
gdome2:
version: 0.8.1+debian-6
issues:
......