[libosmium] 01/02: Don't use libjs-jquery for Doxygen docs.

Bas Couwenberg sebastic at debian.org
Sat Feb 3 10:19:07 UTC 2018


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosmium.

commit 2e450b6b5cb60597f6d681091fd8ab5acfe4353b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 3 11:18:32 2018 +0100

    Don't use libjs-jquery for Doxygen docs.
---
 debian/changelog            | 1 +
 debian/control              | 3 +--
 debian/libosmium2-doc.links | 1 -
 debian/rules                | 3 ---
 4 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6934b77..71ab84b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libosmium (2.13.1-2) UNRELEASED; urgency=medium
   * Drop libproj-dev build dependency, not directly required and already
     pulled in via libgdal-dev.
   * Update copyright-format URL to use HTTPS.
+  * Don't use libjs-jquery for Doxygen docs.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 17 Nov 2017 20:41:00 +0100
 
diff --git a/debian/control b/debian/control
index 1b95dd4..5b3e45d 100644
--- a/debian/control
+++ b/debian/control
@@ -54,8 +54,7 @@ Description: C++ framework for working with OSM data files
 Package: libosmium2-doc
 Architecture: all
 Section: doc
-Depends: libjs-jquery,
-         ${misc:Depends}
+Depends: ${misc:Depends}
 Description: C++ framework for working with OSM data files - documentation
  The Osmium library has extensive support for all types of OSM entities: nodes,
  ways, relations, and changesets. It allows reading from and writing to OSM
diff --git a/debian/libosmium2-doc.links b/debian/libosmium2-doc.links
deleted file mode 100644
index d08292f..0000000
--- a/debian/libosmium2-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/jquery/jquery.js usr/share/doc/libosmium2-doc/html/jquery.js
diff --git a/debian/rules b/debian/rules
index f661267..eff4763 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,9 +36,6 @@ override_dh_installchangelogs:
 override_dh_installdocs:
 	dh_installdocs
 
-	# Remove embedded jquery.js in favor of libjs-jquery
-	$(RM) debian/*/usr/share/doc/*/html/jquery.js
-
 	# Remove useless autogenerated doxygen file
 	$(RM) debian/*/usr/share/doc/*/html/*.md5
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git



More information about the Pkg-grass-devel mailing list