diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-11-26 15:06:20 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-11-26 15:06:20 +0100 |
commit | 4f1c11568889df885aa704650286c5b79160a5a7 (patch) | |
tree | 09cd2ed53ea98125df6e504f845c96e7f67a342e /debian/patches/0115-doxygen_path.patch | |
parent | b7f7d810bde1bbce424d64170a1a9fcc54262b8f (diff) |
Add missing DEP-3 headers
Diffstat (limited to 'debian/patches/0115-doxygen_path.patch')
-rw-r--r-- | debian/patches/0115-doxygen_path.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0115-doxygen_path.patch b/debian/patches/0115-doxygen_path.patch new file mode 100644 index 0000000..2fecb4d --- /dev/null +++ b/debian/patches/0115-doxygen_path.patch @@ -0,0 +1,20 @@ +Description: Remove fullpath from doxygen generated files +Author: Jörg Frings-Fürst <debian@jff.email> +Forwarded: not-needed +Last-Update: 2021-11-26 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + +Index: trunk/doc/doxygen.cfg.in +=================================================================== +--- trunk.orig/doc/doxygen.cfg.in ++++ trunk/doc/doxygen.cfg.in +@@ -16,7 +16,7 @@ REPEAT_BRIEF = YES + ABBREVIATE_BRIEF = + ALWAYS_DETAILED_SEC = NO + INLINE_INHERITED_MEMB = NO +-FULL_PATH_NAMES = YES ++FULL_PATH_NAMES = NO + STRIP_FROM_PATH = + STRIP_FROM_INC_PATH = + SHORT_NAMES = NO |