Skip to content
Snippets Groups Projects
Commit 24466214 authored by Adrian Bunk's avatar Adrian Bunk
Browse files

build_path_captured_in_emacs_el_file was fixed before bullseye

parent 3f6958ce
No related branches found
No related tags found
No related merge requests found
Pipeline #368800 passed with stage
in 2 minutes and 26 seconds
......@@ -131,9 +131,6 @@ def walk_json(elem):
if v.endswith(".pdf") and "CreationDate" in diff and "DAPS" in diff:
yield "timestamps_in_pdf_generated_by_daps"
if v.endswith(".el") and "Generated package description" in diff:
yield "build_path_captured_in_emacs_el_file"
if v.endswith(".prl") and "/build/1st/" in diff:
yield "captures_build_dir_in_qmake_prl_files"
......
......@@ -2290,10 +2290,6 @@ rollup_embeds_build_path:
.
eg. var moduleName_some_directory_components = module;
return moduleName;
build_path_captured_in_emacs_el_file:
description: |
eg. ";;;·Generated·package·description·from·/build/1st/..."
url: https://bugs.debian.org/972861
build_path_captured_by_nim:
description: |
nim appears to embed absolute paths to source files, possibly
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment