[Bug 1631169] Re: doxygen-jquery.patch modification misapplied to dynsection.js
paolog
1631169 at bugs.launchpad.net
Thu Oct 31 13:15:25 UTC 2019
Hi, thanks for reporting !
The misaligned patch is still there in the latest debian packaging:
https://salsa.debian.org/debian/doxygen/blame/master/debian/patches/doxygen-jquery.patch
I have created a bug in debian BTS here: https://bugs.debian.org/943890
Paolo
** Bug watch added: Debian Bug tracker #943890
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943890
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to doxygen in Ubuntu.
https://bugs.launchpad.net/bugs/1631169
Title:
doxygen-jquery.patch modification misapplied to dynsection.js
Status in doxygen package in Ubuntu:
New
Bug description:
Originally this patch prevented jquery from unnecessarily getting included. Now it's preventing inclusion of dynsection.js
Index: b/src/htmlgen.cpp
===================================================================
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -728,6 +728,7 @@ void HtmlGenerator::init()
mgr.copyResource("svgpan.js",dname);
}
+ if (Config_getBool("GENERATE_TREEVIEW") || Config_getBool("SEARCHENGINE"))
{
QFile f(dname+"/dynsections.js");
if (f.open(IO_WriteOnly))
The original patch is
--- orig/doxygen-1.7.4/src/htmlgen.cpp 2011-03-26 16:11:31.000000000 +0000
+++ doxygen-1.7.4/src/htmlgen.cpp 2011-04-10 15:40:07.149419575 +0100
@@ -1082,6 +1082,7 @@
fprintf(stderr,"Warning: Cannot open file %s for writing\n",fileName.data());
}
+ if (Config_getBool("GENERATE_TREEVIEW") || Config_getBool("SEARCHENGINE"))
{
QFile f(dname+"/jquery.js");
if (f.open(IO_WriteOnly))
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/doxygen/+bug/1631169/+subscriptions
More information about the foundations-bugs
mailing list