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
Loading
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"

+0 −4
Original line number Diff line number Diff line
@@ -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
+0 −689

File changed.

Preview size limit exceeded, changes collapsed.