Debian Patches
Status for drogon/1.9.13+ds-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-Disable-the-example-binaries-installation.patch | Disable the example binaries installation These binaries have generic names and are not needed within Debian. Let's drop them, and provide their source code in /usr/share/doc instead. |
Pierre-Elliott Bécue <peb@debian.org> | no | 2026-04-14 | ||
| 0002-Drop-privacy-breach-image-load-from-READMEs.patch | Drop privacy breach image load from READMEs | Pierre-Elliott Bécue | not-needed | 2026-08-30 | ||
| 0003-Fix-Doxygen-emitting-absolute-build-paths-in-the-sea.patch | Fix Doxygen emitting absolute build paths in the search index drogon.h opens its trailing comment block with @mainpage, but CMakeLists.txt also sets DOXYGEN_USE_MDFILE_AS_MAINPAGE to README.md. Both claim to be the main page and README.md wins, so Doxygen never emits an output page for the drogon.h block: drogon_8h.html is absent while all 46 other documented headers get their *_8h.html. The "### Overview" heading inside that orphaned block is still registered in the search index as autotoc_md238. Having no page to host it, Doxygen falls back to the absolute source path and emits entries like ['..//build/reproducible-path/drogon-1.9.13+ds/lib/inc/drogon/drogon.h#autotoc_md238',1,'Overview'] into html/search/all_18.js and html/search/pages_13.js, where the leading "..//" is "../" concatenated with an absolute path. This has two consequences. autotoc_md238 is defined nowhere in the generated HTML files, so the search result is a dead link. And baking the source tree location into the output makes the documentation unreproducible, as the path varies between build environments. Replace @mainpage with @file so the block documents drogon.h itself and its anchor resolves against drogon_8h.html. Additionally set DOXYGEN_STRIP_FROM_PATH: only STRIP_FROM_INC_PATH was set, which rewrites the displayed #include line rather than file paths, leaving nothing to strip source and build tree prefixes. |
Pierre-Elliott Bécue | invalid | 2026-08-30 |
All known versions for source package 'drogon'
- 1.9.13+ds-1 (sid)
- 1.9.12+ds-4 (forky)
- 1.9.0+ds-1 (trixie)
