Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
001_Allow-one-to-toggle-the-build-to-verbose-mode | Allow one to toggle the build to verbose mode Setting the environment variable BUILD_VERBOSE to 1 makes the build verbose. diff --git a/Makefile b/Makefile index 09b99528..df4d402f 100644 |
Carsten Leonhardt <leo@debian.org> | yes | 2024-11-30 | ||
002_fix-ftbfs-cp-same-file | Fix FTBFS "cp to same file" cp is complaining about copying to the same file. latex2html puts those as hardlinks first, "cp -f" then complains. We use "cp --remove-destination" instead, which removes without looking first. |
Carsten Leonhardt <leo@debian.org> | not-needed | debian | 2023-02-06 | |
003_dont-regenerate-version | Don't regenerate latex/version.tex That depends on the bacula source being available at a specific location. We just use the file that's shipped in the upstream tarball and take care not to have it deleted by make distclean. |
Carsten Leonhardt <leo@debian.org> | not-needed | 2024-11-19 | ||
004_disable_latex2html | Disable latex2html in Makefile We only build the PDF manuals for now. | Carsten Leonhardt <leo@debian.org> | not-needed | 2024-11-23 | ||
005_backport-from-git | Backport fixes from git | Carsten Leonhardt <leo@debian.org> | not-needed | 2024-11-30 | ||
006_fix_build_with_latex_newer_than_2022_20230122 | Fix build errors Without these patches, build works on Debian 12 but no in Debian unstable, probably due to changes in texlive. |
Carsten Leonhardt <leo@debian.org> | yes | 2024-11-24 |