Debian Patches

Status for gridsite/3.0.0~20240125git1200598-2

Patch Description Author Forwarded Bugs Origin Last update
0001-Support-64-bit-time_t-on-32-bit-systems.patch [PATCH] Support 64 bit time_t on 32 bit systems Mattias Ellert <mattias.ellert@physics.uu.se> no 2024-03-23
0001-Fix-build-with-doxygen-1.14-and-later.patch [PATCH] Fix build with doxygen 1.14 and later
The build script explicitly selects which files created by doxygen
that should be copied to the installed documentation by listing
specific file types: *.html *.css *.png.

The latest versions of doxygen do not create any *.png files when
using the gridsite Doxyfile. It does however produce a few *.js files
and a *.svg file. Since there are no *.png files created the build
fails:

mkdir -p ../doc/doxygen
cp -f doxygen/*.html doxygen/*.css doxygen/*.png ../doc/doxygen
make[2]: *** [Makefile:285: apidoc] Error 1

This commit changes the copy statement to copy all files regardless of
file type, so that it works with any version of doxygen.

This build failure was reported to both RedHat bugzilla and Debian BTS:
- https://bugzilla.redhat.com/show_bug.cgi?id=2385037
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1122423
Mattias Ellert <mattias.ellert@physics.uu.se> no 2025-12-16

All known versions for source package 'gridsite'

Links