Package: doxygen / 1.15.0+ds1-1

Metadata

Package Version Patches format
doxygen 1.15.0+ds1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpages.diff | (download)

doc/doxygen.1 | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---
dot config.diff | (download)

src/config.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
avoid compass.diff | (download)

deps/jquery/Makefile | 5 1 + 4 - 0 !
deps/jquery/sass/_round-corners-last-item.scss | 4 2 + 2 - 0 !
deps/jquery/sass/_sm-dox.scss | 22 10 + 12 - 0 !
3 files changed, 13 insertions(+), 18 deletions(-)

 avoid use of compass
 Compass is obsoleted by Sass and its reimplementation in C, sassc.
 .
 This patch avoids use of sass mixins border-radius and box-shadow
 shipped in libraries part of Compass, and adapts build rules to use
 sassc instead of Compass and YUI Compressor.
 .
 Sass mixins border-radius and box-shadow added vendored selectors now
 obsolete: Would help only browsers released in 2011 or earlier, used by
 0.02% of public web browsing today according to <https://caniuse.com/>.
 .
 If the reference Ruby implementation of Sass is preferred over sassc,
 simply replace "sassc" with "scss" in the Makefile rule.
fix pdflatex invocation.diff | (download)

doc/CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix pdflatex invocation
 In /usr/share/texlive/texmf-dist/web2c/texmf.cnf, openout_any is set to p
 (paranoid), so that LaTeX does not allow to write out of the current
 directory and its sub-directories.
 .
 Override that in the pdflatex invocation to avoid error:
 Not writing to ../html/examples/group/latex//group__group2.aux
libatomic.diff | (download)

addon/doxyparse/CMakeLists.txt | 4 4 + 0 - 0 !
src/CMakeLists.txt | 4 4 + 0 - 0 !
2 files changed, 8 insertions(+)

 inject libatomic dependency to fix armel build as in #918060
reproducible_manpages.diff | (download)

doc/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make the manpages reproducible when the timezone changes
sass_fix.diff | (download)

deps/jquery/sass/_sm-dox.scss | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix for #954677 ftbfs
uglifyjs.diff | (download)

deps/jquery/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix path to uglifyjs