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

Bas Couwenberg sebastic at debian.org
Sat Feb 3 10:21:38 UTC 2018


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

sebastic pushed a commit to branch master
in repository netcdf.

commit e9b1decde3513b48c6ad2d20b5cf1d24a7f14ffb
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 3 11:21:23 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 4ddaf63..cd54600 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf (1:4.6.0-3) UNRELEASED; urgency=medium
+
+  * Don't use libjs-jquery for Doxygen docs.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 03 Feb 2018 11:21:16 +0100
+
 netcdf (1:4.6.0-2) unstable; urgency=medium
 
   * Bump minimum required CMake version to 3.6.1.
diff --git a/debian/control b/debian/control
index 17fb413..7263e2b 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9.20160114),
                m4,
                doxygen,
                graphviz,
-               libjs-jquery,
                libhdf5-dev (>= 1.8.6-1~),
                libcurl4-gnutls-dev | libcurl-ssl-dev
 Standards-Version: 4.1.3
@@ -23,8 +22,7 @@ Package: netcdf-doc
 Architecture: all
 Multi-Arch: foreign
 Section: doc
-Depends: libjs-jquery,
-         ${misc:Depends}
+Depends: ${misc:Depends}
 Description: Documentation for NetCDF
  NetCDF (network Common Data Form) is an interface for scientific
  data access and a freely-distributed software library that provides an
diff --git a/debian/netcdf-doc.links b/debian/netcdf-doc.links
deleted file mode 100644
index 34f361d..0000000
--- a/debian/netcdf-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/jquery/jquery.js usr/share/doc/netCDF/html/jquery.js
diff --git a/debian/rules b/debian/rules
index 042f0f0..75b3ccc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,6 @@ override_dh_auto_test:
 override_dh_auto_install:
 	dh_auto_install
 
-	$(RM) debian/tmp/usr/share/doc/netCDF/html/jquery.js
-
 	# Strip RPATH
 	-find $(CURDIR)/debian/tmp/usr/bin -type f -not -name nc-config -exec chrpath --delete {} \;
 	-find $(CURDIR)/debian/tmp/usr/lib -type f -name "*.so*" -exec chrpath --delete {} \;

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



More information about the Pkg-grass-devel mailing list