Skip to content
Commits on Source (8)
# Ignore .pc quilt patches stuff
.pc
geographiclib (1.49-3) UNRELEASED; urgency=medium
[ Francesco Paolo Lovergine ]
* Doxygen JQuery is not compatible with the standard one, so the embedded
version is now preserved.
* Now using treeview in doxygen doc for a better readability.
* Fixed Mathjax path for doxygen use.
[ Bas Couwenberg ]
* Bump Standards-Version to 4.1.3, no changes.
-- Francesco Paolo Lovergine <frankie@debian.org> Thu, 18 Jan 2018 11:49:31 +0100
geographiclib (1.49-2) unstable; urgency=medium
* Add patch by Chris Lamb to make the build reproducible.
......
......@@ -15,7 +15,7 @@ Build-Depends: autoconf-archive,
python3-all,
python3-setuptools,
pkg-kde-tools
Standards-Version: 4.1.2
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/geographiclib.git
Vcs-Git: https://anonscm.debian.org/git/pkg-grass/geographiclib.git
Homepage: https://geographiclib.sourceforge.io/
......@@ -40,8 +40,7 @@ Description: C++ library to solve some geodesic problems -- tools
Package: geographiclib-doc
Architecture: all
Section: doc
Depends: libjs-jquery,
libjs-mathjax,
Depends: libjs-mathjax,
${misc:Depends}
Breaks: geographiclib-tools (<< 1.40-1~exp1)
Replaces: geographiclib-tools (<< 1.40-1~exp1)
......
# Link packaged jquery.js
usr/share/javascript/jquery/jquery.js usr/share/doc/geographiclib/html/jquery.js
usr/share/javascript/jquery/jquery.js usr/share/doc/geographiclib/html/C/jquery.js
usr/share/javascript/jquery/jquery.js usr/share/doc/geographiclib/html/Fortran/jquery.js
# Link duplicate document files removed in d/rules
usr/share/doc/geographiclib/html/bc_s.png usr/share/doc/geographiclib/html/C/bc_s.png
usr/share/doc/geographiclib/html/bc_s.png usr/share/doc/geographiclib/html/Fortran/bc_s.png
......
Description: Adding treeview for better readability of doxygen doc
Author: Francesco Paolo Lovergine <frankie@debian.org>
Forwarded: not-needed
--- geographiclib.orig/doc/doxyfile.in
+++ geographiclib/doc/doxyfile.in
@@ -1135,7 +1135,7 @@
# Since the tree basically has the same information as the tab index you
# could consider to set DISABLE_INDEX to NO when enabling this option.
-GENERATE_TREEVIEW = NO
+GENERATE_TREEVIEW = YES
# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values
# (range [0,1..20]) that doxygen will group on one line in the generated HTML
......@@ -10,18 +10,18 @@ Description: Fix privacy breaches detected by lintian
Author: Ross Gammon <rossgammon@mail.dk>
Forwarded: not-needed
--- a/doc/doxyfile.in
+++ b/doc/doxyfile.in
@@ -1190,7 +1190,7 @@ USE_MATHJAX = YES
--- geographiclib.orig/doc/doxyfile.in
+++ geographiclib/doc/doxyfile.in
@@ -1190,7 +1190,7 @@
# However, it is strongly recommended to install a local
# copy of MathJax from http://www.mathjax.org before deployment.
-MATHJAX_RELPATH = https://geographiclib.sourceforge.io/MathJax-2.7.2
+MATHJAX_RELPATH = /usr/share/javascript/mathjax/MathJax.js
+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.
@@ -1205,7 +1205,7 @@ MATHJAX_EXTENSIONS =
@@ -1205,7 +1205,7 @@
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
......@@ -30,9 +30,9 @@ Forwarded: not-needed
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client
--- a/doc/doxyfile-c.in
+++ b/doc/doxyfile-c.in
@@ -1201,7 +1201,7 @@ MATHJAX_EXTENSIONS =
--- geographiclib.orig/doc/doxyfile-c.in
+++ geographiclib/doc/doxyfile-c.in
@@ -1201,7 +1201,7 @@
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
......@@ -41,9 +41,9 @@ Forwarded: not-needed
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client
--- a/doc/doxyfile-for.in
+++ b/doc/doxyfile-for.in
@@ -1200,7 +1200,7 @@ MATHJAX_EXTENSIONS =
--- geographiclib.orig/doc/doxyfile-for.in
+++ geographiclib/doc/doxyfile-for.in
@@ -1200,7 +1200,7 @@
# typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
......
......@@ -2,3 +2,4 @@ css.patch
privacy.patch
disable-python-build.patch
reproducible-build.patch
doxygen.patch
......@@ -48,10 +48,6 @@ override_dh_install:
# Remove MATLAB files
$(RM) -r debian/tmp/usr/share/matlab/
# Remove embedded jQuery
$(RM) debian/tmp/usr/share/doc/geographiclib/html/*/jquery.js \
debian/tmp/usr/share/doc/geographiclib/html/jquery.js
# Move Node.js module to /usr/lib/nodejs
mkdir -p debian/tmp/usr/lib/nodejs
$(RM) debian/tmp/usr/lib/*/node_modules/geographiclib/README.md
......