[med-svn] [ball] 01/13: Use libjs-jquery instead of local copy pf jquery.js
Andreas Tille
tille at debian.org
Wed May 18 12:49:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ball.
commit 06b66a3a3355ac914ff4139001d3672740183ff9
Author: Andreas Tille <tille at debian.org>
Date: Wed May 18 10:51:18 2016 +0200
Use libjs-jquery instead of local copy pf jquery.js
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/libball1.4-doc.links | 1 +
debian/rules | 1 +
4 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 744ee3a..99511bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ ball (1.4.3~beta1-1) UNRELEASED; urgency=medium
* do not repeat section field in d/control
* doc package can be installed without main package -> only suggests main
package
+ * Use libjs-jquery instead of local copy pf jquery.js
[ Danny Edel ]
* d/rules: Enable building and execution of unittests
diff --git a/debian/control b/debian/control
index 1a2c2ab..562fffe 100644
--- a/debian/control
+++ b/debian/control
@@ -193,7 +193,8 @@ Description: free molecular modeling and molecular graphics tool
Package: libball1.4-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}
+Depends: ${misc:Depends},
+ libjs-jquery
Suggests: libball1.4
Conflicts: libball1.3-doc
Description: documentation for the BALL library
diff --git a/debian/libball1.4-doc.links b/debian/libball1.4-doc.links
new file mode 100644
index 0000000..8bbc8c1
--- /dev/null
+++ b/debian/libball1.4-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/libball1.4/html/BALL/jquery.js
diff --git a/debian/rules b/debian/rules
index eb67f6c..13a4abf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -138,3 +138,4 @@ override_dh_auto_install-indep:
cp -r $(BALL_INSTALL_PATH)/usr/share/BALL/data debian/libball$(SOVERSION)-data/usr/share/BALL-$(SOVERSION)
find $(BALL_INSTALL_PATH)/usr/share -type d -empty -delete
+ find $(BALL_INSTALL_PATH)/usr/share -name jquery.js -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ball.git
More information about the debian-med-commit
mailing list