[libdap] 28/48: Use jquery

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Jul 5 10:17:10 UTC 2015


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

mckinstry pushed a commit to tag unstable/3.12.0-1
in repository libdap.

commit 4462db5c11b319d4d4d3d32e8a4967f6002d2a98
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jul 8 12:42:30 2013 +0100

    Use jquery
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 debian/rules     | 2 ++
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e3248f8..9386876 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-libdap (3.11.1-13) UNRELEASED; urgency=low
+libdap (3.11.1-13) unstable; urgency=low
 
   * Now use debhelper >=9 versioned depends.
+  * Now use libjs-jquery rather than embedded copy.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 08 Jul 2013 11:52:44 +0100
 
diff --git a/debian/control b/debian/control
index d111737..2208a11 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Alastair McKinstry <mckinstry at debian.org>
 Build-Depends: zlib1g-dev, debhelper (>= 9), pkg-config, libxml2-dev, libcurl4-gnutls-dev , dejagnu, doxygen, graphviz, dh-autoreconf (>= 4~),
- autoconf, automake, libtool, flex, bison, uuid-dev
+ autoconf, automake, libtool, flex, bison, uuid-dev, libjs-jquery
 Build-Conflicts: autoconf2.13
 Standards-Version: 3.9.4
 Homepage: http://www.opendap.org/
@@ -99,7 +99,7 @@ Description: Development files (headers and static libraries) for libdap
 Package: libdap-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Description: Documentation for the libdap Data Access Protocol library
  OPeNDAP provides software that allows you to access data over the internet,
  from programs that weren't originally designed for that purpose, as well
diff --git a/debian/rules b/debian/rules
index f9c9497..a2d5958 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,8 @@ override_dh_auto_install:
 	dh_link -p libdap-dev     $(LIBDIR)/libdapclient.so.3.1.0  $(LIBDIR)/libdapclient.so
 	dh_link -p libdap-dev     $(LIBDIR)/libdapserver.so.7.2.0  $(LIBDIR)/libdapserver.so
 	cp debian/dap-config.pkg  debian/libdap-dev/usr/bin/dap-config
+	rm debian/libdap-doc/usr/share/doc/libdap-doc/html/jquery.js
+	ln -sf /usr/share/javascript/jquery/jquery.js debian/libdap-doc/usr/share/doc/libdap-doc/html/jquery.js
 
 clean:
 	dh clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libdap.git



More information about the debian-science-commits mailing list