[netcdf] 10/12: Use libjs-jquery instead of jquery.js from Doxygen.

Bas Couwenberg sebastic at xs4all.nl
Thu Jan 15 21:37:18 UTC 2015


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

sebastic-guest pushed a commit to branch split-c-f-cxx
in repository netcdf.

commit ef9c5265d4cd577f0e34c009d54163721e76733c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jan 15 22:17:37 2015 +0100

    Use libjs-jquery instead of jquery.js from Doxygen.
---
 debian/changelog        | 1 +
 debian/control          | 2 ++
 debian/netcdf-doc.links | 1 +
 debian/rules            | 5 +++++
 4 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 36ff430..7028fc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ netcdf (1:4.3.3~rc3-1) UNRELEASED; urgency=medium
   * Add DEP3 headers to link-private.patch.
   * Fix privacy-breach-logo lintian error by using the local copy.
   * Remove unused substitution variable ${shlibs:Depends} from libnetcdf-dev.
+  * Use libjs-jquery instead of jquery.js from Doxygen.
 
  -- Nico Schlömer <nico.schloemer at gmail.com>  Mon, 12 May 2014 14:27:06 +0200
 
diff --git a/debian/control b/debian/control
index 9a71038..0c257d1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9),
                cmake (>= 2.8.12),
                m4,
                doxygen,
+               libjs-jquery,
                libhdf5-openmpi-dev (>= 1.8.6-1~),
                libcurl4-gnutls-dev
 Standards-Version: 3.9.4
@@ -18,6 +19,7 @@ Package: netcdf-doc
 Architecture: all
 Section: doc
 Depends: dpkg (>= 1.15.4) | install-info,
+         libjs-jquery,
          ${misc:Depends}
 Description: Documentation for NetCDF
  NetCDF (network Common Data Form) is an interface for scientific
diff --git a/debian/netcdf-doc.links b/debian/netcdf-doc.links
new file mode 100644
index 0000000..34f361d
--- /dev/null
+++ b/debian/netcdf-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/netCDF/html/jquery.js
diff --git a/debian/rules b/debian/rules
index f18f13a..43dab2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,11 @@ override_dh_auto_configure:
 	-DENABLE_TESTS:BOOL=OFF \
 	-DENABLE_DOXYGEN:BOOL=ON
 
+override_dh_auto_install:
+	dh_auto_install
+
+	$(RM) debian/tmp/usr/share/doc/netCDF/html/jquery.js
+
 override_dh_strip:
 	dh_strip --dbg-package=netcdf-dbg
 

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