File: reproducible_docs.patch

package info (click to toggle)
silly 0.1.0%2Bgit20140818.431c352-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 524 kB
  • sloc: cpp: 1,247; makefile: 81; ansic: 51; sh: 3
file content (15 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-08-04
Description: Fix file-references-package-build-path to build reproducibly

--- a/Doxyfile
+++ b/Doxyfile
@@ -25,7 +25,7 @@ ABBREVIATE_BRIEF       = "The $name clas
 ALWAYS_DETAILED_SEC    = NO
 INLINE_INHERITED_MEMB  = YES
 FULL_PATH_NAMES        = YES
-STRIP_FROM_PATH        = /home/ode/perso/dev/cegui/trunk/src/silly/
+STRIP_FROM_PATH        = $(CURDIR)
 STRIP_FROM_INC_PATH    = 
 SHORT_NAMES            = YES
 JAVADOC_AUTOBRIEF      = NO