Package: bacula-doc / 15.0.3+debian1-1

Metadata

Package Version Patches format
bacula-doc 15.0.3+debian1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001_Allow one to toggle the build to verbose mode | (download)

Makefile | 7 6 + 1 - 0 !
manuals/Makefile | 18 15 + 3 - 0 !
2 files changed, 21 insertions(+), 4 deletions(-)

 allow one to toggle the build to verbose mode
  Setting the environment variable BUILD_VERBOSE to 1 makes the build verbose.
002_fix ftbfs cp same file | (download)

manuals/web.makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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.
003_dont regenerate version | (download)

Makefile | 15 1 + 14 - 0 !
1 file changed, 1 insertion(+), 14 deletions(-)

 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.
004_disable_latex2html | (download)

Makefile | 5 2 + 3 - 0 !
1 file changed, 2 insertions(+), 3 deletions(-)

 disable latex2html in makefile
 We only build the PDF manuals for now.