[proj] 02/02: Use jquery.js from libjs-jquery instead of doxygen copy.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sun May 3 19:36:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository proj.
commit f237ff8f0aaf3d411f1cab921b640515e36c0745
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun May 3 21:26:22 2015 +0200
Use jquery.js from libjs-jquery instead of doxygen copy.
---
debian/changelog | 1 +
debian/control | 1 +
debian/libproj-java.links | 1 +
debian/rules | 3 +++
4 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 28ec7f3..fcf777f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
proj (4.9.1-1) unstable; urgency=medium
* Move from experimental to unstable.
+ * Use jquery.js from libjs-jquery instead of doxygen copy.
-- Bas Couwenberg <sebastic at debian.org> Sun, 03 May 2015 21:15:10 +0200
diff --git a/debian/control b/debian/control
index 09295e8..1583201 100644
--- a/debian/control
+++ b/debian/control
@@ -96,6 +96,7 @@ Package: libproj-java
Architecture: any
Section: java
Depends: libproj9 (= ${binary:Version}),
+ libjs-jquery,
${misc:Depends}
Description: Cartographic projection library (JNI bindings)
Proj and invproj perform respective forward and inverse transformation
diff --git a/debian/libproj-java.links b/debian/libproj-java.links
new file mode 100644
index 0000000..ac51a73
--- /dev/null
+++ b/debian/libproj-java.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/libproj-java/html/jquery.js
diff --git a/debian/rules b/debian/rules
index 2c5a363..d9d4160 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,6 +101,9 @@ override_dh_auto_install:
# Remove useless autogenreated doxygen files
rm -f $(CURDIR)/jniwrap/docs/html/*.md5
+ # Remove doxygen jquery.js copy in favor of libjs-query
+ rm -f $(CURDIR)/debian/*/usr/share/doc/libproj-java/html/jquery.js
+
override_dh_install:
dh_install --list-missing
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git
More information about the Pkg-grass-devel
mailing list