rev 20250 - in kde-extras/lensfun/trunk/debian: . patches

Pino Toscano pino at moszumanska.debian.org
Sat Jan 9 08:58:05 UTC 2016


Author: pino
Date: 2016-01-09 08:58:05 +0000 (Sat, 09 Jan 2016)
New Revision: 20250

Added:
   kde-extras/lensfun/trunk/debian/patches/local-mathjax.diff
Modified:
   kde-extras/lensfun/trunk/debian/changelog
   kde-extras/lensfun/trunk/debian/control
   kde-extras/lensfun/trunk/debian/patches/series
Log:
use a local mathjax

- point the doxygen configurations to the local path
- add the libjs-mathjax dependency to liblensfun-doc


Modified: kde-extras/lensfun/trunk/debian/changelog
===================================================================
--- kde-extras/lensfun/trunk/debian/changelog	2016-01-09 08:50:41 UTC (rev 20249)
+++ kde-extras/lensfun/trunk/debian/changelog	2016-01-09 08:58:05 UTC (rev 20250)
@@ -21,6 +21,10 @@
     - move doxygen as proper build dependency
     - always enable BUILD_DOC in cmake
     - add the python3-docutils build dependency, needed for rst2man
+  * Use a locally installed mathjax instead of a remote version:
+    - point the doxygen configurations to the local path; patch
+      local-mathjax.diff
+    - add the libjs-mathjax dependency to liblensfun-doc
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 09 Jan 2016 08:34:11 +0100
 

Modified: kde-extras/lensfun/trunk/debian/control
===================================================================
--- kde-extras/lensfun/trunk/debian/control	2016-01-09 08:50:41 UTC (rev 20249)
+++ kde-extras/lensfun/trunk/debian/control	2016-01-09 08:58:05 UTC (rev 20250)
@@ -84,7 +84,7 @@
 Package: liblensfun-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-mathjax
 Description: Lens Correction library - Documentation
  Lensfun is an opensource database of photographic lenses and their
  characteristics. It contains three kinds of objects:

Added: kde-extras/lensfun/trunk/debian/patches/local-mathjax.diff
===================================================================
--- kde-extras/lensfun/trunk/debian/patches/local-mathjax.diff	                        (rev 0)
+++ kde-extras/lensfun/trunk/debian/patches/local-mathjax.diff	2016-01-09 08:58:05 UTC (rev 20250)
@@ -0,0 +1,31 @@
+Author: Pino Toscano <pino at debian.org>
+Description: Use a locally installed mathjax, instead of a remote version
+Last-Update: 2016-01-09
+Forwarded: not-needed
+
+diff --git a/docs/doxyfile.in.cmake b/docs/doxyfile.in.cmake
+index 235484b..9dd8550 100644
+--- a/docs/doxyfile.in.cmake
++++ b/docs/doxyfile.in.cmake
+@@ -1208,7 +1208,7 @@ MATHJAX_FORMAT         = HTML-CSS
+ # However, it is strongly recommended to install a local
+ # copy of MathJax from http://www.mathjax.org before deployment.
+ 
+-MATHJAX_RELPATH        = http://lensfun.sourceforge.net/mathjax
++MATHJAX_RELPATH        = /usr/share/javascript/mathjax
+ 
+ # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
+ # names that should be enabled during MathJax rendering.
+diff --git a/docs/manual-doc.conf b/docs/manual-doc.conf
+index 50bed35..3b1269d 100644
+--- a/docs/manual-doc.conf
++++ b/docs/manual-doc.conf
+@@ -1208,7 +1208,7 @@ MATHJAX_FORMAT         = HTML-CSS
+ # However, it is strongly recommended to install a local
+ # copy of MathJax from http://www.mathjax.org before deployment.
+ 
+-MATHJAX_RELPATH        = http://lensfun.sourceforge.net/mathjax
++MATHJAX_RELPATH        = /usr/share/javascript/mathjax
+ 
+ # The MATHJAX_EXTENSIONS tag can be used to specify one or MathJax extension
+ # names that should be enabled during MathJax rendering.

Modified: kde-extras/lensfun/trunk/debian/patches/series
===================================================================
--- kde-extras/lensfun/trunk/debian/patches/series	2016-01-09 08:50:41 UTC (rev 20249)
+++ kde-extras/lensfun/trunk/debian/patches/series	2016-01-09 08:58:05 UTC (rev 20250)
@@ -0,0 +1 @@
+local-mathjax.diff




More information about the pkg-kde-commits mailing list