[Bug 1631169] Re: doxygen-jquery.patch modification misapplied to dynsection.js

Hunter Laux 1631169 at bugs.launchpad.net
Fri May 31 19:21:32 UTC 2019


Hey Morty,
Thanks for the tip. 

This wasn't a problem with the upstream package. It was a problem with a
patch that was inappropriately applied when it was packaged for debian.

I haven't checked to see if it has fixed in the latest debian packaging.

-Hunter

-- 
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